diff options
Diffstat (limited to 'hw/alpha')
-rw-r--r-- | hw/alpha/dp264.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/alpha/dp264.c b/hw/alpha/dp264.c index d6431fd586..85405da3df 100644 --- a/hw/alpha/dp264.c +++ b/hw/alpha/dp264.c @@ -177,6 +177,7 @@ static void clipper_machine_init(MachineClass *mc) { mc->desc = "Alpha DP264/CLIPPER"; mc->init = clipper_init; + mc->block_default_type = IF_IDE; mc->max_cpus = 4; mc->is_default = 1; } |