X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=hw%2Fboards.h;h=716fd7b1a66627509ef87ef62a3b49537539d004;hb=9b02432b9f8ef3c093f6888a3e4c2c2d6631780a;hp=6f0f0d79259e3601e1c6cb5f002379e4b2284eb1;hpb=df8b863e2f7219eb3356ecc12635811241e38aad;p=sdk%2Femulator%2Fqemu.git diff --git a/hw/boards.h b/hw/boards.h index 6f0f0d7..716fd7b 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -27,6 +27,7 @@ typedef struct QEMUMachine { no_cdrom:1, no_sdcard:1; int is_default; + const char *default_machine_opts; GlobalProperty *compat_props; struct QEMUMachine *next; } QEMUMachine;