]> git.proxmox.com Git - qemu.git/commit - linux-user/syscall.c
linux-user: fix IPCOP_sem* and implement sem*
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 18 Apr 2009 16:16:12 +0000 (16:16 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 18 Apr 2009 16:16:12 +0000 (16:16 +0000)
commite5289087edbb66ac02729211ec46cfb7acbd5f1c
tree069c3eba8b81552d43039b5515fc453bc41307a0
parentc48101ae92c5ac6f2412ca345d9cc3557add8e47
linux-user: fix IPCOP_sem* and implement sem*

Fix and cleanup IPCOP_sem* ipc calls handling and
implement sem* syscalls.

Riku:

1) Uglify whitespace so that diff gets smaller and easier
to review

2) use __get_user in target_to_host_sembuf

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7184 c046a42c-6fe2-441c-8c8c-71466251a162
linux-user/syscall.c