Re: [Qemu-devel] [PATCH] linux-user strace

2007-07-21 Thread Stuart Anderson
On Sat, 21 Jul 2007, Andreas Schwab wrote: That's the problem. It does not return the string associated with the target errno, but something else. It depends on what is being passed in to it. Looking over it again this morning, I can see some paths where it is passed the host errno, and some

Re: [Qemu-devel] [PATCH] linux-user strace

2007-07-21 Thread Andreas Schwab
Stuart Anderson <[EMAIL PROTECTED]> writes: > On Fri, 20 Jul 2007, Andreas Schwab wrote: > >> Stuart Anderson <[EMAIL PROTECTED]> writes: >> >>> Index: qemu/linux-user/syscall.c >>> === >>> --- qemu.orig/linux-user/syscall.c 2007-07-

Re: [Qemu-devel] [PATCH] linux-user strace

2007-07-21 Thread Stuart Anderson
On Fri, 20 Jul 2007, Andreas Schwab wrote: Stuart Anderson <[EMAIL PROTECTED]> writes: Index: qemu/linux-user/syscall.c === --- qemu.orig/linux-user/syscall.c 2007-07-19 01:42:43.0 -0400 +++ qemu/linux-user/syscall.c

Re: [Qemu-devel] [PATCH] linux-user strace

2007-07-20 Thread Andreas Schwab
Stuart Anderson <[EMAIL PROTECTED]> writes: > Index: qemu/linux-user/syscall.c > === > --- qemu.orig/linux-user/syscall.c2007-07-19 01:42:43.0 -0400 > +++ qemu/linux-user/syscall.c 2007-07-19 01:43:18.0 -0400 > @@