Re: [Qemu-devel] [PATCH] strace rework

2007-10-31 Thread Thiemo Seufer
Thayne Harbaugh wrote: > > On Thu, 2007-11-01 at 00:09 +, Thiemo Seufer wrote: > > Thayne Harbaugh wrote: > > > > > > On Sat, 2007-10-27 at 14:26 +0100, Thiemo Seufer wrote: > > > > Thayne Harbaugh wrote: > > > > > This is a rework of Stuart Anderson's strace patch. I've fixed > > > > > targ

Re: [Qemu-devel] [PATCH] strace rework

2007-10-31 Thread Thayne Harbaugh
On Thu, 2007-11-01 at 00:09 +, Thiemo Seufer wrote: > Thayne Harbaugh wrote: > > > > On Sat, 2007-10-27 at 14:26 +0100, Thiemo Seufer wrote: > > > Thayne Harbaugh wrote: > > > > This is a rework of Stuart Anderson's strace patch. I've fixed > > > > target-to-host and host-to-target syscall l

Re: [Qemu-devel] [PATCH] strace rework

2007-10-31 Thread Thiemo Seufer
Thayne Harbaugh wrote: > > On Sat, 2007-10-27 at 14:26 +0100, Thiemo Seufer wrote: > > Thayne Harbaugh wrote: > > > This is a rework of Stuart Anderson's strace patch. I've fixed > > > target-to-host and host-to-target syscall lookups so that the proper > > > host or target errno is returned. > >

Re: [Qemu-devel] [PATCH] strace rework

2007-10-27 Thread Thiemo Seufer
Thayne Harbaugh wrote: > This is a rework of Stuart Anderson's strace patch. I've fixed > target-to-host and host-to-target syscall lookups so that the proper > host or target errno is returned. It didn't build for me due to the a missing target_to_host_errno function. Could you also have a look