Re: [Fwd: [Qemu-devel] RFC: linux user problems]

2007-09-19 Thread Jocelyn Mayer
On Wed, 2007-09-19 at 10:07 +0100, Thiemo Seufer wrote: > J. Mayer wrote: > > Following my previous message, I did a patch that makes syscalls take > > target_long/target_ulong argument and return target_long value instead > > of long/unsigned long. > > I also included the #ifdef protection for do_

Re: [Fwd: [Qemu-devel] RFC: linux user problems]

2007-09-19 Thread Thiemo Seufer
J. Mayer wrote: > Following my previous message, I did a patch that makes syscalls take > target_long/target_ulong argument and return target_long value instead > of long/unsigned long. > I also included the #ifdef protection for do_socketcall and do_ipc to > avoid compilation warnings. > And I als

[Fwd: [Qemu-devel] RFC: linux user problems]

2007-09-18 Thread J. Mayer
Following my previous message, I did a patch that makes syscalls take target_long/target_ulong argument and return target_long value instead of long/unsigned long. I also included the #ifdef protection for do_socketcall and do_ipc to avoid compilation warnings. And I also converted the fd given to