Files
qemu/linux-user
Alexander Graf 3108d4f03c linux-user: use target_ulong
Linux syscalls pass pointers or data length or other information of that sort
to the kernel. This is all stuff you don't want to have sign extended.
Otherwise a host 64bit variable parameter with a size parameter will extend
it to a negative number, breaking lseek for example.

Pass syscall arguments as ulong always.

Signed-off-by: Alexander Graf <agraf@suse.de>
2015-01-12 15:25:54 +01:00
..
2015-01-12 15:22:10 +01:00
2015-01-12 15:22:10 +01:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:25:54 +01:00
2014-08-22 15:06:34 +03:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:22:10 +01:00
2015-01-12 15:25:54 +01:00
2009-07-01 18:24:44 +00:00