Suppress default floppy and SD-card drives. Signed-off-by: Markus Armbruster <arm...@redhat.com> --- hw/alpha_dp264.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/hw/alpha_dp264.c b/hw/alpha_dp264.c index 9eb939f..3dd6252 100644 --- a/hw/alpha_dp264.c +++ b/hw/alpha_dp264.c @@ -169,6 +169,8 @@ static QEMUMachine clipper_machine = { .desc = "Alpha DP264/CLIPPER", .init = clipper_init, .max_cpus = 4, + .no_floppy = 1, + .no_sdcard = 1, .is_default = 1, }; -- 1.7.11.2