diff options
Diffstat (limited to 'hw/highbank.c')
-rw-r--r-- | hw/highbank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/highbank.c b/hw/highbank.c index 447e57d758..8e35127c8a 100644 --- a/hw/highbank.c +++ b/hw/highbank.c @@ -329,7 +329,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, }; |