Re: [Qemu-devel] [PATCH 0/1] Add support for DRM IOCTLs to QEMU user mode virtualization.

2014-09-11 Thread Aaditya Chandrasekhar Azad
rivial patches since the impact is strong user-visible hence this list. Thanks, Aaditya On Fri, Sep 5, 2014 at 1:46 PM, Aaditya Chandrasekhar Azad < aadit...@gmail.com> wrote: > This patch adds initial user-virtualization support for the DRM (type > 'd') IOCTLs in linux

[Qemu-devel] [PATCH 1/1] Add support for DRM IOCTLs to QEMU user mode virtualization.

2014-09-05 Thread Aaditya Chandrasekhar Azad
This patch modifies the syscall virtualization table with DRM IOCTLs used by user mode libraries like libdrm, xorg-video-driver and mesa to talk to the host kernel and the Intel i915/i965+ DRM driver. This patch doesn't include radeon, nouveau, vmwgfx, etc. IOCTLs. In practice it should be roughly

[Qemu-devel] [PATCH 0/1] Add support for DRM IOCTLs to QEMU user mode virtualization.

2014-09-05 Thread Aaditya Chandrasekhar Azad
e yet. 6. syscalls.c now includes files, which should be available in any valid linux-user build environment. Using a Debian aarch64 chroot on ubuntu amd64, I have successfully run nexuiz and compiled and run qemu-system-i386 with SDL emulation (+ patch for forcing OpenGL). Aaditya Chandrase