Re: [Qemu-devel] [PATCH v9 05/10] virtio-blk-pci: switch to new API.

2013-03-18 Thread Anthony Liguori
fred.kon...@greensocs.com writes: > 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

[Qemu-devel] [PATCH v9 05/10] virtio-blk-pci: switch to new API.

2013-03-15 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 Reviewed-by: Peter Maydell --- hw/virtio-pci.c | 121 ++