Suppress default floppy and SD-card drives. Signed-off-by: Markus Armbruster <arm...@redhat.com> --- hw/alpha_dp264.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/hw/alpha_dp264.c b/hw/alpha_dp264.c index 06661e3..836fb41 100644 --- a/hw/alpha_dp264.c +++ b/hw/alpha_dp264.c @@ -169,9 +169,7 @@ static QEMUMachine clipper_machine = { .desc = "Alpha DP264/CLIPPER", .init = clipper_init, .max_cpus = 4, - .use_floppy = 1, .use_cdrom = 1, - .use_sdcard = 1, .is_default = 1, }; -- 1.7.11.2