]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
authorAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 4 Sep 2019 12:59:23 +0000 (14:59 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 11 Sep 2019 06:47:06 +0000 (08:47 +0200)
commit4e4b173fa1661537bd94da9f9cea364dcbe6b2f5
treefb1f09418ee8539475a67b12dd39a9564207fcf8
parent92c096f0aabc90380b82b5604e0ee73b38317e5c
linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls

FIOGETOWN and FIOSETOWN ioctls have platform-specific definitions,
hence non-standard definition in QEMU too.

Other than that, they both have a single integer argument, and their
functionality is emulated in a straightforward way.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1567601968-26946-4-git-send-email-aleksandar.markovic@rt-rk.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/ioctls.h
linux-user/syscall_defs.h