diff options
Diffstat (limited to 'hw/axis_dev88.c')
-rw-r--r-- | hw/axis_dev88.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c index e0a8c14c12..1c83e93194 100644 --- a/hw/axis_dev88.c +++ b/hw/axis_dev88.c @@ -350,6 +350,7 @@ static QEMUMachine axisdev88_machine = { .name = "axis-dev88", .desc = "AXIS devboard 88", .init = axisdev88_init, + .is_default = 1, }; static void axisdev88_machine_init(void) |