Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / hw / pci-hotplug.c
index acda2bb..4d18ea2 100644 (file)
@@ -120,7 +120,7 @@ static PCIDevice *qemu_pci_hot_add_storage(Monitor *mon, PCIBus *pci_bus,
         opaque = pci_create_simple(pci_bus, -1, "lsi53c895a");
         break;
     case IF_VIRTIO:
-        opaque = pci_create_simple(pci_bus, -1, "virtio-blk");
+        opaque = pci_create_simple(pci_bus, -1, "virtio-blk-pci");
         qdev_init(opaque);
         break;
     }