Files
qemu/linux-user
Alexander Graf 3a1a661425 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>
2012-10-09 09:13:42 +02:00
..
2012-03-14 22:20:24 +01:00
2012-08-14 20:26:55 +01:00
2012-09-05 19:37:13 +02:00
2012-09-05 19:37:13 +02:00
2012-10-09 08:15:39 +02:00
2010-10-05 13:53:56 -05:00
2012-09-05 19:37:14 +02:00
2012-10-09 09:13:42 +02:00
2012-10-09 08:15:39 +02:00
2012-09-05 19:37:13 +02:00
2012-10-09 09:13:42 +02:00
2009-07-01 18:24:44 +00:00