Re: [Qemu-devel] [PATCH] virtio-9p: Rearrange fileop structures

2010-06-22 Thread Anthony Liguori
On 06/01/2010 03:30 PM, Venkateswararao Jujjuri (JV) wrote: This patch rearranges the fileop structures by moving the structure definitions from virtio-9p.c to virtio-9p.h file. No functional changes. Signed-off-by: Venkateswararao Jujjuri --- Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH] virtio-9p: Rearrange fileop structures

2010-06-01 Thread Venkateswararao Jujjuri (JV)
This patch rearranges the fileop structures by moving the structure definitions from virtio-9p.c to virtio-9p.h file. No functional changes. Signed-off-by: Venkateswararao Jujjuri --- hw/virtio-9p.c | 185 ++-- hw/virtio-9p.h | 92 ++