]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/arm/versatilepb.c
hw: Deprecate -drive if=scsi with non-onboard HBAs
[mirror_qemu.git] / hw / arm / versatilepb.c
index 7b5cb36d5ac13552027cc23f3fa330b44622851b..b0e9f5be65233e0b7ff1df7030285e84e8a6c758 100644 (file)
@@ -290,7 +290,7 @@ static void versatile_init(MachineState *machine, int board_id)
     }
     n = drive_get_max_bus(IF_SCSI);
     while (n >= 0) {
-        pci_create_simple(pci_bus, -1, "lsi53c895a");
+        lsi53c895a_create(pci_bus);
         n--;
     }