diff options
Diffstat (limited to 'hw/shix.c')
| -rw-r--r-- | hw/shix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/shix.c b/hw/shix.c index eeee6bbc43..19b0155a49 100644 --- a/hw/shix.c +++ b/hw/shix.c @@ -92,6 +92,7 @@ static QEMUMachine shix_machine = { .name = "shix", .desc = "shix card", .init = shix_init, + .is_default = 1, }; static void shix_machine_init(void) |