diff options
Diffstat (limited to 'qemu-config.c')
-rw-r--r-- | qemu-config.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu-config.c b/qemu-config.c index 93d20c6cf8..b2ec40bd66 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -464,9 +464,14 @@ QemuOptsList qemu_option_rom_opts = { static QemuOptsList qemu_machine_opts = { .name = "machine", + .implied_opt_name = "type", .head = QTAILQ_HEAD_INITIALIZER(qemu_machine_opts.head), .desc = { { + .name = "type", + .type = QEMU_OPT_STRING, + .help = "emulated machine" + }, { .name = "accel", .type = QEMU_OPT_STRING, .help = "accelerator list", |