qemu-cvs-ioctl_nodirection
authorAlexander Graf <agraf@suse.de>
Tue, 14 Apr 2009 14:27:36 +0000 (16:27 +0200)
committerJunfeng Dong <junfeng.dong@intel.com>
Tue, 19 Nov 2013 10:18:02 +0000 (18:18 +0800)
commit86c8b715cff7e6a672e5e3a7847d72aa9816a5f5
treebcdcba2b20456e1a1a196dea502cbefde9691e2e
parenta4ee9988f05612f7f16bd5f7934f028ce67d7450
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