Files
qemu/linux-user
Alexander Graf 21ec069779 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>
2013-05-26 15:04:21 +02:00
..
2012-03-14 22:20:24 +01:00
2012-08-14 20:26:55 +01:00
2013-05-26 15:04:18 +02:00
2013-05-26 15:04:18 +02:00
2013-05-26 15:04:21 +02:00
2010-10-05 13:53:56 -05:00
2013-05-26 15:04:20 +02:00
2013-05-26 15:04:21 +02:00
2013-05-26 15:04:21 +02:00
2013-05-26 15:04:18 +02:00
2013-05-26 15:04:21 +02:00
2009-07-01 18:24:44 +00:00