diff options
Diffstat (limited to 'hw/shix.c')
-rw-r--r-- | hw/shix.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,4 +112,5 @@ QEMUMachine shix_machine = { .desc = "shix card", .init = shix_init, .ram_require = (0x00004000 + 0x01000000 + 0x01000000) | RAMSIZE_FIXED, + .max_cpus = 1, }; |