From 7de12027b47812d3b01cb3f81581545fa06a8d30 Mon Sep 17 00:00:00 2001 From: espes Date: Tue, 19 Mar 2013 05:51:47 +1100 Subject: [PATCH] new machine option stuff --- hw/xbox.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xbox.c b/hw/xbox.c index 0babf85667..7ba73dc52e 100644 --- a/hw/xbox.c +++ b/hw/xbox.c @@ -297,6 +297,10 @@ static QEMUMachine xbox_machine = { .name = "xbox", .desc = "Microsoft Xbox", .init = xbox_init, + .max_cpus = 1, + .no_floppy = 1, + .no_sdcard = 1, + DEFAULT_MACHINE_OPTIONS }; static void xbox_machine_init(void) {