[PR #66] [CLOSED] Add support for drm ioctls #121

Open
opened 2026-01-31 21:29:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/66
Author: @carewolf
Created: 2/22/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

5 files changed (+794 additions, -0 deletions)

View changed files

📝 configure (+20 -0)
📝 linux-user/ioctls.h (+104 -0)
📝 linux-user/syscall.c (+6 -0)
📝 linux-user/syscall_defs.h (+128 -0)
📝 linux-user/syscall_types.h (+536 -0)

📄 Description

Tested with mesa on i915. Works with Qt5 and Chromium. Ioctls for non-intel drivers not done.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/66 **Author:** [@carewolf](https://github.com/carewolf) **Created:** 2/22/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3181483`](https://github.com/qemu/qemu/commit/318148306cfdfdae96004b0cb5dc18e91d322b80) Add support for drm ioctls - [`c71a1c0`](https://github.com/qemu/qemu/commit/c71a1c06fe9074016db6c2384d14e8c5952b2ee0) Add drm radeon ioctls ### 📊 Changes **5 files changed** (+794 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `configure` (+20 -0) 📝 `linux-user/ioctls.h` (+104 -0) 📝 `linux-user/syscall.c` (+6 -0) 📝 `linux-user/syscall_defs.h` (+128 -0) 📝 `linux-user/syscall_types.h` (+536 -0) </details> ### 📄 Description Tested with mesa on i915. Works with Qt5 and Chromium. Ioctls for non-intel drivers not done. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#121