Re: [Qemu-devel] [PATCH 1/3] virtio-9p: Move 9p device registration into virtio-9p.c

2011-05-31 Thread Aneesh Kumar K.V
On Tue, 31 May 2011 14:28:19 -0700, Venkateswararao Jujjuri wrote: > On 04/27/2011 04:46 AM, Aneesh Kumar K.V wrote: > > This patch move the 9p device registration into its own file > > All other PCI devices registration is in this file. Not sure the need to > move 9p alone. > Also s390x doesn'

Re: [Qemu-devel] [PATCH 1/3] virtio-9p: Move 9p device registration into virtio-9p.c

2011-05-31 Thread Venkateswararao Jujjuri
On 04/27/2011 04:46 AM, Aneesh Kumar K.V wrote: This patch move the 9p device registration into its own file All other PCI devices registration is in this file. Not sure the need to move 9p alone. Also s390x doesn't support PCI..hence this breaks the s390x build. Thanks, JV Signed-off-by:

[Qemu-devel] [PATCH 1/3] virtio-9p: Move 9p device registration into virtio-9p.c

2011-04-27 Thread Aneesh Kumar K.V
This patch move the 9p device registration into its own file Signed-off-by: Aneesh Kumar K.V --- hw/virtio-9p.c | 38 hw/virtio-pci.c | 57 +- hw/virtio-pci.h | 43