Fix virtio_blk_init() calls
This QEMU commit:
pci: virtio: use pci id defines (Gerd Hoffman)
removed the vendor/device id parameters from virtio_blk_init().
Fixes:
qemu/hw/device-hotplug.c: In function ‘qemu_system_hot_add_storage’:
qemu/hw/device-hotplug.c:165: warning: implicit declaration of function ‘virtio_blk_init’
qemu/hw/device-hotplug.c:166: warning: assignment makes pointer from integer without a cast
(Note: the ia64 fix is untested)
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>