]> Git Repo - qemu.git/commit
linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
authorAleksandar Markovic <[email protected]>
Wed, 4 Sep 2019 12:59:23 +0000 (14:59 +0200)
committerLaurent Vivier <[email protected]>
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 <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <1567601968[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/ioctls.h
linux-user/syscall_defs.h
This page took 0.02548 seconds and 4 git commands to generate.