Cc: Edgar E. Iglesias <edgar.igles...@gmail.com> Suppress default floppy, CD-ROM and SD card drives.
Signed-off-by: Markus Armbruster <arm...@redhat.com> --- hw/axis_dev88.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c index eab6327..9a9da15 100644 --- a/hw/axis_dev88.c +++ b/hw/axis_dev88.c @@ -354,6 +354,9 @@ static QEMUMachine axisdev88_machine = { .desc = "AXIS devboard 88", .init = axisdev88_init, .is_default = 1, + .no_floppy = 1, + .no_cdrom = 1, + .no_sdcard = 1, }; static void axisdev88_machine_init(void) -- 1.7.11.2