Re: [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus.

2013-01-09 Thread KONRAD Frédéric
On 09/01/2013 15:53, Peter Maydell wrote: On 9 January 2013 09:14, KONRAD Frédéric wrote: On 09/01/2013 09:37, KONRAD Frédéric wrote: On 08/01/2013 19:08, Peter Maydell wrote: This isn't quite right, I think (somebody correct me if I'm wrong!) The virtio-pci-bus subclass doesn't have any stat

Re: [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus.

2013-01-09 Thread Peter Maydell
On 9 January 2013 09:14, KONRAD Frédéric wrote: > On 09/01/2013 09:37, KONRAD Frédéric wrote: >> On 08/01/2013 19:08, Peter Maydell wrote: >>> This isn't quite right, I think (somebody correct me if I'm wrong!) >>> The virtio-pci-bus subclass doesn't have any state of its own, so it >>> doesn't ne

Re: [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus.

2013-01-09 Thread KONRAD Frédéric
On 09/01/2013 09:37, KONRAD Frédéric wrote: On 08/01/2013 19:08, Peter Maydell wrote: On 7 January 2013 18:40, wrote: From: KONRAD Frederic Introduce virtio-pci-bus, which extends virtio-bus. It is used with virtio-pci transport device. Signed-off-by: KONRAD Frederic This isn't quite ri

Re: [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus.

2013-01-09 Thread KONRAD Frédéric
On 08/01/2013 19:08, Peter Maydell wrote: On 7 January 2013 18:40, wrote: From: KONRAD Frederic Introduce virtio-pci-bus, which extends virtio-bus. It is used with virtio-pci transport device. Signed-off-by: KONRAD Frederic This isn't quite right, I think (somebody correct me if I'm wrong

Re: [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus.

2013-01-08 Thread Peter Maydell
On 7 January 2013 18:40, wrote: > From: KONRAD Frederic > > Introduce virtio-pci-bus, which extends virtio-bus. It is used with virtio-pci > transport device. > > Signed-off-by: KONRAD Frederic This isn't quite right, I think (somebody correct me if I'm wrong!) The virtio-pci-bus subclass does

[Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus.

2013-01-07 Thread fred . konrad
From: KONRAD Frederic Introduce virtio-pci-bus, which extends virtio-bus. It is used with virtio-pci transport device. Signed-off-by: KONRAD Frederic --- hw/virtio-pci.c | 37 + hw/virtio-pci.h | 18 -- 2 files changed, 53 insertions(+), 2 de