| Submitter | Markus Armbruster |
|---|---|
| Date | Aug. 15, 2012, 7:17 p.m. |
| Message ID | <1345058260-16229-5-git-send-email-armbru@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/177765/ |
| State | New |
| Headers | show |
Comments
Patch
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, };
Suppress default floppy and SD-card drives. Signed-off-by: Markus Armbruster <armbru@redhat.com> --- hw/alpha_dp264.c | 2 -- 1 file changed, 2 deletions(-)