Re: [Qemu-devel] [PATCH v6 3/8] virtio-blk-pci: switch to new API.

2013-03-12 Thread Peter Maydell
On 12 March 2013 09:22, wrote: > From: KONRAD Frederic > > Here the virtio-blk-pci is modified for the new API. The device > virtio-blk-pci extends virtio-pci. It creates and connects a virtio-blk > during the init. The properties are not changed. > > Signed-off-by: KONRAD Frederic Reviewed-by

[Qemu-devel] [PATCH v6 3/8] virtio-blk-pci: switch to new API.

2013-03-12 Thread fred . konrad
From: KONRAD Frederic Here the virtio-blk-pci is modified for the new API. The device virtio-blk-pci extends virtio-pci. It creates and connects a virtio-blk during the init. The properties are not changed. Signed-off-by: KONRAD Frederic --- hw/virtio-pci.c | 115 ++