qemu-cvs-ioctl_nodirection
authorAlexander Graf <agraf@suse.de>
Tue, 14 Apr 2009 14:27:36 +0000 (16:27 +0200)
committerChanho Park <parkch98@gmail.com>
Tue, 9 Sep 2014 02:32:49 +0000 (11:32 +0900)
commit591715c292fd35d5cf76b5187779a2b505e402a8
treeadecad322e56ad24971031b88dd59e62dcac5a59
parenta0110c4a5672bac5dabe0569539f32832a6fa164
qemu-cvs-ioctl_nodirection

the direction given in the ioctl should be correct so we can assume the
communication is uni-directional. The alsa developers did not like this
concept though and declared ioctls IOC_R and IOC_W even though they were
IOC_RW.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Ulrich Hecht <uli@suse.de>
linux-user/syscall.c