]> git.proxmox.com Git - qemu.git/blobdiff - hw/highbank.c
Support default block interfaces per QEMUMachine
[qemu.git] / hw / highbank.c
index afbb0054225fa3e2208666a5f81f8b21bf36229e..e8e5bf08261dd8eb86772d548ec70074f275150c 100644 (file)
@@ -326,7 +326,7 @@ static QEMUMachine highbank_machine = {
     .name = "highbank",
     .desc = "Calxeda Highbank (ECX-1000)",
     .init = highbank_init,
-    .use_scsi = 1,
+    .block_default_type = IF_SCSI,
     .max_cpus = 4,
 };