mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
linux-user: Add support for more VT ioctls
DirectFB-1.0 uses at least two of the four added ioctls, and the two others were added for completeness. This patch was validated with the program "vlock -all/-new". Signed-off-by: Cédric VINCENT <cedric.vincent@st.com> Cc: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
e6fe18fb31
commit
774750c088
3 changed files with 15 additions and 0 deletions
|
@ -336,3 +336,7 @@
|
|||
IOCTL(VT_WAITACTIVE, 0, TYPE_INT)
|
||||
IOCTL(VT_LOCKSWITCH, 0, TYPE_INT)
|
||||
IOCTL(VT_UNLOCKSWITCH, 0, TYPE_INT)
|
||||
IOCTL(VT_GETMODE, IOC_RW, MK_PTR(MK_STRUCT(STRUCT_vt_mode)))
|
||||
IOCTL(VT_SETMODE, IOC_RW, MK_PTR(MK_STRUCT(STRUCT_vt_mode)))
|
||||
IOCTL(VT_RELDISP, 0, TYPE_INT)
|
||||
IOCTL(VT_DISALLOCATE, 0, TYPE_INT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue