Re: [Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-06-28 Thread Sassan Panahinejad
On 28 June 2011 15:22, Venkateswararao Jujjuri wrote: > ** > On 06/28/2011 05:25 AM, Sassan Panahinejad wrote: > > Hi JV, > > Any progress regarding merging this patch (and the fsync patch I > submitted)? > Is there anything I can do to assist/speed the process? > > Sussan, Thanks for the ping. :)

Re: [Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-06-28 Thread Sassan Panahinejad
Hi JV, Any progress regarding merging this patch (and the fsync patch I submitted)? Is there anything I can do to assist/speed the process? Thanks Sassan On 8 June 2011 17:21, Sassan Panahinejad wrote: > In a lot of cases, the handling of errors was quite ugly. > This patch moves reading of e

[Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-06-08 Thread Sassan Panahinejad
In a lot of cases, the handling of errors was quite ugly. This patch moves reading of errno to immediately after the system calls and passes it up through the system more cleanly. Also, in the case of the xattr functions (and possibly others), completely the wrong error was being returned. This

Re: [Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-05-17 Thread Venkateswararao Jujjuri
On 05/15/2011 09:43 AM, Sassan Panahinejad wrote: In a lot of cases, the handling of errors was quite ugly. This patch moves reading of errno to immediately after the system calls and passes it up through the system more cleanly. Also, in the case of the xattr functions (and possibly others), co

[Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-05-15 Thread Sassan Panahinejad
In a lot of cases, the handling of errors was quite ugly. This patch moves reading of errno to immediately after the system calls and passes it up through the system more cleanly. Also, in the case of the xattr functions (and possibly others), completely the wrong error was being returned. Signe

Re: [Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-05-08 Thread Venkateswararao Jujjuri
On 05/08/2011 05:36 AM, Sassan Panahinejad wrote: In a lot of cases, the handling of errors was quite ugly. This patch moves reading of errno to immediately after the system calls and passes it up through the system more cleanly. Also, in the case of the xattr functions (and possibly others), co

[Qemu-devel] [PATCH] Clean up virtio-9p error handling code

2011-05-08 Thread Sassan Panahinejad
In a lot of cases, the handling of errors was quite ugly. This patch moves reading of errno to immediately after the system calls and passes it up through the system more cleanly. Also, in the case of the xattr functions (and possibly others), completely the wrong error was being returned. --- f