]> git.ipfire.org Git - thirdparty/qemu.git/blame - softmmu/vl.c
Merge tag 'pull-semi-20220628' of https://gitlab.com/rth7680/qemu into staging
[thirdparty/qemu.git] / softmmu / vl.c
CommitLineData
0824d6fc 1/*
80cabfad 2 * QEMU System Emulator
5fafdf24 3 *
68d0f70e 4 * Copyright (c) 2003-2008 Fabrice Bellard
5fafdf24 5 *
1df912cf
FB
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 * THE SOFTWARE.
0824d6fc 23 */
e688df6b 24
d38ea87a 25#include "qemu/osdep.h"
49f95221 26#include "qemu/help-texts.h"
2c65db5e 27#include "qemu/datadir.h"
3dc54b0e 28#include "qemu/units.h"
c5e3c918 29#include "exec/cpu-common.h"
ec5f7ca8 30#include "exec/page-vary.h"
a27bd6c7 31#include "hw/qdev-properties.h"
6dd75472 32#include "qapi/compat-policy.h"
e688df6b 33#include "qapi/error.h"
2a5ad60b 34#include "qapi/qmp/qdict.h"
e4383ca2 35#include "qapi/qmp/qstring.h"
009ff893 36#include "qapi/qmp/qjson.h"
67a1de0d 37#include "qemu-version.h"
f348b6d1
VB
38#include "qemu/cutils.h"
39#include "qemu/help_option.h"
15e09912 40#include "qemu/hw-version.h"
cea25275 41#include "qemu/uuid.h"
71e8a915 42#include "sysemu/reset.h"
54d31236 43#include "sysemu/runstate.h"
e6dba048 44#include "sysemu/runstate-action.h"
9c17d615 45#include "sysemu/seccomp.h"
14a48c1d 46#include "sysemu/tcg.h"
da278d58 47#include "sysemu/xen.h"
452dfbef 48
d49b6836 49#include "qemu/error-report.h"
c8897e8e 50#include "qemu/sockets.h"
940e43aa 51#include "qemu/accel.h"
511d2b14 52#include "hw/usb.h"
0d09e41a 53#include "hw/isa/isa.h"
fb8b660e 54#include "hw/scsi/scsi.h"
866e2b37 55#include "hw/display/vga.h"
0d09e41a 56#include "sysemu/watchdog.h"
a2eb5c0c 57#include "hw/firmware/smbios.h"
9f57061c 58#include "hw/acpi/acpi.h"
0d09e41a 59#include "hw/xen/xen.h"
45a50b16 60#include "hw/loader.h"
b4a42f81 61#include "monitor/qdev.h"
1422e32d 62#include "net/net.h"
68ac40d2 63#include "net/slirp.h"
83c9089e 64#include "monitor/monitor.h"
28ecbaee 65#include "ui/console.h"
e0d2bd51 66#include "ui/input.h"
9c17d615 67#include "sysemu/sysemu.h"
e35704ba 68#include "sysemu/numa.h"
900c0ba3 69#include "sysemu/hostmem.h"
022c62cb 70#include "exec/gdbstub.h"
1de7afc9 71#include "qemu/timer.h"
8228e353 72#include "chardev/char.h"
b33276a7 73#include "qemu/bitmap.h"
03dd024f 74#include "qemu/log.h"
9c17d615 75#include "sysemu/blockdev.h"
0d09e41a 76#include "hw/block/block.h"
c5e3c918
PB
77#include "hw/i386/x86.h"
78#include "hw/i386/pc.h"
7b1e1a22 79#include "migration/misc.h"
5e22479a 80#include "migration/snapshot.h"
bdee56f5 81#include "sysemu/tpm.h"
9c17d615 82#include "sysemu/dma.h"
8a824e4d 83#include "hw/audio/soundhw.h"
511d2b14 84#include "audio/audio.h"
4b4629d9 85#include "sysemu/cpus.h"
740b1759 86#include "sysemu/cpu-timers.h"
5821ebf9 87#include "migration/colo.h"
1693c64c 88#include "migration/postcopy-ram.h"
9c17d615 89#include "sysemu/kvm.h"
b0cb0a66 90#include "sysemu/hax.h"
42e5f393 91#include "qapi/qobject-input-visitor.h"
1de7afc9
PB
92#include "qemu/option.h"
93#include "qemu/config-file.h"
fd5fc4b1 94#include "qemu/qemu-options.h"
1de7afc9 95#include "qemu/main-loop.h"
758e8e38 96#ifdef CONFIG_VIRTFS
74db920c
GS
97#include "fsdev/qemu-fsdev.h"
98#endif
9c17d615 99#include "sysemu/qtest.h"
511d2b14 100
76cad711 101#include "disas/disas.h"
fc01f7e7 102
8b7a5507 103#include "trace.h"
e4858974 104#include "trace/control.h"
42229a75 105#include "qemu/plugin.h"
1de7afc9 106#include "qemu/queue.h"
9c17d615 107#include "sysemu/arch_init.h"
abc27d42 108#include "exec/confidential-guest-support.h"
72cf2d4f 109
29b0040b 110#include "ui/qemu-spice.h"
68d98d3e 111#include "qapi/string-input-visitor.h"
c4090f8e 112#include "qapi/opts-visitor.h"
776d1344 113#include "qapi/clone-visitor.h"
84321831 114#include "qom/object_interfaces.h"
6b5fe137 115#include "semihosting/semihost.h"
ddbb0d09 116#include "crypto/init.h"
b60c48a7 117#include "sysemu/replay.h"
9af23989 118#include "qapi/qapi-events-run-state.h"
039a6837
PB
119#include "qapi/qapi-types-audio.h"
120#include "qapi/qapi-visit-audio.h"
9af23989 121#include "qapi/qapi-visit-block-core.h"
6dd75472 122#include "qapi/qapi-visit-compat.h"
aadfe320 123#include "qapi/qapi-visit-machine.h"
776d1344 124#include "qapi/qapi-visit-ui.h"
112ed241 125#include "qapi/qapi-commands-block-core.h"
e69d50d6 126#include "qapi/qapi-commands-migration.h"
ee55686e 127#include "qapi/qapi-commands-misc.h"
bc2f4fcb 128#include "qapi/qapi-visit-qom.h"
e1ca8f7e 129#include "qapi/qapi-commands-ui.h"
c0d4aa82 130#include "qapi/qmp/qdict.h"
215aea0c 131#include "block/qdict.h"
0194749a 132#include "qapi/qmp/qerror.h"
dce8921b 133#include "sysemu/iothread.h"
9c09a251 134#include "qemu/guest-random.h"
9ca9c893 135#include "qemu/keyval.h"
29b0040b 136
d7795d3c
GH
137#include "config-host.h"
138
98b19252
AS
139#define MAX_VIRTIO_CONSOLES 1
140
64418657
PB
141typedef struct BlockdevOptionsQueueEntry {
142 BlockdevOptions *bdo;
143 Location loc;
144 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry;
145} BlockdevOptionsQueueEntry;
146
147typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;
148
bc2f4fcb
PB
149typedef struct ObjectOption {
150 ObjectOptions *opts;
151 QTAILQ_ENTRY(ObjectOption) next;
152} ObjectOption;
153
5dacda51
KW
154typedef struct DeviceOption {
155 QDict *opts;
156 Location loc;
157 QTAILQ_ENTRY(DeviceOption) next;
158} DeviceOption;
159
0546c060 160static const char *cpu_option;
d8e4de41 161static const char *mem_path;
58c91595 162static const char *incoming;
90285ec8 163static const char *loadvm;
d8fb7d09 164static const char *accelerators;
ce9d03fb 165static bool have_custom_ram_size;
26f88d84 166static const char *ram_memdev_id;
d8fb7d09 167static QDict *machine_opts_dict;
bc2f4fcb 168static QTAILQ_HEAD(, ObjectOption) object_opts = QTAILQ_HEAD_INITIALIZER(object_opts);
5dacda51 169static QTAILQ_HEAD(, DeviceOption) device_opts = QTAILQ_HEAD_INITIALIZER(device_opts);
f650266b 170static int display_remote;
64418657 171static int snapshot;
7691bdef 172static bool preconfig_requested;
8a745974 173static QemuPluginList plugin_list = QTAILQ_HEAD_INITIALIZER(plugin_list);
64418657 174static BlockdevOptionsQueue bdo_queue = QSIMPLEQ_HEAD_INITIALIZER(bdo_queue);
f650266b 175static bool nographic = false;
4d2c17b0 176static int mem_prealloc; /* force preallocation of physical target memory */
f650266b 177static const char *vga_model = NULL;
0c8d7065 178static DisplayOptions dpy;
b8d880ba
PM
179static int num_serial_hds;
180static Chardev **serial_hds;
0546c060
PB
181static const char *log_mask;
182static const char *log_file;
183static bool list_data_dirs;
4d2c17b0 184static const char *watchdog;
eaf65114
TH
185static const char *qtest_chrdev;
186static const char *qtest_log;
1ca4d09a 187
d44229c5 188static int has_defaults = 1;
998bbd74 189static int default_serial = 1;
6a5e8b0e 190static int default_parallel = 1;
abdeed06 191static int default_monitor = 1;
ac33f8fa
GH
192static int default_floppy = 1;
193static int default_cdrom = 1;
194static int default_sdcard = 1;
7f1b17f2 195static int default_vga = 1;
d30300f7 196static int default_net = 1;
998bbd74
GH
197
198static struct {
199 const char *driver;
200 int *flag;
201} default_list[] = {
6a5e8b0e
GH
202 { .driver = "isa-serial", .flag = &default_serial },
203 { .driver = "isa-parallel", .flag = &default_parallel },
d8bcbabf 204 { .driver = "isa-fdc", .flag = &default_floppy },
a92bd191 205 { .driver = "floppy", .flag = &default_floppy },
af6bf132
MA
206 { .driver = "ide-cd", .flag = &default_cdrom },
207 { .driver = "ide-hd", .flag = &default_cdrom },
af6bf132 208 { .driver = "scsi-cd", .flag = &default_cdrom },
f6f99b48 209 { .driver = "scsi-hd", .flag = &default_cdrom },
7f1b17f2
PB
210 { .driver = "VGA", .flag = &default_vga },
211 { .driver = "isa-vga", .flag = &default_vga },
212 { .driver = "cirrus-vga", .flag = &default_vga },
213 { .driver = "isa-cirrus-vga", .flag = &default_vga },
214 { .driver = "vmware-svga", .flag = &default_vga },
215 { .driver = "qxl-vga", .flag = &default_vga },
a94f0c5c 216 { .driver = "virtio-vga", .flag = &default_vga },
862b4a29 217 { .driver = "ati-vga", .flag = &default_vga },
267f6646 218 { .driver = "vhost-user-vga", .flag = &default_vga },
f29d5261 219 { .driver = "virtio-vga-gl", .flag = &default_vga },
998bbd74
GH
220};
221
4d454574
PB
222static QemuOptsList qemu_rtc_opts = {
223 .name = "rtc",
224 .head = QTAILQ_HEAD_INITIALIZER(qemu_rtc_opts.head),
eb6a5209 225 .merge_lists = true,
4d454574
PB
226 .desc = {
227 {
228 .name = "base",
229 .type = QEMU_OPT_STRING,
230 },{
231 .name = "clock",
232 .type = QEMU_OPT_STRING,
233 },{
234 .name = "driftfix",
235 .type = QEMU_OPT_STRING,
236 },
237 { /* end of list */ }
238 },
239};
240
4d454574
PB
241static QemuOptsList qemu_option_rom_opts = {
242 .name = "option-rom",
243 .implied_opt_name = "romfile",
244 .head = QTAILQ_HEAD_INITIALIZER(qemu_option_rom_opts.head),
245 .desc = {
246 {
247 .name = "bootindex",
248 .type = QEMU_OPT_NUMBER,
249 }, {
250 .name = "romfile",
251 .type = QEMU_OPT_STRING,
252 },
253 { /* end of list */ }
254 },
255};
256
8d4e9146
FK
257static QemuOptsList qemu_accel_opts = {
258 .name = "accel",
259 .implied_opt_name = "accel",
260 .head = QTAILQ_HEAD_INITIALIZER(qemu_accel_opts.head),
8d4e9146 261 .desc = {
12ceaef6
PB
262 /*
263 * no elements => accept any
264 * sanity checking will happen later
265 * when setting accelerator properties
266 */
267 { }
8d4e9146
FK
268 },
269};
270
4d454574
PB
271static QemuOptsList qemu_boot_opts = {
272 .name = "boot-opts",
6ef4716c
MA
273 .implied_opt_name = "order",
274 .merge_lists = true,
4d454574
PB
275 .head = QTAILQ_HEAD_INITIALIZER(qemu_boot_opts.head),
276 .desc = {
4d454574
PB
277 {
278 .name = "order",
279 .type = QEMU_OPT_STRING,
280 }, {
281 .name = "once",
282 .type = QEMU_OPT_STRING,
283 }, {
284 .name = "menu",
6ef4716c 285 .type = QEMU_OPT_BOOL,
4d454574
PB
286 }, {
287 .name = "splash",
288 .type = QEMU_OPT_STRING,
289 }, {
290 .name = "splash-time",
6912bb0b 291 .type = QEMU_OPT_NUMBER,
4d454574
PB
292 }, {
293 .name = "reboot-timeout",
ee5d0f89 294 .type = QEMU_OPT_NUMBER,
c8a6ae8b
AK
295 }, {
296 .name = "strict",
e5187b56 297 .type = QEMU_OPT_BOOL,
4d454574
PB
298 },
299 { /*End of list */ }
300 },
301};
302
303static QemuOptsList qemu_add_fd_opts = {
304 .name = "add-fd",
305 .head = QTAILQ_HEAD_INITIALIZER(qemu_add_fd_opts.head),
306 .desc = {
307 {
308 .name = "fd",
309 .type = QEMU_OPT_NUMBER,
310 .help = "file descriptor of which a duplicate is added to fd set",
311 },{
312 .name = "set",
313 .type = QEMU_OPT_NUMBER,
314 .help = "ID of the fd set to add fd to",
315 },{
316 .name = "opaque",
317 .type = QEMU_OPT_STRING,
318 .help = "free-form string used to describe fd",
319 },
320 { /* end of list */ }
321 },
322};
323
324static QemuOptsList qemu_object_opts = {
325 .name = "object",
326 .implied_opt_name = "qom-type",
327 .head = QTAILQ_HEAD_INITIALIZER(qemu_object_opts.head),
328 .desc = {
329 { }
330 },
331};
332
d1a0cf73
SB
333static QemuOptsList qemu_tpmdev_opts = {
334 .name = "tpmdev",
335 .implied_opt_name = "type",
336 .head = QTAILQ_HEAD_INITIALIZER(qemu_tpmdev_opts.head),
337 .desc = {
bb716238 338 /* options are defined in the TPM backends */
d1a0cf73
SB
339 { /* end of list */ }
340 },
341};
342
6f131f13
MT
343static QemuOptsList qemu_overcommit_opts = {
344 .name = "overcommit",
345 .head = QTAILQ_HEAD_INITIALIZER(qemu_overcommit_opts.head),
346 .desc = {
347 {
348 .name = "mem-lock",
349 .type = QEMU_OPT_BOOL,
350 },
351 {
352 .name = "cpu-pm",
353 .type = QEMU_OPT_BOOL,
354 },
355 { /* end of list */ }
356 },
357};
358
5e2ac519
SA
359static QemuOptsList qemu_msg_opts = {
360 .name = "msg",
361 .head = QTAILQ_HEAD_INITIALIZER(qemu_msg_opts.head),
362 .desc = {
363 {
364 .name = "timestamp",
365 .type = QEMU_OPT_BOOL,
366 },
2880ffb0
MS
367 {
368 .name = "guest-name",
369 .type = QEMU_OPT_BOOL,
370 .help = "Prepends guest name for error messages but only if "
371 "-name guest is set otherwise option is ignored\n",
372 },
5e2ac519
SA
373 { /* end of list */ }
374 },
375};
376
5d12f961
DDAG
377static QemuOptsList qemu_name_opts = {
378 .name = "name",
379 .implied_opt_name = "guest",
380 .merge_lists = true,
381 .head = QTAILQ_HEAD_INITIALIZER(qemu_name_opts.head),
382 .desc = {
383 {
384 .name = "guest",
385 .type = QEMU_OPT_STRING,
386 .help = "Sets the name of the guest.\n"
387 "This name will be displayed in the SDL window caption.\n"
388 "The name will also be used for the VNC server",
389 }, {
390 .name = "process",
391 .type = QEMU_OPT_STRING,
392 .help = "Sets the name of the QEMU process, as shown in top etc",
8f480de0
DDAG
393 }, {
394 .name = "debug-threads",
395 .type = QEMU_OPT_BOOL,
396 .help = "When enabled, name the individual threads; defaults off.\n"
397 "NOTE: The thread names are for debugging and not a\n"
398 "stable API.",
5d12f961
DDAG
399 },
400 { /* End of list */ }
401 },
402};
403
6e1d3c1c
IM
404static QemuOptsList qemu_mem_opts = {
405 .name = "memory",
406 .implied_opt_name = "size",
407 .head = QTAILQ_HEAD_INITIALIZER(qemu_mem_opts.head),
408 .merge_lists = true,
409 .desc = {
410 {
411 .name = "size",
412 .type = QEMU_OPT_SIZE,
413 },
c270fb9e
IM
414 {
415 .name = "slots",
416 .type = QEMU_OPT_NUMBER,
417 },
418 {
419 .name = "maxmem",
420 .type = QEMU_OPT_SIZE,
421 },
6e1d3c1c
IM
422 { /* end of list */ }
423 },
424};
425
1ad9580b
ST
426static QemuOptsList qemu_icount_opts = {
427 .name = "icount",
428 .implied_opt_name = "shift",
429 .merge_lists = true,
430 .head = QTAILQ_HEAD_INITIALIZER(qemu_icount_opts.head),
431 .desc = {
432 {
433 .name = "shift",
434 .type = QEMU_OPT_STRING,
a8bfac37
ST
435 }, {
436 .name = "align",
437 .type = QEMU_OPT_BOOL,
f1f4b57e
VC
438 }, {
439 .name = "sleep",
440 .type = QEMU_OPT_BOOL,
4c27b859
PD
441 }, {
442 .name = "rr",
443 .type = QEMU_OPT_STRING,
444 }, {
445 .name = "rrfile",
446 .type = QEMU_OPT_STRING,
9c2037d0
PD
447 }, {
448 .name = "rrsnapshot",
449 .type = QEMU_OPT_STRING,
1ad9580b
ST
450 },
451 { /* end of list */ }
452 },
453};
454
81b2b810
GS
455static QemuOptsList qemu_fw_cfg_opts = {
456 .name = "fw_cfg",
457 .implied_opt_name = "name",
458 .head = QTAILQ_HEAD_INITIALIZER(qemu_fw_cfg_opts.head),
459 .desc = {
460 {
461 .name = "name",
462 .type = QEMU_OPT_STRING,
463 .help = "Sets the fw_cfg name of the blob to be inserted",
464 }, {
465 .name = "file",
466 .type = QEMU_OPT_STRING,
679be303 467 .help = "Sets the name of the file from which "
81b2b810 468 "the fw_cfg blob will be loaded",
6407d76e
GS
469 }, {
470 .name = "string",
471 .type = QEMU_OPT_STRING,
472 .help = "Sets content of the blob to be inserted from a string",
6552d87c
PMD
473 }, {
474 .name = "gen_id",
475 .type = QEMU_OPT_STRING,
476 .help = "Sets id of the object generating the fw_cfg blob "
477 "to be inserted",
81b2b810
GS
478 },
479 { /* end of list */ }
480 },
481};
482
2a5ad60b
AJ
483static QemuOptsList qemu_action_opts = {
484 .name = "action",
485 .merge_lists = true,
486 .head = QTAILQ_HEAD_INITIALIZER(qemu_action_opts.head),
487 .desc = {
488 {
489 .name = "shutdown",
490 .type = QEMU_OPT_STRING,
491 },{
492 .name = "reboot",
493 .type = QEMU_OPT_STRING,
c753e8e7
AJ
494 },{
495 .name = "panic",
496 .type = QEMU_OPT_STRING,
2a5ad60b
AJ
497 },{
498 .name = "watchdog",
499 .type = QEMU_OPT_STRING,
500 },
501 { /* end of list */ }
502 },
503};
504
31459f46
RS
505const char *qemu_get_vm_name(void)
506{
507 return qemu_name;
508}
509
5dacda51 510static void default_driver_disable(const char *driver)
998bbd74 511{
998bbd74
GH
512 int i;
513
5dacda51
KW
514 if (!driver) {
515 return;
516 }
517
998bbd74
GH
518 for (i = 0; i < ARRAY_SIZE(default_list); i++) {
519 if (strcmp(default_list[i].driver, driver) != 0)
520 continue;
521 *(default_list[i].flag) = 0;
522 }
5dacda51
KW
523}
524
525static int default_driver_check(void *opaque, QemuOpts *opts, Error **errp)
526{
527 const char *driver = qemu_opt_get(opts, "driver");
528
529 default_driver_disable(driver);
998bbd74
GH
530 return 0;
531}
532
5dacda51
KW
533static void default_driver_check_json(void)
534{
535 DeviceOption *opt;
536
537 QTAILQ_FOREACH(opt, &device_opts, next) {
538 const char *driver = qdict_get_try_str(opt->opts, "driver");
539 default_driver_disable(driver);
540 }
541}
542
28d0de7a 543static int parse_name(void *opaque, QemuOpts *opts, Error **errp)
5d12f961
DDAG
544{
545 const char *proc_name;
546
8f480de0
DDAG
547 if (qemu_opt_get(opts, "debug-threads")) {
548 qemu_thread_naming(qemu_opt_get_bool(opts, "debug-threads", false));
549 }
5d12f961
DDAG
550 qemu_name = qemu_opt_get(opts, "guest");
551
552 proc_name = qemu_opt_get(opts, "process");
553 if (proc_name) {
554 os_set_proc_name(proc_name);
555 }
5b9d313e
DDAG
556
557 return 0;
5d12f961
DDAG
558}
559
f8b6f8ed
MA
560bool defaults_enabled(void)
561{
562 return has_defaults;
563}
564
587ed6be 565#ifndef _WIN32
28d0de7a 566static int parse_add_fd(void *opaque, QemuOpts *opts, Error **errp)
587ed6be
CB
567{
568 int fd, dupfd, flags;
569 int64_t fdset_id;
570 const char *fd_opaque = NULL;
636a30a8 571 AddfdInfo *fdinfo;
587ed6be
CB
572
573 fd = qemu_opt_get_number(opts, "fd", -1);
574 fdset_id = qemu_opt_get_number(opts, "set", -1);
575 fd_opaque = qemu_opt_get(opts, "opaque");
576
577 if (fd < 0) {
6353218b 578 error_setg(errp, "fd option is required and must be non-negative");
587ed6be
CB
579 return -1;
580 }
581
582 if (fd <= STDERR_FILENO) {
6353218b 583 error_setg(errp, "fd cannot be a standard I/O stream");
587ed6be
CB
584 return -1;
585 }
586
587 /*
588 * All fds inherited across exec() necessarily have FD_CLOEXEC
589 * clear, while qemu sets FD_CLOEXEC on all other fds used internally.
590 */
591 flags = fcntl(fd, F_GETFD);
592 if (flags == -1 || (flags & FD_CLOEXEC)) {
6353218b 593 error_setg(errp, "fd is not valid or already in use");
587ed6be
CB
594 return -1;
595 }
596
597 if (fdset_id < 0) {
6353218b 598 error_setg(errp, "set option is required and must be non-negative");
587ed6be
CB
599 return -1;
600 }
601
602#ifdef F_DUPFD_CLOEXEC
603 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 0);
604#else
605 dupfd = dup(fd);
606 if (dupfd != -1) {
607 qemu_set_cloexec(dupfd);
608 }
609#endif
610 if (dupfd == -1) {
6353218b 611 error_setg(errp, "error duplicating fd: %s", strerror(errno));
587ed6be
CB
612 return -1;
613 }
614
615 /* add the duplicate fd, and optionally the opaque string, to the fd set */
636a30a8
PB
616 fdinfo = monitor_fdset_add_fd(dupfd, true, fdset_id, !!fd_opaque, fd_opaque,
617 &error_abort);
618 g_free(fdinfo);
587ed6be
CB
619
620 return 0;
621}
622
28d0de7a 623static int cleanup_add_fd(void *opaque, QemuOpts *opts, Error **errp)
587ed6be
CB
624{
625 int fd;
626
627 fd = qemu_opt_get_number(opts, "fd", -1);
628 close(fd);
629
630 return 0;
631}
632#endif
633
1ae26a18
AZ
634/***********************************************************/
635/* QEMU Block devices */
636
2292ddae
MA
637#define HD_OPTS "media=disk"
638#define CDROM_OPTS "media=cdrom"
639#define FD_OPTS ""
640#define PFLASH_OPTS ""
641#define MTD_OPTS ""
642#define SD_OPTS ""
e4bcb14c 643
28d0de7a 644static int drive_init_func(void *opaque, QemuOpts *opts, Error **errp)
9dfd7c7a 645{
2d0d2837 646 BlockInterfaceType *block_default_type = opaque;
9dfd7c7a 647
c4f26c9f 648 return drive_new(opts, *block_default_type, errp) == NULL;
9dfd7c7a
GH
649}
650
28d0de7a 651static int drive_enable_snapshot(void *opaque, QemuOpts *opts, Error **errp)
9dfd7c7a 652{
28de2f88 653 if (qemu_opt_get(opts, "snapshot") == NULL) {
f43e47db 654 qemu_opt_set(opts, "snapshot", "on", &error_abort);
9dfd7c7a
GH
655 }
656 return 0;
657}
658
3c42ea66
CB
659static void default_drive(int enable, int snapshot, BlockInterfaceType type,
660 int index, const char *optstr)
4e5d9b57
MA
661{
662 QemuOpts *opts;
a66c9dc7 663 DriveInfo *dinfo;
4e5d9b57 664
4e5d9b57
MA
665 if (!enable || drive_get_by_index(type, index)) {
666 return;
667 }
668
669 opts = drive_add(type, index, NULL, optstr);
670 if (snapshot) {
28d0de7a 671 drive_enable_snapshot(NULL, opts, NULL);
4e5d9b57 672 }
a66c9dc7 673
c4f26c9f 674 dinfo = drive_new(opts, type, &error_abort);
a66c9dc7
JS
675 dinfo->is_default = true;
676
4e5d9b57
MA
677}
678
d11bf9bf
MA
679static void configure_blockdev(BlockdevOptionsQueue *bdo_queue,
680 MachineClass *machine_class, int snapshot)
681{
682 /*
683 * If the currently selected machine wishes to override the
684 * units-per-bus property of its default HBA interface type, do so
685 * now.
686 */
687 if (machine_class->units_per_default_bus) {
688 override_max_devs(machine_class->block_default_type,
689 machine_class->units_per_default_bus);
690 }
691
692 /* open the virtual block devices */
693 while (!QSIMPLEQ_EMPTY(bdo_queue)) {
694 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue);
695
696 QSIMPLEQ_REMOVE_HEAD(bdo_queue, entry);
697 loc_push_restore(&bdo->loc);
698 qmp_blockdev_add(bdo->bdo, &error_fatal);
699 loc_pop(&bdo->loc);
700 qapi_free_BlockdevOptions(bdo->bdo);
701 g_free(bdo);
702 }
25863975 703 if (snapshot) {
d11bf9bf
MA
704 qemu_opts_foreach(qemu_find_opts("drive"), drive_enable_snapshot,
705 NULL, NULL);
706 }
707 if (qemu_opts_foreach(qemu_find_opts("drive"), drive_init_func,
708 &machine_class->block_default_type, &error_fatal)) {
709 /* We printed help */
710 exit(0);
711 }
712
713 default_drive(default_cdrom, snapshot, machine_class->block_default_type, 2,
714 CDROM_OPTS);
715 default_drive(default_floppy, snapshot, IF_FLOPPY, 0, FD_OPTS);
716 default_drive(default_sdcard, snapshot, IF_SD, 0, SD_OPTS);
717
718}
719
12b7f57e
MT
720static QemuOptsList qemu_smp_opts = {
721 .name = "smp-opts",
722 .implied_opt_name = "cpus",
723 .merge_lists = true,
724 .head = QTAILQ_HEAD_INITIALIZER(qemu_smp_opts.head),
725 .desc = {
726 {
727 .name = "cpus",
728 .type = QEMU_OPT_NUMBER,
729 }, {
730 .name = "sockets",
731 .type = QEMU_OPT_NUMBER,
1b458422
LX
732 }, {
733 .name = "dies",
734 .type = QEMU_OPT_NUMBER,
864c3b5c
YW
735 }, {
736 .name = "clusters",
737 .type = QEMU_OPT_NUMBER,
12b7f57e
MT
738 }, {
739 .name = "cores",
740 .type = QEMU_OPT_NUMBER,
741 }, {
742 .name = "threads",
743 .type = QEMU_OPT_NUMBER,
744 }, {
745 .name = "maxcpus",
746 .type = QEMU_OPT_NUMBER,
747 },
748 { /*End of list */ }
749 },
750};
751
28d16f38 752static void realtime_init(void)
888a6bc6 753{
888a6bc6
SM
754 if (enable_mlock) {
755 if (os_mlock() < 0) {
f61eddcb 756 error_report("locking memory failed");
888a6bc6
SM
757 exit(1);
758 }
759 }
760}
761
5e2ac519
SA
762
763static void configure_msg(QemuOpts *opts)
764{
651d588f 765 message_with_timestamp = qemu_opt_get_bool(opts, "timestamp", false);
2880ffb0 766 error_with_guestname = qemu_opt_get_bool(opts, "guest-name", false);
5e2ac519
SA
767}
768
a59d31a1 769
a594cfbf
FB
770/***********************************************************/
771/* USB devices */
772
fb08000c 773static int usb_device_add(const char *devname)
a594cfbf 774{
a5d2f727 775 USBDevice *dev = NULL;
a594cfbf 776
4bcbe0b6 777 if (!machine_usb(current_machine)) {
a594cfbf 778 return -1;
094b287f 779 }
a594cfbf 780
0958b4cc 781 dev = usbdevice_create(devname);
0d92ed30
PB
782 if (!dev)
783 return -1;
784
a594cfbf
FB
785 return 0;
786}
787
bd3c948d
GH
788static int usb_parse(const char *cmdline)
789{
59d1c1c2 790 int r;
fb08000c 791 r = usb_device_add(cmdline);
59d1c1c2 792 if (r < 0) {
f61eddcb 793 error_report("could not add USB device '%s'", cmdline);
59d1c1c2
ST
794 }
795 return r;
bd3c948d
GH
796}
797
cc1daa40
FB
798/***********************************************************/
799/* machine registration */
800
c516cd1b 801static MachineClass *find_machine(const char *name, GSList *machines)
cc1daa40 802{
c516cd1b 803 GSList *el;
cc1daa40 804
261747f1 805 for (el = machines; el; el = el->next) {
f2c93021 806 MachineClass *mc = el->data;
261747f1 807
f2c93021
MA
808 if (!strcmp(mc->name, name) || !g_strcmp0(mc->alias, name)) {
809 return mc;
261747f1 810 }
cc1daa40 811 }
261747f1 812
f2c93021 813 return NULL;
cc1daa40
FB
814}
815
c516cd1b 816static MachineClass *find_default_machine(GSList *machines)
0c257437 817{
c516cd1b 818 GSList *el;
6db1857e 819 MachineClass *default_machineclass = NULL;
0c257437 820
261747f1 821 for (el = machines; el; el = el->next) {
f2c93021 822 MachineClass *mc = el->data;
261747f1 823
f2c93021 824 if (mc->is_default) {
6db1857e
PMD
825 assert(default_machineclass == NULL && "Multiple default machines");
826 default_machineclass = mc;
0c257437
AL
827 }
828 }
261747f1 829
6db1857e 830 return default_machineclass;
0c257437
AL
831}
832
9bd7e6d9
PB
833static void version(void)
834{
7e563bfb 835 printf("QEMU emulator version " QEMU_FULL_VERSION "\n"
d915b7bb 836 QEMU_COPYRIGHT "\n");
9bd7e6d9
PB
837}
838
15f82208 839static void help(int exitcode)
0824d6fc 840{
a3adb7ad
ME
841 version();
842 printf("usage: %s [options] [disk_image]\n\n"
843 "'disk_image' is a raw hard disk image for IDE hard disk 0\n\n",
336d354b 844 g_get_prgname());
a3adb7ad 845
fd5fc4b1
PB
846#define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \
847 if ((arch_mask) & arch_type) \
848 fputs(opt_help, stdout);
849
850#define ARCHHEADING(text, arch_mask) \
851 if ((arch_mask) & arch_type) \
852 puts(stringify(text));
853
854#define DEFHEADING(text) ARCHHEADING(text, QEMU_ARCH_ALL)
855
856#include "qemu-options.def"
a3adb7ad
ME
857
858 printf("\nDuring emulation, the following keys are useful:\n"
3f020d70 859 "ctrl-alt-f toggle full screen\n"
860 "ctrl-alt-n switch to virtual console 'n'\n"
861 "ctrl-alt toggle mouse and keyboard grab\n"
862 "\n"
f5048cb7
EB
863 "When using -nographic, press 'ctrl-a h' to get some help.\n"
864 "\n"
865 QEMU_HELP_BOTTOM "\n");
a3adb7ad 866
15f82208 867 exit(exitcode);
0824d6fc
FB
868}
869
cd6f1169
FB
870#define HAS_ARG 0x0001
871
cd6f1169
FB
872typedef struct QEMUOption {
873 const char *name;
874 int flags;
875 int index;
ad96090a 876 uint32_t arch_mask;
cd6f1169
FB
877} QEMUOption;
878
dbed7e40 879static const QEMUOption qemu_options[] = {
ad96090a 880 { "h", 0, QEMU_OPTION_h, QEMU_ARCH_ALL },
fd5fc4b1
PB
881
882#define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \
883 { option, opt_arg, opt_enum, arch_mask },
884#define DEFHEADING(text)
885#define ARCHHEADING(text, arch_mask)
886
887#include "qemu-options.def"
cd6f1169 888 { NULL },
fc01f7e7 889};
a369da5f 890
8c9a2b71
EH
891typedef struct VGAInterfaceInfo {
892 const char *opt_name; /* option name */
893 const char *name; /* human-readable name */
c2c7b22d
EH
894 /* Class names indicating that support is available.
895 * If no class is specified, the interface is always available */
896 const char *class_names[2];
8c9a2b71
EH
897} VGAInterfaceInfo;
898
53b93511 899static const VGAInterfaceInfo vga_interfaces[VGA_TYPE_MAX] = {
8c9a2b71
EH
900 [VGA_NONE] = {
901 .opt_name = "none",
d2fa65cd 902 .name = "no graphic card",
8c9a2b71
EH
903 },
904 [VGA_STD] = {
905 .opt_name = "std",
906 .name = "standard VGA",
c2c7b22d 907 .class_names = { "VGA", "isa-vga" },
8c9a2b71
EH
908 },
909 [VGA_CIRRUS] = {
910 .opt_name = "cirrus",
911 .name = "Cirrus VGA",
c2c7b22d 912 .class_names = { "cirrus-vga", "isa-cirrus-vga" },
8c9a2b71
EH
913 },
914 [VGA_VMWARE] = {
915 .opt_name = "vmware",
916 .name = "VMWare SVGA",
c2c7b22d 917 .class_names = { "vmware-svga" },
8c9a2b71
EH
918 },
919 [VGA_VIRTIO] = {
920 .opt_name = "virtio",
921 .name = "Virtio VGA",
c2c7b22d 922 .class_names = { "virtio-vga" },
8c9a2b71
EH
923 },
924 [VGA_QXL] = {
925 .opt_name = "qxl",
926 .name = "QXL VGA",
c2c7b22d 927 .class_names = { "qxl-vga" },
8c9a2b71
EH
928 },
929 [VGA_TCX] = {
930 .opt_name = "tcx",
931 .name = "TCX framebuffer",
e178113f 932 .class_names = { "sun-tcx" },
8c9a2b71
EH
933 },
934 [VGA_CG3] = {
935 .opt_name = "cg3",
936 .name = "CG3 framebuffer",
c2c7b22d 937 .class_names = { "cgthree" },
8c9a2b71 938 },
f07b3a83 939#ifdef CONFIG_XEN_BACKEND
8c9a2b71
EH
940 [VGA_XENFB] = {
941 .opt_name = "xenfb",
d2fa65cd 942 .name = "Xen paravirtualized framebuffer",
8c9a2b71 943 },
f07b3a83 944#endif
8c9a2b71
EH
945};
946
c2c7b22d
EH
947static bool vga_interface_available(VGAInterfaceType t)
948{
53b93511 949 const VGAInterfaceInfo *ti = &vga_interfaces[t];
c2c7b22d
EH
950
951 assert(t < VGA_TYPE_MAX);
952 return !ti->class_names[0] ||
7ab6e7fc
GH
953 module_object_class_by_name(ti->class_names[0]) ||
954 module_object_class_by_name(ti->class_names[1]);
c2c7b22d
EH
955}
956
dceb8852
MAL
957static const char *
958get_default_vga_model(const MachineClass *machine_class)
959{
960 if (machine_class->default_display) {
961 return machine_class->default_display;
962 } else if (vga_interface_available(VGA_CIRRUS)) {
963 return "cirrus";
964 } else if (vga_interface_available(VGA_STD)) {
965 return "std";
966 }
967
968 return NULL;
969}
970
971static void select_vgahw(const MachineClass *machine_class, const char *p)
3893c124 972{
973 const char *opts;
8c9a2b71 974 int t;
3893c124 975
dceb8852
MAL
976 if (g_str_equal(p, "help")) {
977 const char *def = get_default_vga_model(machine_class);
978
979 for (t = 0; t < VGA_TYPE_MAX; t++) {
980 const VGAInterfaceInfo *ti = &vga_interfaces[t];
981
982 if (vga_interface_available(t) && ti->opt_name) {
983 printf("%-20s %s%s\n", ti->opt_name, ti->name ?: "",
984 g_str_equal(ti->opt_name, def) ? " (default)" : "");
985 }
986 }
987 exit(0);
988 }
989
d44229c5 990 assert(vga_interface_type == VGA_NONE);
8c9a2b71 991 for (t = 0; t < VGA_TYPE_MAX; t++) {
53b93511 992 const VGAInterfaceInfo *ti = &vga_interfaces[t];
8c9a2b71 993 if (ti->opt_name && strstart(p, ti->opt_name, &opts)) {
c2c7b22d 994 if (!vga_interface_available(t)) {
8c9a2b71
EH
995 error_report("%s not available", ti->name);
996 exit(1);
997 }
998 vga_interface_type = t;
999 break;
af87bf29 1000 }
8c9a2b71
EH
1001 }
1002 if (t == VGA_TYPE_MAX) {
3893c124 1003 invalid_vga:
3e515373 1004 error_report("unknown vga type: %s", p);
3893c124 1005 exit(1);
1006 }
cb5a7aa8 1007 while (*opts) {
1008 const char *nextopt;
1009
1010 if (strstart(opts, ",retrace=", &nextopt)) {
1011 opts = nextopt;
1012 if (strstart(opts, "dumb", &nextopt))
1013 vga_retrace_method = VGA_RETRACE_DUMB;
1014 else if (strstart(opts, "precise", &nextopt))
1015 vga_retrace_method = VGA_RETRACE_PRECISE;
1016 else goto invalid_vga;
1017 } else goto invalid_vga;
1018 opts = nextopt;
1019 }
3893c124 1020}
1021
776d1344
GH
1022static void parse_display_qapi(const char *optarg)
1023{
776d1344
GH
1024 DisplayOptions *opts;
1025 Visitor *v;
1026
50beeb68 1027 v = qobject_input_visitor_new_str(optarg, "type", &error_fatal);
776d1344
GH
1028
1029 visit_type_DisplayOptions(v, NULL, &opts, &error_fatal);
1030 QAPI_CLONE_MEMBERS(DisplayOptions, &dpy, opts);
1031
1032 qapi_free_DisplayOptions(opts);
1033 visit_free(v);
1034}
1035
e1ca8f7e
GH
1036DisplayOptions *qmp_query_display_options(Error **errp)
1037{
1038 return QAPI_CLONE(DisplayOptions, &dpy);
1039}
1040
e3af9f9a 1041static void parse_display(const char *p)
1472a95b
JS
1042{
1043 const char *opts;
1472a95b 1044
c388f408
TH
1045 if (is_help_option(p)) {
1046 qemu_display_help();
1047 exit(0);
1048 }
1049
9eafdeea 1050 if (strstart(p, "vnc", &opts)) {
7a61f438
GH
1051 /*
1052 * vnc isn't a (local) DisplayType but a protocol for remote
1053 * display access.
1054 */
4db14629 1055 if (*opts == '=') {
653c9747 1056 vnc_parse(opts + 1);
4db14629 1057 } else {
c6bf0f7f 1058 error_report("VNC requires a display argument vnc=<display>");
3264ff12
JS
1059 exit(1);
1060 }
1472a95b 1061 } else {
776d1344 1062 parse_display_qapi(p);
1472a95b 1063 }
1472a95b
JS
1064}
1065
6407d76e
GS
1066static inline bool nonempty_str(const char *str)
1067{
1068 return str && *str;
1069}
1070
81b2b810
GS
1071static int parse_fw_cfg(void *opaque, QemuOpts *opts, Error **errp)
1072{
1073 gchar *buf;
1074 size_t size;
6552d87c 1075 const char *name, *file, *str, *gen_id;
bab47d9a 1076 FWCfgState *fw_cfg = (FWCfgState *) opaque;
81b2b810 1077
bab47d9a 1078 if (fw_cfg == NULL) {
406b6367 1079 error_setg(errp, "fw_cfg device not available");
81b2b810
GS
1080 return -1;
1081 }
1082 name = qemu_opt_get(opts, "name");
1083 file = qemu_opt_get(opts, "file");
6407d76e 1084 str = qemu_opt_get(opts, "string");
6552d87c 1085 gen_id = qemu_opt_get(opts, "gen_id");
6407d76e 1086
6552d87c
PMD
1087 /* we need the name, and exactly one of: file, content string, gen_id */
1088 if (!nonempty_str(name) ||
1089 nonempty_str(file) + nonempty_str(str) + nonempty_str(gen_id) != 1) {
1090 error_setg(errp, "name, plus exactly one of file,"
1091 " string and gen_id, are needed");
81b2b810
GS
1092 return -1;
1093 }
1094 if (strlen(name) > FW_CFG_MAX_FILE_PATH - 1) {
406b6367
MA
1095 error_setg(errp, "name too long (max. %d char)",
1096 FW_CFG_MAX_FILE_PATH - 1);
81b2b810
GS
1097 return -1;
1098 }
f7d8afb1
PMD
1099 if (nonempty_str(gen_id)) {
1100 /*
1101 * In this particular case where the content is populated
1102 * internally, the "etc/" namespace protection is relaxed,
1103 * so do not emit a warning.
1104 */
1105 } else if (strncmp(name, "opt/", 4) != 0) {
3dc6f869
AF
1106 warn_report("externally provided fw_cfg item names "
1107 "should be prefixed with \"opt/\"");
81b2b810 1108 }
6407d76e
GS
1109 if (nonempty_str(str)) {
1110 size = strlen(str); /* NUL terminator NOT included in fw_cfg blob */
1111 buf = g_memdup(str, size);
6552d87c 1112 } else if (nonempty_str(gen_id)) {
07719518 1113 if (!fw_cfg_add_from_generator(fw_cfg, name, gen_id, errp)) {
6552d87c
PMD
1114 return -1;
1115 }
1116 return 0;
6407d76e 1117 } else {
353c7d58
LQ
1118 GError *err = NULL;
1119 if (!g_file_get_contents(file, &buf, &size, &err)) {
1120 error_setg(errp, "can't load %s: %s", file, err->message);
1121 g_error_free(err);
6407d76e
GS
1122 return -1;
1123 }
81b2b810 1124 }
bab47d9a
GH
1125 /* For legacy, keep user files in a specific global order. */
1126 fw_cfg_set_order_override(fw_cfg, FW_CFG_ORDER_OVERRIDE_USER);
1127 fw_cfg_add_file(fw_cfg, name, buf, size);
1128 fw_cfg_reset_order_override(fw_cfg);
81b2b810
GS
1129 return 0;
1130}
1131
28d0de7a 1132static int device_help_func(void *opaque, QemuOpts *opts, Error **errp)
ff952ba2
MA
1133{
1134 return qdev_device_help(opts);
1135}
1136
28d0de7a 1137static int device_init_func(void *opaque, QemuOpts *opts, Error **errp)
f31d07d1
GH
1138{
1139 DeviceState *dev;
1140
cd65f349 1141 dev = qdev_device_add(opts, errp);
f3a85056
JF
1142 if (!dev && *errp) {
1143 error_report_err(*errp);
f31d07d1 1144 return -1;
f3a85056
JF
1145 } else if (dev) {
1146 object_unref(OBJECT(dev));
f006cf7f 1147 }
f31d07d1
GH
1148 return 0;
1149}
1150
28d0de7a 1151static int chardev_init_func(void *opaque, QemuOpts *opts, Error **errp)
1a688d3b 1152{
bd2d80b2 1153 Error *local_err = NULL;
1a688d3b 1154
4ad6f6cb 1155 if (!qemu_chr_new_from_opts(opts, NULL, &local_err)) {
0ec846bf 1156 if (local_err) {
dd4af977 1157 error_propagate(errp, local_err);
0ec846bf
AN
1158 return -1;
1159 }
1160 exit(0);
bd2d80b2 1161 }
1a688d3b
GH
1162 return 0;
1163}
1164
758e8e38 1165#ifdef CONFIG_VIRTFS
28d0de7a 1166static int fsdev_init_func(void *opaque, QemuOpts *opts, Error **errp)
74db920c 1167{
b836723d 1168 return qemu_fsdev_add(opts, errp);
74db920c
GS
1169}
1170#endif
1171
28d0de7a 1172static int mon_init_func(void *opaque, QemuOpts *opts, Error **errp)
88589343 1173{
c3e95551 1174 return monitor_init_opts(opts, errp);
88589343
GH
1175}
1176
4821cd4c 1177static void monitor_parse(const char *optarg, const char *mode, bool pretty)
88589343
GH
1178{
1179 static int monitor_device_index = 0;
1180 QemuOpts *opts;
1181 const char *p;
1182 char label[32];
88589343
GH
1183
1184 if (strstart(optarg, "chardev:", &p)) {
1185 snprintf(label, sizeof(label), "%s", p);
1186 } else {
140e065d
JK
1187 snprintf(label, sizeof(label), "compat_monitor%d",
1188 monitor_device_index);
95e30b2a 1189 opts = qemu_chr_parse_compat(label, optarg, true);
88589343 1190 if (!opts) {
f61eddcb 1191 error_report("parse error: %s", optarg);
88589343
GH
1192 exit(1);
1193 }
1194 }
1195
822ac12d 1196 opts = qemu_opts_create(qemu_find_opts("mon"), label, 1, &error_fatal);
f43e47db
MA
1197 qemu_opt_set(opts, "mode", mode, &error_abort);
1198 qemu_opt_set(opts, "chardev", label, &error_abort);
3c45f625
KW
1199 if (!strcmp(mode, "control")) {
1200 qemu_opt_set_bool(opts, "pretty", pretty, &error_abort);
1201 } else {
1202 assert(pretty == false);
1203 }
88589343
GH
1204 monitor_device_index++;
1205}
1206
bd3c948d
GH
1207struct device_config {
1208 enum {
aee1b935 1209 DEV_USB, /* -usbdevice */
aee1b935
GH
1210 DEV_SERIAL, /* -serial */
1211 DEV_PARALLEL, /* -parallel */
c9f398e5 1212 DEV_DEBUGCON, /* -debugcon */
ef0c4a0d 1213 DEV_GDB, /* -gdb, -s */
3ef669e1 1214 DEV_SCLP, /* s390 sclp */
bd3c948d
GH
1215 } type;
1216 const char *cmdline;
d9a5954d 1217 Location loc;
72cf2d4f 1218 QTAILQ_ENTRY(device_config) next;
bd3c948d 1219};
4fdcac0e
BS
1220
1221static QTAILQ_HEAD(, device_config) device_configs =
1222 QTAILQ_HEAD_INITIALIZER(device_configs);
bd3c948d
GH
1223
1224static void add_device_config(int type, const char *cmdline)
1225{
1226 struct device_config *conf;
1227
7267c094 1228 conf = g_malloc0(sizeof(*conf));
bd3c948d
GH
1229 conf->type = type;
1230 conf->cmdline = cmdline;
d9a5954d 1231 loc_save(&conf->loc);
72cf2d4f 1232 QTAILQ_INSERT_TAIL(&device_configs, conf, next);
bd3c948d
GH
1233}
1234
1235static int foreach_device_config(int type, int (*func)(const char *cmdline))
1236{
1237 struct device_config *conf;
1238 int rc;
1239
72cf2d4f 1240 QTAILQ_FOREACH(conf, &device_configs, next) {
bd3c948d
GH
1241 if (conf->type != type)
1242 continue;
d9a5954d 1243 loc_push_restore(&conf->loc);
bd3c948d 1244 rc = func(conf->cmdline);
d9a5954d 1245 loc_pop(&conf->loc);
28de2f88 1246 if (rc) {
bd3c948d 1247 return rc;
28de2f88 1248 }
bd3c948d
GH
1249 }
1250 return 0;
1251}
1252
f650266b
PB
1253static void qemu_disable_default_devices(void)
1254{
1255 MachineClass *machine_class = MACHINE_GET_CLASS(current_machine);
1256
5dacda51 1257 default_driver_check_json();
f650266b
PB
1258 qemu_opts_foreach(qemu_find_opts("device"),
1259 default_driver_check, NULL, NULL);
1260 qemu_opts_foreach(qemu_find_opts("global"),
1261 default_driver_check, NULL, NULL);
1262
1263 if (!vga_model && !default_vga) {
1264 vga_interface_type = VGA_DEVICE;
f9bcb2d6 1265 vga_interface_created = true;
f650266b
PB
1266 }
1267 if (!has_defaults || machine_class->no_serial) {
1268 default_serial = 0;
1269 }
1270 if (!has_defaults || machine_class->no_parallel) {
1271 default_parallel = 0;
1272 }
1273 if (!has_defaults || machine_class->no_floppy) {
1274 default_floppy = 0;
1275 }
1276 if (!has_defaults || machine_class->no_cdrom) {
1277 default_cdrom = 0;
1278 }
1279 if (!has_defaults || machine_class->no_sdcard) {
1280 default_sdcard = 0;
1281 }
1282 if (!has_defaults) {
1283 default_monitor = 0;
1284 default_net = 0;
1285 default_vga = 0;
1286 }
1287}
1288
1289static void qemu_create_default_devices(void)
1290{
1291 MachineClass *machine_class = MACHINE_GET_CLASS(current_machine);
1292
1293 if (is_daemonized()) {
1294 /* According to documentation and historically, -nographic redirects
1295 * serial port, parallel port and monitor to stdio, which does not work
1296 * with -daemonize. We can redirect these to null instead, but since
1297 * -nographic is legacy, let's just error out.
1298 * We disallow -nographic only if all other ports are not redirected
1299 * explicitly, to not break existing legacy setups which uses
1300 * -nographic _and_ redirects all ports explicitly - this is valid
1301 * usage, -nographic is just a no-op in this case.
1302 */
1303 if (nographic
1304 && (default_parallel || default_serial || default_monitor)) {
1305 error_report("-nographic cannot be used with -daemonize");
1306 exit(1);
1307 }
1308 }
1309
1310 if (nographic) {
1311 if (default_parallel)
1312 add_device_config(DEV_PARALLEL, "null");
1313 if (default_serial && default_monitor) {
1314 add_device_config(DEV_SERIAL, "mon:stdio");
1315 } else {
1316 if (default_serial)
1317 add_device_config(DEV_SERIAL, "stdio");
1318 if (default_monitor)
1319 monitor_parse("stdio", "readline", false);
1320 }
1321 } else {
1322 if (default_serial)
1323 add_device_config(DEV_SERIAL, "vc:80Cx24C");
1324 if (default_parallel)
1325 add_device_config(DEV_PARALLEL, "vc:80Cx24C");
1326 if (default_monitor)
1327 monitor_parse("vc:80Cx24C", "readline", false);
1328 }
1329
1330 if (default_net) {
1331 QemuOptsList *net = qemu_find_opts("net");
1332 qemu_opts_parse(net, "nic", true, &error_abort);
1333#ifdef CONFIG_SLIRP
1334 qemu_opts_parse(net, "user", true, &error_abort);
1335#endif
1336 }
1337
1338#if defined(CONFIG_VNC)
1339 if (!QTAILQ_EMPTY(&(qemu_find_opts("vnc")->head))) {
1340 display_remote++;
1341 }
1342#endif
1343 if (dpy.type == DISPLAY_TYPE_DEFAULT && !display_remote) {
1344 if (!qemu_display_find_default(&dpy)) {
1345 dpy.type = DISPLAY_TYPE_NONE;
1346#if defined(CONFIG_VNC)
653c9747 1347 vnc_parse("localhost:0,to=99,id=default");
f650266b
PB
1348#endif
1349 }
1350 }
1351 if (dpy.type == DISPLAY_TYPE_DEFAULT) {
1352 dpy.type = DISPLAY_TYPE_NONE;
1353 }
1354
1355 /* If no default VGA is requested, the default is "none". */
1356 if (default_vga) {
1357 vga_model = get_default_vga_model(machine_class);
1358 }
1359 if (vga_model) {
1360 select_vgahw(machine_class, vga_model);
1361 }
1362}
1363
998bbd74
GH
1364static int serial_parse(const char *devname)
1365{
6af2692e 1366 int index = num_serial_hds;
998bbd74
GH
1367 char label[32];
1368
1369 if (strcmp(devname, "none") == 0)
1370 return 0;
998bbd74 1371 snprintf(label, sizeof(label), "serial%d", index);
6af2692e
PM
1372 serial_hds = g_renew(Chardev *, serial_hds, index + 1);
1373
4ad6f6cb 1374 serial_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
998bbd74 1375 if (!serial_hds[index]) {
f61eddcb
EH
1376 error_report("could not connect serial device"
1377 " to character backend '%s'", devname);
998bbd74
GH
1378 return -1;
1379 }
6af2692e 1380 num_serial_hds++;
998bbd74
GH
1381 return 0;
1382}
1383
a8d78cd0
PM
1384Chardev *serial_hd(int i)
1385{
1386 assert(i >= 0);
6af2692e 1387 if (i < num_serial_hds) {
a8d78cd0
PM
1388 return serial_hds[i];
1389 }
1390 return NULL;
1391}
1392
6a5e8b0e
GH
1393static int parallel_parse(const char *devname)
1394{
1395 static int index = 0;
1396 char label[32];
1397
1398 if (strcmp(devname, "none") == 0)
1399 return 0;
1400 if (index == MAX_PARALLEL_PORTS) {
f61eddcb 1401 error_report("too many parallel ports");
6a5e8b0e
GH
1402 exit(1);
1403 }
1404 snprintf(label, sizeof(label), "parallel%d", index);
4ad6f6cb 1405 parallel_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
6a5e8b0e 1406 if (!parallel_hds[index]) {
f61eddcb
EH
1407 error_report("could not connect parallel device"
1408 " to character backend '%s'", devname);
6a5e8b0e
GH
1409 return -1;
1410 }
1411 index++;
1412 return 0;
1413}
1414
c9f398e5 1415static int debugcon_parse(const char *devname)
4d8b3c63 1416{
c9f398e5
PA
1417 QemuOpts *opts;
1418
4ad6f6cb 1419 if (!qemu_chr_new_mux_mon("debugcon", devname, NULL)) {
d7ecf712 1420 error_report("invalid character backend '%s'", devname);
c9f398e5
PA
1421 exit(1);
1422 }
8be7e7e4 1423 opts = qemu_opts_create(qemu_find_opts("device"), "debugcon", 1, NULL);
c9f398e5 1424 if (!opts) {
f61eddcb 1425 error_report("already have a debugcon device");
c9f398e5
PA
1426 exit(1);
1427 }
f43e47db
MA
1428 qemu_opt_set(opts, "driver", "isa-debugcon", &error_abort);
1429 qemu_opt_set(opts, "chardev", "debugcon", &error_abort);
c9f398e5
PA
1430 return 0;
1431}
1432
2709f263
LE
1433static gint machine_class_cmp(gconstpointer a, gconstpointer b)
1434{
1435 const MachineClass *mc1 = a, *mc2 = b;
1436 int res;
1437
1438 if (mc1->family == NULL) {
1439 if (mc2->family == NULL) {
1440 /* Compare standalone machine types against each other; they sort
1441 * in increasing order.
1442 */
1443 return strcmp(object_class_get_name(OBJECT_CLASS(mc1)),
1444 object_class_get_name(OBJECT_CLASS(mc2)));
1445 }
1446
1447 /* Standalone machine types sort after families. */
1448 return 1;
1449 }
1450
1451 if (mc2->family == NULL) {
1452 /* Families sort before standalone machine types. */
1453 return -1;
1454 }
1455
1456 /* Families sort between each other alphabetically increasingly. */
1457 res = strcmp(mc1->family, mc2->family);
1458 if (res != 0) {
1459 return res;
1460 }
1461
1462 /* Within the same family, machine types sort in decreasing order. */
1463 return strcmp(object_class_get_name(OBJECT_CLASS(mc2)),
1464 object_class_get_name(OBJECT_CLASS(mc1)));
1465}
1466
d8fb7d09 1467static void machine_help_func(const QDict *qdict)
9052ea6b 1468{
d8fb7d09
PB
1469 GSList *machines, *el;
1470 const char *type = qdict_get_try_str(qdict, "type");
9052ea6b 1471
d8fb7d09
PB
1472 machines = object_class_get_list(TYPE_MACHINE, false);
1473 if (type) {
1474 ObjectClass *machine_class = OBJECT_CLASS(find_machine(type, machines));
1475 if (machine_class) {
1476 type_print_class_properties(object_class_get_name(machine_class));
1477 return;
9052ea6b 1478 }
9052ea6b 1479 }
261747f1 1480
d8fb7d09
PB
1481 printf("Supported machines are:\n");
1482 machines = g_slist_sort(machines, machine_class_cmp);
1483 for (el = machines; el; el = el->next) {
1484 MachineClass *mc = el->data;
1485 if (mc->alias) {
1486 printf("%-20s %s (alias of %s)\n", mc->alias, mc->desc, mc->name);
1487 }
1488 printf("%-20s %s%s%s\n", mc->name, mc->desc,
1489 mc->is_default ? " (default)" : "",
1490 mc->deprecation_reason ? " (deprecated)" : "");
12cb82fd 1491 }
9052ea6b
JK
1492}
1493
a3c2f128
PB
1494static void
1495machine_merge_property(const char *propname, QDict *prop, Error **errp)
1496{
1497 QDict *opts;
1498
1499 opts = qdict_new();
1500 /* Preserve the caller's reference to prop. */
1501 qobject_ref(prop);
1502 qdict_put(opts, propname, prop);
1503 keyval_merge(machine_opts_dict, opts, errp);
1504 qobject_unref(opts);
1505}
1506
fe68090e
PB
1507static void
1508machine_parse_property_opt(QemuOptsList *opts_list, const char *propname,
f9dfae9c 1509 const char *arg)
fe68090e 1510{
a3c2f128 1511 QDict *prop = NULL;
fe68090e 1512 bool help = false;
fe68090e 1513
f9dfae9c 1514 prop = keyval_parse(arg, opts_list->implied_opt_name, &help, &error_fatal);
fe68090e
PB
1515 if (help) {
1516 qemu_opts_print_help(opts_list, true);
3e61a13a 1517 exit(0);
fe68090e 1518 }
f9dfae9c 1519 machine_merge_property(propname, prop, &error_fatal);
a3c2f128 1520 qobject_unref(prop);
fe68090e
PB
1521}
1522
90a84d13
MAL
1523static const char *pid_file;
1524static Notifier qemu_unlink_pidfile_notifier;
1525
1526static void qemu_unlink_pidfile(Notifier *n, void *data)
1527{
1528 if (pid_file) {
1529 unlink(pid_file);
1530 }
1531}
1532
6530a97b
AL
1533static const QEMUOption *lookup_opt(int argc, char **argv,
1534 const char **poptarg, int *poptind)
1535{
1536 const QEMUOption *popt;
1537 int optind = *poptind;
1538 char *r = argv[optind];
1539 const char *optarg;
1540
0f0bc3f1 1541 loc_set_cmdline(argv, optind, 1);
6530a97b
AL
1542 optind++;
1543 /* Treat --foo the same as -foo. */
1544 if (r[1] == '-')
1545 r++;
1546 popt = qemu_options;
1547 for(;;) {
1548 if (!popt->name) {
0f0bc3f1 1549 error_report("invalid option");
6530a97b
AL
1550 exit(1);
1551 }
1552 if (!strcmp(popt->name, r + 1))
1553 break;
1554 popt++;
1555 }
1556 if (popt->flags & HAS_ARG) {
1557 if (optind >= argc) {
0f0bc3f1 1558 error_report("requires an argument");
6530a97b
AL
1559 exit(1);
1560 }
1561 optarg = argv[optind++];
0f0bc3f1 1562 loc_set_cmdline(argv, optind - 2, 2);
6530a97b
AL
1563 } else {
1564 optarg = NULL;
1565 }
1566
1567 *poptarg = optarg;
1568 *poptind = optind;
1569
1570 return popt;
1571}
1572
d8fb7d09 1573static MachineClass *select_machine(QDict *qdict, Error **errp)
34f405ae 1574{
d8fb7d09 1575 const char *optarg = qdict_get_try_str(qdict, "type");
c516cd1b 1576 GSList *machines = object_class_get_list(TYPE_MACHINE, false);
d8fb7d09
PB
1577 MachineClass *machine_class;
1578 Error *local_err = NULL;
34f405ae 1579
34f405ae 1580 if (optarg) {
d8fb7d09
PB
1581 machine_class = find_machine(optarg, machines);
1582 qdict_del(qdict, "type");
1583 if (!machine_class) {
1584 error_setg(&local_err, "unsupported machine type");
1585 }
1586 } else {
1587 machine_class = find_default_machine(machines);
1588 if (!machine_class) {
1589 error_setg(&local_err, "No machine specified, and there is no default");
1590 }
34f405ae
MA
1591 }
1592
c516cd1b 1593 g_slist_free(machines);
d8fb7d09
PB
1594 if (local_err) {
1595 error_append_hint(&local_err, "Use -machine help to list supported machines\n");
1596 error_propagate(errp, local_err);
1597 }
7580f231 1598 return machine_class;
34f405ae
MA
1599}
1600
e5db4bd8
PB
1601static int object_parse_property_opt(Object *obj,
1602 const char *name, const char *value,
1603 const char *skip, Error **errp)
68d98d3e 1604{
e5db4bd8 1605 if (g_str_equal(name, skip)) {
68d98d3e
AL
1606 return 0;
1607 }
1608
668f62ec 1609 if (!object_property_parse(obj, name, value, errp)) {
68d98d3e
AL
1610 return -1;
1611 }
1612
1613 return 0;
1614}
1615
d8fb7d09
PB
1616/* *Non*recursively replace underscores with dashes in QDict keys. */
1617static void keyval_dashify(QDict *qdict, Error **errp)
e5db4bd8 1618{
d8fb7d09 1619 const QDictEntry *ent, *next;
e5db4bd8
PB
1620 char *p;
1621
d8fb7d09
PB
1622 for (ent = qdict_first(qdict); ent; ent = next) {
1623 g_autofree char *new_key = NULL;
1624
1625 next = qdict_next(qdict, ent);
1626 if (!strchr(ent->key, '_')) {
1627 continue;
1628 }
1629 new_key = g_strdup(ent->key);
1630 for (p = new_key; *p; p++) {
1631 if (*p == '_') {
1632 *p = '-';
1633 }
e5db4bd8 1634 }
d8fb7d09
PB
1635 if (qdict_haskey(qdict, new_key)) {
1636 error_setg(errp, "Conflict between '%s' and '%s'", ent->key, new_key);
1637 return;
1638 }
1639 qobject_ref(ent->value);
1640 qdict_put_obj(qdict, new_key, ent->value);
1641 qdict_del(qdict, ent->key);
e5db4bd8 1642 }
d8fb7d09
PB
1643}
1644
1645static void qemu_apply_legacy_machine_options(QDict *qdict)
1646{
1647 const char *value;
ce9d03fb 1648 QObject *prop;
d8fb7d09
PB
1649
1650 keyval_dashify(qdict, &error_fatal);
e5db4bd8 1651
6f6e1698 1652 /* Legacy options do not correspond to MachineState properties. */
d8fb7d09
PB
1653 value = qdict_get_try_str(qdict, "accel");
1654 if (value) {
1655 accelerators = g_strdup(value);
1656 qdict_del(qdict, "accel");
6f6e1698 1657 }
d8fb7d09
PB
1658
1659 value = qdict_get_try_str(qdict, "igd-passthru");
1660 if (value) {
1661 object_register_sugar_prop(ACCEL_CLASS_NAME("xen"), "igd-passthru", value,
a8dc82ce 1662 false);
d8fb7d09 1663 qdict_del(qdict, "igd-passthru");
46472d82 1664 }
d8fb7d09
PB
1665
1666 value = qdict_get_try_str(qdict, "kvm-shadow-mem");
1667 if (value) {
1668 object_register_sugar_prop(ACCEL_CLASS_NAME("kvm"), "kvm-shadow-mem", value,
a8dc82ce 1669 false);
d8fb7d09 1670 qdict_del(qdict, "kvm-shadow-mem");
23b0898e 1671 }
d8fb7d09
PB
1672
1673 value = qdict_get_try_str(qdict, "kernel-irqchip");
1674 if (value) {
1675 object_register_sugar_prop(ACCEL_CLASS_NAME("kvm"), "kernel-irqchip", value,
a8dc82ce 1676 false);
d8fb7d09 1677 object_register_sugar_prop(ACCEL_CLASS_NAME("whpx"), "kernel-irqchip", value,
a8dc82ce 1678 false);
d8fb7d09 1679 qdict_del(qdict, "kernel-irqchip");
faf20793 1680 }
ce9d03fb 1681
26f88d84
PB
1682 value = qdict_get_try_str(qdict, "memory-backend");
1683 if (value) {
1684 if (mem_path) {
1685 error_report("'-mem-path' can't be used together with"
1686 "'-machine memory-backend'");
1687 exit(EXIT_FAILURE);
1688 }
1689
1690 /* Resolved later. */
1691 ram_memdev_id = g_strdup(value);
1692 qdict_del(qdict, "memory-backend");
1693 }
1694
ce9d03fb
PB
1695 prop = qdict_get(qdict, "memory");
1696 if (prop) {
1697 have_custom_ram_size =
1698 qobject_type(prop) == QTYPE_QDICT &&
1699 qdict_haskey(qobject_to(QDict, prop), "size");
1700 }
e5db4bd8 1701}
f08f9271 1702
bc2f4fcb
PB
1703static void object_option_foreach_add(bool (*type_opt_predicate)(const char *))
1704{
1705 ObjectOption *opt, *next;
1706
1707 QTAILQ_FOREACH_SAFE(opt, &object_opts, next, next) {
1708 const char *type = ObjectType_str(opt->opts->qom_type);
1709 if (type_opt_predicate(type)) {
1710 user_creatable_add_qapi(opt->opts, &error_fatal);
1711 qapi_free_ObjectOptions(opt->opts);
1712 QTAILQ_REMOVE(&object_opts, opt, next);
1713 g_free(opt);
1714 }
1715 }
1716}
1717
49e98769
PB
1718static void object_option_add_visitor(Visitor *v)
1719{
1720 ObjectOption *opt = g_new0(ObjectOption, 1);
1721 visit_type_ObjectOptions(v, NULL, &opt->opts, &error_fatal);
1722 QTAILQ_INSERT_TAIL(&object_opts, opt, next);
1723}
1724
bc2f4fcb
PB
1725static void object_option_parse(const char *optarg)
1726{
bc2f4fcb
PB
1727 QemuOpts *opts;
1728 const char *type;
1729 Visitor *v;
1730
009ff893
PB
1731 if (optarg[0] == '{') {
1732 QObject *obj = qobject_from_json(optarg, &error_fatal);
bc2f4fcb 1733
009ff893
PB
1734 v = qobject_input_visitor_new(obj);
1735 qobject_unref(obj);
1736 } else {
1737 opts = qemu_opts_parse_noisily(qemu_find_opts("object"),
1738 optarg, true);
1739 if (!opts) {
1740 exit(1);
1741 }
1742
1743 type = qemu_opt_get(opts, "qom-type");
1744 if (!type) {
1745 error_setg(&error_fatal, QERR_MISSING_PARAMETER, "qom-type");
1746 }
1747 if (user_creatable_print_help(type, opts)) {
1748 exit(0);
1749 }
1750
1751 v = opts_visitor_new(opts);
bc2f4fcb
PB
1752 }
1753
49e98769 1754 object_option_add_visitor(v);
bc2f4fcb 1755 visit_free(v);
bc2f4fcb
PB
1756}
1757
f08f9271
DB
1758/*
1759 * Initial object creation happens before all other
1760 * QEMU data types are created. The majority of objects
1761 * can be created at this point. The rng-egd object
1762 * cannot be created here, as it depends on the chardev
1763 * already existing.
1764 */
bc2f4fcb 1765static bool object_create_early(const char *type)
f08f9271 1766{
edfb4389
MA
1767 /*
1768 * Objects should not be made "delayed" without a reason. If you
1769 * add one, state the reason in a comment!
1770 */
1771
6ba7ada3
PB
1772 /* Reason: property "chardev" */
1773 if (g_str_equal(type, "rng-egd") ||
1774 g_str_equal(type, "qtest")) {
f08f9271
DB
1775 return false;
1776 }
7dbb11c8 1777
042cea27 1778#if defined(CONFIG_VHOST_USER) && defined(CONFIG_LINUX)
edfb4389 1779 /* Reason: cryptodev-vhost-user property "chardev" */
042cea27
GA
1780 if (g_str_equal(type, "cryptodev-vhost-user")) {
1781 return false;
1782 }
1783#endif
1784
3578389b
CX
1785 /* Reason: vhost-user-blk-server property "node-name" */
1786 if (g_str_equal(type, "vhost-user-blk-server")) {
1787 return false;
1788 }
9d3e12e8 1789 /*
edfb4389 1790 * Reason: filter-* property "netdev" etc.
9d3e12e8
TH
1791 */
1792 if (g_str_equal(type, "filter-buffer") ||
f6d3afb5 1793 g_str_equal(type, "filter-dump") ||
d46f75b2 1794 g_str_equal(type, "filter-mirror") ||
7dce4e6f 1795 g_str_equal(type, "filter-redirector") ||
e6eee8ab 1796 g_str_equal(type, "colo-compare") ||
646c5478
PD
1797 g_str_equal(type, "filter-rewriter") ||
1798 g_str_equal(type, "filter-replay")) {
7dbb11c8
YH
1799 return false;
1800 }
1801
b86f59c7
CF
1802 /*
1803 * Allocation of large amounts of memory may delay
6546d0db
EH
1804 * chardev initialization for too long, and trigger timeouts
1805 * on software that waits for a monitor socket to be created
1806 * (e.g. libvirt).
1807 */
1808 if (g_str_has_prefix(type, "memory-backend-")) {
1809 return false;
1810 }
1811
f08f9271
DB
1812 return true;
1813}
1814
d8fb7d09 1815static void qemu_apply_machine_options(QDict *qdict)
7a84268d 1816{
d8fb7d09 1817 object_set_properties_from_keyval(OBJECT(current_machine), qdict, false, &error_fatal);
7a84268d 1818
7a84268d 1819 if (semihosting_enabled() && !semihosting_get_argc()) {
7a84268d 1820 /* fall back to the -kernel/-append */
d8fb7d09 1821 semihosting_arg_fallback(current_machine->kernel_filename, current_machine->kernel_cmdline);
7a84268d 1822 }
fe68090e
PB
1823
1824 if (current_machine->smp.cpus > 1) {
1825 Error *blocker = NULL;
1826 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED, "smp");
1827 replay_add_blocker(blocker);
1828 }
7a84268d
PB
1829}
1830
64418657
PB
1831static void qemu_create_early_backends(void)
1832{
1833 MachineClass *machine_class = MACHINE_GET_CLASS(current_machine);
66c2207f
TH
1834#if defined(CONFIG_SDL)
1835 const bool use_sdl = (dpy.type == DISPLAY_TYPE_SDL);
1836#else
1837 const bool use_sdl = false;
1838#endif
1839#if defined(CONFIG_GTK)
1840 const bool use_gtk = (dpy.type == DISPLAY_TYPE_GTK);
1841#else
1842 const bool use_gtk = false;
1843#endif
64418657 1844
66c2207f 1845 if (dpy.has_window_close && !use_gtk && !use_sdl) {
fe86fe23 1846 error_report("window-close is only valid for GTK and SDL, "
64418657
PB
1847 "ignoring option");
1848 }
1849
1850 qemu_display_early_init(&dpy);
1851 qemu_console_early_init();
1852
1853 if (dpy.has_gl && dpy.gl != DISPLAYGL_MODE_OFF && display_opengl == 0) {
1854#if defined(CONFIG_OPENGL)
1855 error_report("OpenGL is not supported by the display");
1856#else
1857 error_report("OpenGL support is disabled");
1858#endif
1859 exit(1);
1860 }
1861
bc2f4fcb 1862 object_option_foreach_add(object_create_early);
64418657
PB
1863
1864 /* spice needs the timers to be initialized by this point */
3d76c3b6 1865 /* spice must initialize before audio as it changes the default audiodev */
64418657
PB
1866 /* spice must initialize before chardevs (for spicevmc and spiceport) */
1867 qemu_spice.init();
1868
1869 qemu_opts_foreach(qemu_find_opts("chardev"),
1870 chardev_init_func, NULL, &error_fatal);
1871
1872#ifdef CONFIG_VIRTFS
1873 qemu_opts_foreach(qemu_find_opts("fsdev"),
1874 fsdev_init_func, NULL, &error_fatal);
1875#endif
1876
1877 /*
1878 * Note: we need to create audio and block backends before
d8fb7d09 1879 * setting machine properties, so they can be referred to.
64418657
PB
1880 */
1881 configure_blockdev(&bdo_queue, machine_class, snapshot);
1882 audio_init_audiodevs();
1883}
1884
f08f9271
DB
1885
1886/*
1887 * The remainder of object creation happens after the
9abce56d 1888 * creation of chardev, fsdev, net clients and device data types.
f08f9271 1889 */
bc2f4fcb 1890static bool object_create_late(const char *type)
f08f9271 1891{
bc2f4fcb 1892 return !object_create_early(type);
f08f9271
DB
1893}
1894
07a91b1a
PB
1895static void qemu_create_late_backends(void)
1896{
1897 if (qtest_chrdev) {
1898 qtest_server_init(qtest_chrdev, qtest_log, &error_fatal);
1899 }
1900
1901 net_init_clients(&error_fatal);
1902
bc2f4fcb 1903 object_option_foreach_add(object_create_late);
07a91b1a
PB
1904
1905 if (tpm_init() < 0) {
1906 exit(1);
1907 }
1908
1909 qemu_opts_foreach(qemu_find_opts("mon"),
1910 mon_init_func, NULL, &error_fatal);
1911
1912 if (foreach_device_config(DEV_SERIAL, serial_parse) < 0)
1913 exit(1);
1914 if (foreach_device_config(DEV_PARALLEL, parallel_parse) < 0)
1915 exit(1);
1916 if (foreach_device_config(DEV_DEBUGCON, debugcon_parse) < 0)
1917 exit(1);
1918
1919 /* now chardevs have been created we may have semihosting to connect */
fb08790b 1920 qemu_semihosting_chardev_init();
07a91b1a 1921}
f08f9271 1922
b24986e7
PB
1923static void qemu_resolve_machine_memdev(void)
1924{
26f88d84 1925 if (ram_memdev_id) {
b24986e7
PB
1926 Object *backend;
1927 ram_addr_t backend_size;
1928
26f88d84 1929 backend = object_resolve_path_type(ram_memdev_id,
b24986e7
PB
1930 TYPE_MEMORY_BACKEND, NULL);
1931 if (!backend) {
26f88d84 1932 error_report("Memory backend '%s' not found", ram_memdev_id);
b24986e7
PB
1933 exit(EXIT_FAILURE);
1934 }
fb56b7a0
PB
1935 if (!have_custom_ram_size) {
1936 backend_size = object_property_get_uint(backend, "size", &error_abort);
1937 current_machine->ram_size = backend_size;
b24986e7 1938 }
26f88d84
PB
1939 object_property_set_link(OBJECT(current_machine),
1940 "memory-backend", backend, &error_fatal);
b24986e7 1941 }
b24986e7
PB
1942}
1943
ce9d03fb 1944static void parse_memory_options(const char *arg)
3b9985e9 1945{
ce9d03fb
PB
1946 QemuOpts *opts;
1947 QDict *dict, *prop;
3b9985e9 1948 const char *mem_str;
bbe2d25c 1949
ce9d03fb
PB
1950 opts = qemu_opts_parse_noisily(qemu_find_opts("memory"), arg, true);
1951 if (!opts) {
1952 exit(EXIT_FAILURE);
1953 }
1954
1955 prop = qdict_new();
3b9985e9 1956
ce9d03fb
PB
1957 if (qemu_opt_get_size(opts, "size", 0) != 0) {
1958 mem_str = qemu_opt_get(opts, "size");
3b9985e9
MA
1959 if (!*mem_str) {
1960 error_report("missing 'size' option value");
1961 exit(EXIT_FAILURE);
1962 }
1963
3b9985e9
MA
1964 /* Fix up legacy suffix-less format */
1965 if (g_ascii_isdigit(mem_str[strlen(mem_str) - 1])) {
ce9d03fb
PB
1966 g_autofree char *mib_str = g_strdup_printf("%sM", mem_str);
1967 qdict_put_str(prop, "size", mib_str);
1968 } else {
1969 qdict_put_str(prop, "size", mem_str);
3b9985e9
MA
1970 }
1971 }
1972
951f2269 1973 if (qemu_opt_get(opts, "maxmem")) {
ce9d03fb
PB
1974 qdict_put_str(prop, "max-size", qemu_opt_get(opts, "maxmem"));
1975 }
1976 if (qemu_opt_get(opts, "slots")) {
1977 qdict_put_str(prop, "slots", qemu_opt_get(opts, "slots"));
3b9985e9 1978 }
bbe2d25c 1979
ce9d03fb
PB
1980 dict = qdict_new();
1981 qdict_put(dict, "memory", prop);
1982 keyval_merge(machine_opts_dict, dict, &error_fatal);
1983 qobject_unref(dict);
f5c9fcb8
PB
1984}
1985
d8fb7d09 1986static void qemu_create_machine(QDict *qdict)
f5c9fcb8 1987{
d8fb7d09 1988 MachineClass *machine_class = select_machine(qdict, &error_fatal);
f5c9fcb8
PB
1989 object_set_machine_compat_props(machine_class->compat_props);
1990
f5c9fcb8 1991 current_machine = MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
f5c9fcb8
PB
1992 object_property_add_child(object_get_root(), "machine",
1993 OBJECT(current_machine));
1994 object_property_add_child(container_get(OBJECT(current_machine),
1995 "/unattached"),
1996 "sysbus", OBJECT(sysbus_get_default()));
1997
1998 if (machine_class->minimum_page_bits) {
1999 if (!set_preferred_target_page_bits(machine_class->minimum_page_bits)) {
2000 /* This would be a board error: specifying a minimum smaller than
2001 * a target's compile-time fixed setting.
2002 */
2003 g_assert_not_reached();
2004 }
2005 }
2006
2007 cpu_exec_init_all();
2008 page_size_init();
2009
2010 if (machine_class->hw_version) {
2011 qemu_set_hw_version(machine_class->hw_version);
2012 }
2013
f5c9fcb8
PB
2014 /*
2015 * Get the default machine options from the machine if it is not already
2016 * specified either by the configuration file or by the command line.
2017 */
2018 if (machine_class->default_machine_opts) {
d8fb7d09
PB
2019 QDict *default_opts =
2020 keyval_parse(machine_class->default_machine_opts, NULL, NULL,
2021 &error_abort);
dadafe67 2022 qemu_apply_legacy_machine_options(default_opts);
d8fb7d09
PB
2023 object_set_properties_from_keyval(OBJECT(current_machine), default_opts,
2024 false, &error_abort);
2025 qobject_unref(default_opts);
f5c9fcb8 2026 }
3b9985e9
MA
2027}
2028
8d76bfe8
EH
2029static int global_init_func(void *opaque, QemuOpts *opts, Error **errp)
2030{
2031 GlobalProperty *g;
2032
2033 g = g_malloc0(sizeof(*g));
2034 g->driver = qemu_opt_get(opts, "driver");
2035 g->property = qemu_opt_get(opts, "property");
2036 g->value = qemu_opt_get(opts, "value");
8d76bfe8
EH
2037 qdev_prop_register_global(g);
2038 return 0;
2039}
2040
c0d4aa82
PB
2041/*
2042 * Return whether configuration group @group is stored in QemuOpts, or
2043 * recorded as one or more QDicts by qemu_record_config_group.
2044 */
2045static bool is_qemuopts_group(const char *group)
2046{
d8fb7d09 2047 if (g_str_equal(group, "object") ||
e4383ca2 2048 g_str_equal(group, "machine") ||
8c4da4b5 2049 g_str_equal(group, "smp-opts") ||
ce9d03fb
PB
2050 g_str_equal(group, "boot-opts") ||
2051 g_str_equal(group, "memory")) {
49e98769
PB
2052 return false;
2053 }
c0d4aa82
PB
2054 return true;
2055}
2056
2057static void qemu_record_config_group(const char *group, QDict *dict,
2058 bool from_json, Error **errp)
2059{
49e98769
PB
2060 if (g_str_equal(group, "object")) {
2061 Visitor *v = qobject_input_visitor_new_keyval(QOBJECT(dict));
2062 object_option_add_visitor(v);
2063 visit_free(v);
d8fb7d09
PB
2064 } else if (g_str_equal(group, "machine")) {
2065 /*
2066 * Cannot merge string-valued and type-safe dictionaries, so JSON
2067 * is not accepted yet for -M.
2068 */
2069 assert(!from_json);
2070 keyval_merge(machine_opts_dict, dict, errp);
e4383ca2
PB
2071 } else if (g_str_equal(group, "smp-opts")) {
2072 machine_merge_property("smp", dict, &error_fatal);
8c4da4b5
PB
2073 } else if (g_str_equal(group, "boot-opts")) {
2074 machine_merge_property("boot", dict, &error_fatal);
ce9d03fb
PB
2075 } else if (g_str_equal(group, "memory")) {
2076 machine_merge_property("memory", dict, &error_fatal);
49e98769
PB
2077 } else {
2078 abort();
2079 }
c0d4aa82
PB
2080}
2081
2082/*
2083 * Parse non-QemuOpts config file groups, pass the rest to
2084 * qemu_config_do_parse.
2085 */
2086static void qemu_parse_config_group(const char *group, QDict *qdict,
2087 void *opaque, Error **errp)
2088{
2089 QObject *crumpled;
2090 if (is_qemuopts_group(group)) {
2091 qemu_config_do_parse(group, qdict, opaque, errp);
2092 return;
2093 }
2094
2095 crumpled = qdict_crumple(qdict, errp);
2096 if (!crumpled) {
2097 return;
2098 }
838e3700
PB
2099 switch (qobject_type(crumpled)) {
2100 case QTYPE_QDICT:
2101 qemu_record_config_group(group, qobject_to(QDict, crumpled), false, errp);
2102 break;
2103 case QTYPE_QLIST:
c0d4aa82 2104 error_setg(errp, "Lists cannot be at top level of a configuration section");
838e3700
PB
2105 break;
2106 default:
2107 g_assert_not_reached();
c0d4aa82 2108 }
838e3700 2109 qobject_unref(crumpled);
c0d4aa82
PB
2110}
2111
f7544edc 2112static void qemu_read_default_config_file(Error **errp)
726401be 2113{
f7544edc 2114 ERRP_GUARD();
726401be 2115 int ret;
580e6ad6 2116 g_autofree char *file = get_relocated_path(CONFIG_QEMU_CONFDIR "/qemu.conf");
726401be 2117
c0d4aa82 2118 ret = qemu_read_config_file(file, qemu_parse_config_group, errp);
f7544edc
PB
2119 if (ret < 0) {
2120 if (ret == -ENOENT) {
2121 error_free(*errp);
2122 *errp = NULL;
2123 }
726401be 2124 }
726401be
EH
2125}
2126
c0d4aa82 2127static void qemu_set_option(const char *str, Error **errp)
ed7fa564 2128{
ed7fa564
PB
2129 char group[64], id[64], arg[64];
2130 QemuOptsList *list;
2131 QemuOpts *opts;
2132 int rc, offset;
2133
2134 rc = sscanf(str, "%63[^.].%63[^.].%63[^=]%n", group, id, arg, &offset);
2135 if (rc < 3 || str[offset] != '=') {
c0d4aa82
PB
2136 error_setg(errp, "can't parse: \"%s\"", str);
2137 return;
ed7fa564
PB
2138 }
2139
c0d4aa82
PB
2140 if (!is_qemuopts_group(group)) {
2141 error_setg(errp, "-set is not supported with %s", group);
2142 } else {
2143 list = qemu_find_opts_err(group, errp);
2144 if (list) {
2145 opts = qemu_opts_find(list, id);
2146 if (!opts) {
2147 error_setg(errp, "there is no %s \"%s\" defined", group, id);
2148 return;
2149 }
2150 qemu_opt_set(opts, arg, str + offset + 1, errp);
2151 }
ed7fa564 2152 }
ed7fa564
PB
2153}
2154
a0660e0b
PX
2155static void user_register_global_props(void)
2156{
2157 qemu_opts_foreach(qemu_find_opts("global"),
2158 global_init_func, NULL, NULL);
2159}
2160
7f8b6126
PB
2161static int do_configure_icount(void *opaque, QemuOpts *opts, Error **errp)
2162{
8191d368 2163 icount_configure(opts, errp);
7f8b6126
PB
2164 return 0;
2165}
2166
12ceaef6
PB
2167static int accelerator_set_property(void *opaque,
2168 const char *name, const char *value,
2169 Error **errp)
2170{
2171 return object_parse_property_opt(opaque, name, value, "accel", errp);
2172}
2173
deda73e8
PB
2174static int do_configure_accelerator(void *opaque, QemuOpts *opts, Error **errp)
2175{
6f6e1698
PB
2176 bool *p_init_failed = opaque;
2177 const char *acc = qemu_opt_get(opts, "accel");
2178 AccelClass *ac = accel_find(acc);
fc5cf826 2179 AccelState *accel;
6f6e1698 2180 int ret;
eaf65114
TH
2181 bool qtest_with_kvm;
2182
2183 qtest_with_kvm = g_str_equal(acc, "kvm") && qtest_chrdev != NULL;
6f6e1698
PB
2184
2185 if (!ac) {
8b90f1c5 2186 *p_init_failed = true;
eaf65114
TH
2187 if (!qtest_with_kvm) {
2188 error_report("invalid accelerator %s", acc);
2189 }
6f6e1698
PB
2190 return 0;
2191 }
fc5cf826 2192 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac)));
fe174132 2193 object_apply_compat_props(OBJECT(accel));
12ceaef6
PB
2194 qemu_opt_foreach(opts, accelerator_set_property,
2195 accel,
2196 &error_fatal);
2197
fc5cf826 2198 ret = accel_init_machine(accel, current_machine);
6f6e1698
PB
2199 if (ret < 0) {
2200 *p_init_failed = true;
eaf65114
TH
2201 if (!qtest_with_kvm || ret != -ENOENT) {
2202 error_report("failed to initialize %s: %s", acc, strerror(-ret));
2203 }
6f6e1698
PB
2204 return 0;
2205 }
fe174132 2206
6f6e1698 2207 return 1;
deda73e8
PB
2208}
2209
28a09617 2210static void configure_accelerators(const char *progname)
deda73e8 2211{
28a09617 2212 bool init_failed = false;
28a09617
PB
2213
2214 qemu_opts_foreach(qemu_find_opts("icount"),
2215 do_configure_icount, NULL, &error_fatal);
2216
6f6e1698 2217 if (QTAILQ_EMPTY(&qemu_accel_opts.head)) {
60ee3552
RH
2218 char **accel_list, **tmp;
2219
7245ca74 2220 if (accelerators == NULL) {
6f6e1698 2221 /* Select the default accelerator */
755ee1f3
RH
2222 bool have_tcg = accel_find("tcg");
2223 bool have_kvm = accel_find("kvm");
2224
2225 if (have_tcg && have_kvm) {
2226 if (g_str_has_suffix(progname, "kvm")) {
6f6e1698 2227 /* If the program name ends with "kvm", we prefer KVM */
7245ca74 2228 accelerators = "kvm:tcg";
6f6e1698 2229 } else {
7245ca74 2230 accelerators = "tcg:kvm";
6f6e1698 2231 }
755ee1f3 2232 } else if (have_kvm) {
7245ca74 2233 accelerators = "kvm";
755ee1f3 2234 } else if (have_tcg) {
7245ca74 2235 accelerators = "tcg";
755ee1f3
RH
2236 } else {
2237 error_report("No accelerator selected and"
2238 " no default accelerator available");
2239 exit(1);
28a09617
PB
2240 }
2241 }
7245ca74 2242 accel_list = g_strsplit(accelerators, ":", 0);
28a09617 2243
a024b090 2244 for (tmp = accel_list; *tmp; tmp++) {
6f6e1698
PB
2245 /*
2246 * Filter invalid accelerators here, to prevent obscenities
2247 * such as "-machine accel=tcg,,thread=single".
2248 */
2249 if (accel_find(*tmp)) {
2250 qemu_opts_parse_noisily(qemu_find_opts("accel"), *tmp, true);
8b90f1c5
PB
2251 } else {
2252 init_failed = true;
2253 error_report("invalid accelerator %s", *tmp);
6f6e1698 2254 }
28a09617 2255 }
adb464ff 2256 g_strfreev(accel_list);
6f6e1698 2257 } else {
7245ca74 2258 if (accelerators != NULL) {
6f6e1698
PB
2259 error_report("The -accel and \"-machine accel=\" options are incompatible");
2260 exit(1);
28a09617
PB
2261 }
2262 }
28a09617 2263
6f6e1698
PB
2264 if (!qemu_opts_foreach(qemu_find_opts("accel"),
2265 do_configure_accelerator, &init_failed, &error_fatal)) {
28a09617 2266 if (!init_failed) {
6f6e1698 2267 error_report("no accelerator found");
28a09617
PB
2268 }
2269 exit(1);
2270 }
2271
eaf65114 2272 if (init_failed && !qtest_chrdev) {
55bd445c 2273 error_report("falling back to %s", current_accel_name());
28a09617
PB
2274 }
2275
740b1759 2276 if (icount_enabled() && !tcg_enabled()) {
deda73e8
PB
2277 error_report("-icount is not allowed with hardware virtualization");
2278 exit(1);
2279 }
2280}
2281
d8fb7d09 2282static void qemu_validate_options(const QDict *machine_opts)
58c91595 2283{
d8fb7d09
PB
2284 const char *kernel_filename = qdict_get_try_str(machine_opts, "kernel");
2285 const char *initrd_filename = qdict_get_try_str(machine_opts, "initrd");
2286 const char *kernel_cmdline = qdict_get_try_str(machine_opts, "append");
58c91595
PB
2287
2288 if (kernel_filename == NULL) {
2289 if (kernel_cmdline != NULL) {
2290 error_report("-append only allowed with -kernel option");
2291 exit(1);
2292 }
2293
2294 if (initrd_filename != NULL) {
2295 error_report("-initrd only allowed with -kernel option");
2296 exit(1);
2297 }
2298 }
2299
7691bdef 2300 if (loadvm && preconfig_requested) {
90285ec8
PB
2301 error_report("'preconfig' and 'loadvm' options are "
2302 "mutually exclusive");
2303 exit(EXIT_FAILURE);
2304 }
8fafaa04
PB
2305 if (incoming && preconfig_requested && strcmp(incoming, "defer") != 0) {
2306 error_report("'preconfig' supports '-incoming defer' only");
58c91595
PB
2307 exit(EXIT_FAILURE);
2308 }
2309
2310#ifdef CONFIG_CURSES
2311 if (is_daemonized() && dpy.type == DISPLAY_TYPE_CURSES) {
2312 error_report("curses display cannot be used with -daemonize");
2313 exit(1);
2314 }
2315#endif
2316}
2317
4d2c17b0
PB
2318static void qemu_process_sugar_options(void)
2319{
2320 if (mem_prealloc) {
e4383ca2
PB
2321 QObject *smp = qdict_get(machine_opts_dict, "smp");
2322 if (smp && qobject_type(smp) == QTYPE_QDICT) {
2323 QObject *cpus = qdict_get(qobject_to(QDict, smp), "cpus");
2324 if (cpus && qobject_type(cpus) == QTYPE_QSTRING) {
2325 const char *val = qstring_get_str(qobject_to(QString, cpus));
2326 object_register_sugar_prop("memory-backend", "prealloc-threads",
2327 val, false);
2328 }
2329 }
a8dc82ce 2330 object_register_sugar_prop("memory-backend", "prealloc", "on", false);
4d2c17b0
PB
2331 }
2332
2333 if (watchdog) {
2334 int i = select_watchdog(watchdog);
2335 if (i > 0)
2336 exit (i == 1 ? 1 : 0);
2337 }
2338}
2339
2a5ad60b
AJ
2340/* -action processing */
2341
2342/*
2343 * Process all the -action parameters parsed from cmdline.
2344 */
2345static int process_runstate_actions(void *opaque, QemuOpts *opts, Error **errp)
2346{
2347 Error *local_err = NULL;
2348 QDict *qdict = qemu_opts_to_qdict(opts, NULL);
2349 QObject *ret = NULL;
2350 qmp_marshal_set_action(qdict, &ret, &local_err);
2351 qobject_unref(ret);
2352 qobject_unref(qdict);
2353 if (local_err) {
2354 error_propagate(errp, local_err);
2355 return 1;
2356 }
2357 return 0;
2358}
2359
0546c060
PB
2360static void qemu_process_early_options(void)
2361{
0546c060
PB
2362#ifdef CONFIG_SECCOMP
2363 QemuOptsList *olist = qemu_find_opts_err("sandbox", NULL);
2364 if (olist) {
2365 qemu_opts_foreach(olist, parse_sandbox, NULL, &error_fatal);
2366 }
2367#endif
2368
2369 qemu_opts_foreach(qemu_find_opts("name"),
2370 parse_name, NULL, &error_fatal);
2371
2a5ad60b
AJ
2372 if (qemu_opts_foreach(qemu_find_opts("action"),
2373 process_runstate_actions, NULL, &error_fatal)) {
2374 exit(1);
2375 }
2376
0546c060
PB
2377#ifndef _WIN32
2378 qemu_opts_foreach(qemu_find_opts("add-fd"),
2379 parse_add_fd, NULL, &error_fatal);
2380
2381 qemu_opts_foreach(qemu_find_opts("add-fd"),
2382 cleanup_add_fd, NULL, &error_fatal);
2383#endif
2384
0546c060 2385 /* Open the logfile at this point and set the log mask if necessary. */
b2528af1
RH
2386 {
2387 int mask = 0;
2388 if (log_mask) {
2389 mask = qemu_str_to_log_mask(log_mask);
2390 if (!mask) {
2391 qemu_print_log_usage(stdout);
2392 exit(1);
2393 }
0546c060 2394 }
b2528af1 2395 qemu_set_log_filename_flags(log_file, mask, &error_fatal);
0546c060
PB
2396 }
2397
2c65db5e 2398 qemu_add_default_firmwarepath();
0546c060
PB
2399}
2400
2401static void qemu_process_help_options(void)
2402{
0546c060
PB
2403 /*
2404 * Check for -cpu help and -device help before we call select_machine(),
2405 * which will return an error if the architecture has no default machine
2406 * type and the user did not specify one, so that the user doesn't need
2407 * to say '-cpu help -machine something'.
2408 */
2409 if (cpu_option && is_help_option(cpu_option)) {
2410 list_cpus(cpu_option);
2411 exit(0);
2412 }
2413
2414 if (qemu_opts_foreach(qemu_find_opts("device"),
2415 device_help_func, NULL, NULL)) {
2416 exit(0);
2417 }
2418
2419 /* -L help lists the data directories and exits. */
2420 if (list_data_dirs) {
2c65db5e 2421 qemu_list_data_dirs();
0546c060
PB
2422 exit(0);
2423 }
2424}
2425
2426static void qemu_maybe_daemonize(const char *pid_file)
2427{
38f71349 2428 Error *err = NULL;
0546c060
PB
2429
2430 os_daemonize();
2431 rcu_disable_atfork();
2432
2433 if (pid_file && !qemu_write_pidfile(pid_file, &err)) {
2434 error_reportf_err(err, "cannot create PID file: ");
2435 exit(1);
2436 }
2437
2438 qemu_unlink_pidfile_notifier.notify = qemu_unlink_pidfile;
2439 qemu_add_exit_notifier(&qemu_unlink_pidfile_notifier);
2440}
2441
7691bdef
PB
2442static void qemu_init_displays(void)
2443{
2444 DisplayState *ds;
2445
2446 /* init local displays */
2447 ds = init_displaystate();
2448 qemu_display_init(ds, &dpy);
2449
2450 /* must be after terminal init, SDL library changes signal handlers */
2451 os_setup_signal_handling();
2452
2453 /* init remote displays */
2454#ifdef CONFIG_VNC
2455 qemu_opts_foreach(qemu_find_opts("vnc"),
2456 vnc_init_func, NULL, &error_fatal);
2457#endif
2458
2459 if (using_spice) {
2460 qemu_spice.display_init();
2461 }
2462}
2463
d8e4de41
PB
2464static void qemu_init_board(void)
2465{
8a745974 2466 /* process plugin before CPUs are created, but once -smp has been parsed */
0572f558 2467 qemu_plugin_load_list(&plugin_list, &error_fatal);
8a745974 2468
2f181fbd 2469 /* From here on we enter MACHINE_PHASE_INITIALIZED. */
26f88d84 2470 machine_run_board_init(current_machine, mem_path, &error_fatal);
d8e4de41 2471
fe9f70a1 2472 drive_check_orphaned();
d8e4de41
PB
2473
2474 realtime_init();
2475
2476 if (hax_enabled()) {
2477 /* FIXME: why isn't cpu_synchronize_all_post_init enough? */
2478 hax_sync_vcpus();
2479 }
2480}
2481
2482static void qemu_create_cli_devices(void)
2483{
5dacda51
KW
2484 DeviceOption *opt;
2485
d8e4de41
PB
2486 soundhw_init();
2487
2488 qemu_opts_foreach(qemu_find_opts("fw_cfg"),
2489 parse_fw_cfg, fw_cfg_find(), &error_fatal);
2490
2491 /* init USB devices */
2492 if (machine_usb(current_machine)) {
2493 if (foreach_device_config(DEV_USB, usb_parse) < 0)
2494 exit(1);
2495 }
2496
2497 /* init generic devices */
2498 rom_set_order_override(FW_CFG_ORDER_OVERRIDE_DEVICE);
2499 qemu_opts_foreach(qemu_find_opts("device"),
2500 device_init_func, NULL, &error_fatal);
5dacda51 2501 QTAILQ_FOREACH(opt, &device_opts, next) {
64b4529a 2502 DeviceState *dev;
5dacda51
KW
2503 loc_push_restore(&opt->loc);
2504 /*
2505 * TODO Eventually we should call qmp_device_add() here to make sure it
2506 * behaves the same, but QMP still has to accept incorrectly typed
2507 * options until libvirt is fixed and we want to be strict on the CLI
2508 * from the start, so call qdev_device_add_from_qdict() directly for
2509 * now.
2510 */
64b4529a
DB
2511 dev = qdev_device_add_from_qdict(opt->opts, true, &error_fatal);
2512 object_unref(OBJECT(dev));
5dacda51
KW
2513 loc_pop(&opt->loc);
2514 }
d8e4de41
PB
2515 rom_reset_order_override();
2516}
2517
2518static void qemu_machine_creation_done(void)
2519{
abc27d42
DG
2520 MachineState *machine = MACHINE(qdev_get_machine());
2521
d8e4de41
PB
2522 /* Did we create any drives that we failed to create a device for? */
2523 drive_check_orphaned();
2524
2525 /* Don't warn about the default network setup that you get if
2526 * no command line -net or -netdev options are specified. There
2527 * are two cases that we would otherwise complain about:
2528 * (1) board doesn't support a NIC but the implicit "-net nic"
2529 * requested one
2530 * (2) CONFIG_SLIRP not set, in which case the implicit "-net nic"
2531 * sets up a nic that isn't connected to anything.
2532 */
2533 if (!default_net && (!qtest_enabled() || has_defaults)) {
2534 net_check_clients();
2535 }
2536
cca686b4
PB
2537 qdev_prop_check_globals();
2538
d8e4de41
PB
2539 qdev_machine_creation_done();
2540
abc27d42
DG
2541 if (machine->cgs) {
2542 /*
2543 * Verify that Confidential Guest Support has actually been initialized
2544 */
2545 assert(machine->cgs->ready);
2546 }
2547
f66dc873 2548 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) {
d8e4de41
PB
2549 exit(1);
2550 }
f9bcb2d6
GA
2551 if (!vga_interface_created && !default_vga &&
2552 vga_interface_type != VGA_NONE) {
2553 warn_report("A -vga option was passed but this machine "
2554 "type does not use that option; "
2555 "No VGA device has been created");
2556 }
d8e4de41
PB
2557}
2558
b4e1a342
PB
2559void qmp_x_exit_preconfig(Error **errp)
2560{
2f181fbd 2561 if (phase_check(PHASE_MACHINE_INITIALIZED)) {
b4e1a342
PB
2562 error_setg(errp, "The command is permitted only before machine initialization");
2563 return;
2564 }
2565
2566 qemu_init_board();
2567 qemu_create_cli_devices();
2568 qemu_machine_creation_done();
2569
2570 if (loadvm) {
f9734d5d 2571 load_snapshot(loadvm, NULL, false, NULL, &error_fatal);
b4e1a342
PB
2572 }
2573 if (replay_mode != REPLAY_MODE_NONE) {
2574 replay_vmstate_init();
2575 }
2576
2577 if (incoming) {
2578 Error *local_err = NULL;
2579 if (strcmp(incoming, "defer") != 0) {
2580 qmp_migrate_incoming(incoming, &local_err);
2581 if (local_err) {
2582 error_reportf_err(local_err, "-incoming %s: ", incoming);
2583 exit(1);
2584 }
2585 }
2586 } else if (autostart) {
2587 qmp_cont(NULL);
2588 }
2589}
2590
7b733862 2591void qemu_init(int argc, char **argv, char **envp)
0824d6fc 2592{
7a84268d 2593 QemuOpts *opts;
d1cdd92e 2594 QemuOpts *icount_opts = NULL, *accel_opts = NULL;
03b0ba70 2595 QemuOptsList *olist;
cd6f1169 2596 int optind;
6530a97b 2597 const char *optarg;
0056ae24 2598 MachineClass *machine_class;
f29a5614 2599 bool userconfig = true;
abfd9ce3 2600 FILE *vmstate_dump_file = NULL;
0b5538c3 2601
4d454574 2602 qemu_add_opts(&qemu_drive_opts);
968854c8
AK
2603 qemu_add_drive_opts(&qemu_legacy_drive_opts);
2604 qemu_add_drive_opts(&qemu_common_drive_opts);
2605 qemu_add_drive_opts(&qemu_drive_opts);
c5f3014b 2606 qemu_add_drive_opts(&bdrv_runtime_opts);
4d454574
PB
2607 qemu_add_opts(&qemu_chardev_opts);
2608 qemu_add_opts(&qemu_device_opts);
2609 qemu_add_opts(&qemu_netdev_opts);
78cd6f7b 2610 qemu_add_opts(&qemu_nic_opts);
4d454574
PB
2611 qemu_add_opts(&qemu_net_opts);
2612 qemu_add_opts(&qemu_rtc_opts);
2613 qemu_add_opts(&qemu_global_opts);
2614 qemu_add_opts(&qemu_mon_opts);
2615 qemu_add_opts(&qemu_trace_opts);
42229a75 2616 qemu_plugin_add_opts();
4d454574 2617 qemu_add_opts(&qemu_option_rom_opts);
8d4e9146 2618 qemu_add_opts(&qemu_accel_opts);
6e1d3c1c 2619 qemu_add_opts(&qemu_mem_opts);
12b7f57e 2620 qemu_add_opts(&qemu_smp_opts);
4d454574 2621 qemu_add_opts(&qemu_boot_opts);
4d454574
PB
2622 qemu_add_opts(&qemu_add_fd_opts);
2623 qemu_add_opts(&qemu_object_opts);
d1a0cf73 2624 qemu_add_opts(&qemu_tpmdev_opts);
1fdd4748 2625 qemu_add_opts(&qemu_overcommit_opts);
5e2ac519 2626 qemu_add_opts(&qemu_msg_opts);
5d12f961 2627 qemu_add_opts(&qemu_name_opts);
0042109a 2628 qemu_add_opts(&qemu_numa_opts);
1ad9580b 2629 qemu_add_opts(&qemu_icount_opts);
a38bb079 2630 qemu_add_opts(&qemu_semihosting_config_opts);
81b2b810 2631 qemu_add_opts(&qemu_fw_cfg_opts);
2a5ad60b 2632 qemu_add_opts(&qemu_action_opts);
34294e2f 2633 module_call_init(MODULE_INIT_OPTS);
4d454574 2634
efd7ab22
PB
2635 error_init(argv[0]);
2636 qemu_init_exec_dir(argv[0]);
142c6b1a 2637
c80cafa0 2638 qemu_init_arch_modules();
5ebbfecc 2639
efd7ab22 2640 qemu_init_subsystems();
41bd639b 2641
292444cb
AL
2642 /* first pass of option parsing */
2643 optind = 1;
2644 while (optind < argc) {
2645 if (argv[optind][0] != '-') {
2646 /* disk image */
28e68d68 2647 optind++;
292444cb
AL
2648 } else {
2649 const QEMUOption *popt;
2650
2651 popt = lookup_opt(argc, argv, &optarg, &optind);
2652 switch (popt->index) {
f29a5614
EH
2653 case QEMU_OPTION_nouserconfig:
2654 userconfig = false;
2655 break;
292444cb
AL
2656 }
2657 }
2658 }
2659
d8fb7d09 2660 machine_opts_dict = qdict_new();
1ea06c39 2661 if (userconfig) {
f7544edc 2662 qemu_read_default_config_file(&error_fatal);
292444cb
AL
2663 }
2664
2665 /* second pass of option parsing */
cd6f1169 2666 optind = 1;
0824d6fc 2667 for(;;) {
cd6f1169 2668 if (optind >= argc)
0824d6fc 2669 break;
6530a97b 2670 if (argv[optind][0] != '-') {
17f30eae 2671 loc_set_cmdline(argv, optind, 1);
d1cdd92e 2672 drive_add(IF_DEFAULT, 0, argv[optind++], HD_OPTS);
cd6f1169
FB
2673 } else {
2674 const QEMUOption *popt;
2675
6530a97b 2676 popt = lookup_opt(argc, argv, &optarg, &optind);
ad96090a 2677 if (!(popt->arch_mask & arch_type)) {
da002526 2678 error_report("Option not supported for this target");
ad96090a
BS
2679 exit(1);
2680 }
cd6f1169 2681 switch(popt->index) {
94fc95cd
JM
2682 case QEMU_OPTION_cpu:
2683 /* hw initialization will check this */
c1c8cfe5 2684 cpu_option = optarg;
94fc95cd 2685 break;
cd6f1169 2686 case QEMU_OPTION_hda:
cd6f1169 2687 case QEMU_OPTION_hdb:
cc1daa40
FB
2688 case QEMU_OPTION_hdc:
2689 case QEMU_OPTION_hdd:
2292ddae
MA
2690 drive_add(IF_DEFAULT, popt->index - QEMU_OPTION_hda, optarg,
2691 HD_OPTS);
fc01f7e7 2692 break;
42e5f393
MA
2693 case QEMU_OPTION_blockdev:
2694 {
2695 Visitor *v;
651af51c 2696 BlockdevOptionsQueueEntry *bdo;
42e5f393 2697
92917cd2
MA
2698 v = qobject_input_visitor_new_str(optarg, "driver",
2699 &error_fatal);
42e5f393 2700
651af51c 2701 bdo = g_new(BlockdevOptionsQueueEntry, 1);
42e5f393
MA
2702 visit_type_BlockdevOptions(v, NULL, &bdo->bdo,
2703 &error_fatal);
2704 visit_free(v);
2705 loc_save(&bdo->loc);
2706 QSIMPLEQ_INSERT_TAIL(&bdo_queue, bdo, entry);
2707 break;
2708 }
e4bcb14c 2709 case QEMU_OPTION_drive:
cc67f28e
EGE
2710 opts = qemu_opts_parse_noisily(qemu_find_opts("drive"),
2711 optarg, false);
2712 if (opts == NULL) {
e2982c3a
MT
2713 exit(1);
2714 }
99efa84d 2715 break;
d058fe03 2716 case QEMU_OPTION_set:
c0d4aa82 2717 qemu_set_option(optarg, &error_fatal);
99efa84d 2718 break;
d0fef6fb
GH
2719 case QEMU_OPTION_global:
2720 if (qemu_global_option(optarg) != 0)
2721 exit(1);
99efa84d 2722 break;
3e3d5815 2723 case QEMU_OPTION_mtdblock:
2292ddae 2724 drive_add(IF_MTD, -1, optarg, MTD_OPTS);
3e3d5815 2725 break;
a1bb27b1 2726 case QEMU_OPTION_sd:
80f4d9fc 2727 drive_add(IF_SD, -1, optarg, SD_OPTS);
a1bb27b1 2728 break;
86f55663 2729 case QEMU_OPTION_pflash:
2292ddae 2730 drive_add(IF_PFLASH, -1, optarg, PFLASH_OPTS);
86f55663 2731 break;
cd6f1169 2732 case QEMU_OPTION_snapshot:
25863975
PD
2733 {
2734 Error *blocker = NULL;
2735 snapshot = 1;
2736 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED,
2737 "-snapshot");
2738 replay_add_blocker(blocker);
2739 }
33e3963e 2740 break;
268a362c 2741 case QEMU_OPTION_numa:
70b94331
MA
2742 opts = qemu_opts_parse_noisily(qemu_find_opts("numa"),
2743 optarg, true);
0042109a
WG
2744 if (!opts) {
2745 exit(1);
2746 }
268a362c 2747 break;
1472a95b 2748 case QEMU_OPTION_display:
e3af9f9a 2749 parse_display(optarg);
1472a95b 2750 break;
cd6f1169 2751 case QEMU_OPTION_nographic:
d8fb7d09 2752 qdict_put_str(machine_opts_dict, "graphics", "off");
cfc58cf3 2753 nographic = true;
0c8d7065 2754 dpy.type = DISPLAY_TYPE_NONE;
a20dd508 2755 break;
a171fe39 2756 case QEMU_OPTION_portrait:
9312805d
VK
2757 graphic_rotate = 90;
2758 break;
2759 case QEMU_OPTION_rotate:
2760 graphic_rotate = strtol(optarg, (char **) &optarg, 10);
2761 if (graphic_rotate != 0 && graphic_rotate != 90 &&
2762 graphic_rotate != 180 && graphic_rotate != 270) {
f61eddcb 2763 error_report("only 90, 180, 270 deg rotation is available");
9312805d
VK
2764 exit(1);
2765 }
a171fe39 2766 break;
cd6f1169 2767 case QEMU_OPTION_kernel:
d8fb7d09 2768 qdict_put_str(machine_opts_dict, "kernel", optarg);
a0abe474
PM
2769 break;
2770 case QEMU_OPTION_initrd:
d8fb7d09 2771 qdict_put_str(machine_opts_dict, "initrd", optarg);
a20dd508 2772 break;
cd6f1169 2773 case QEMU_OPTION_append:
d8fb7d09 2774 qdict_put_str(machine_opts_dict, "append", optarg);
313aa567 2775 break;
412beee6 2776 case QEMU_OPTION_dtb:
d8fb7d09 2777 qdict_put_str(machine_opts_dict, "dtb", optarg);
412beee6 2778 break;
cd6f1169 2779 case QEMU_OPTION_cdrom:
2292ddae 2780 drive_add(IF_DEFAULT, 2, optarg, CDROM_OPTS);
36b486bb 2781 break;
cd6f1169 2782 case QEMU_OPTION_boot:
8c4da4b5 2783 machine_parse_property_opt(qemu_find_opts("boot-opts"), "boot", optarg);
36b486bb 2784 break;
cd6f1169 2785 case QEMU_OPTION_fda:
cd6f1169 2786 case QEMU_OPTION_fdb:
2292ddae
MA
2787 drive_add(IF_FLOPPY, popt->index - QEMU_OPTION_fda,
2788 optarg, FD_OPTS);
c45886db 2789 break;
52ca8d6a
FB
2790 case QEMU_OPTION_no_fd_bootchk:
2791 fd_bootchk = 0;
2792 break;
a1ea458f 2793 case QEMU_OPTION_netdev:
d30300f7 2794 default_net = 0;
3329f07b 2795 if (net_client_parse(qemu_find_opts("netdev"), optarg) == -1) {
a1ea458f
MM
2796 exit(1);
2797 }
2798 break;
78cd6f7b
TH
2799 case QEMU_OPTION_nic:
2800 default_net = 0;
2801 if (net_client_parse(qemu_find_opts("nic"), optarg) == -1) {
2802 exit(1);
2803 }
2804 break;
7c9d8e07 2805 case QEMU_OPTION_net:
d30300f7 2806 default_net = 0;
3329f07b 2807 if (net_client_parse(qemu_find_opts("net"), optarg) == -1) {
c4b1fcc0
FB
2808 exit(1);
2809 }
702c651c 2810 break;
f9dadc98
RS
2811#ifdef CONFIG_LIBISCSI
2812 case QEMU_OPTION_iscsi:
70b94331
MA
2813 opts = qemu_opts_parse_noisily(qemu_find_opts("iscsi"),
2814 optarg, false);
f9dadc98
RS
2815 if (!opts) {
2816 exit(1);
2817 }
2818 break;
c7f74643 2819#endif
1d14ffa9 2820 case QEMU_OPTION_audio_help:
71830221 2821 audio_legacy_help();
1d14ffa9
FB
2822 exit (0);
2823 break;
71830221
KZ
2824 case QEMU_OPTION_audiodev:
2825 audio_parse_option(optarg);
2826 break;
039a6837
PB
2827 case QEMU_OPTION_audio: {
2828 QDict *dict = keyval_parse(optarg, "driver", NULL, &error_fatal);
2829 char *model;
2830 Audiodev *dev = NULL;
2831 Visitor *v;
2832
2833 if (!qdict_haskey(dict, "id")) {
2834 qdict_put_str(dict, "id", "audiodev0");
2835 }
2836 if (!qdict_haskey(dict, "model")) {
2837 error_setg(&error_fatal, "Parameter 'model' is missing");
2838 }
2839 model = g_strdup(qdict_get_str(dict, "model"));
2840 qdict_del(dict, "model");
2841 if (is_help_option(model)) {
67aaa96a
PB
2842 show_valid_soundhw();
2843 exit(0);
2844 }
039a6837
PB
2845 v = qobject_input_visitor_new_keyval(QOBJECT(dict));
2846 qobject_unref(dict);
2847 visit_type_Audiodev(v, NULL, &dev, &error_fatal);
2848 visit_free(v);
2849 audio_define(dev);
2850 select_soundhw(model, dev->id);
2851 g_free(model);
1d14ffa9 2852 break;
039a6837 2853 }
cd6f1169 2854 case QEMU_OPTION_h:
15f82208 2855 help(0);
cd6f1169 2856 break;
9bd7e6d9
PB
2857 case QEMU_OPTION_version:
2858 version();
2859 exit(0);
2860 break;
3b9985e9 2861 case QEMU_OPTION_m:
ce9d03fb 2862 parse_memory_options(optarg);
cd6f1169 2863 break;
d1a0cf73
SB
2864#ifdef CONFIG_TPM
2865 case QEMU_OPTION_tpmdev:
2866 if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg) < 0) {
2867 exit(1);
2868 }
2869 break;
2870#endif
c902760f
MT
2871 case QEMU_OPTION_mempath:
2872 mem_path = optarg;
2873 break;
c902760f
MT
2874 case QEMU_OPTION_mem_prealloc:
2875 mem_prealloc = 1;
2876 break;
cd6f1169 2877 case QEMU_OPTION_d:
c235d738
MF
2878 log_mask = optarg;
2879 break;
2880 case QEMU_OPTION_D:
2881 log_file = optarg;
cd6f1169 2882 break;
3514552e 2883 case QEMU_OPTION_DFILTER:
bd6fee9f 2884 qemu_set_dfilter_ranges(optarg, &error_fatal);
3514552e 2885 break;
9c09a251
RH
2886 case QEMU_OPTION_seed:
2887 qemu_guest_random_seed_main(optarg, &error_fatal);
2888 break;
cd6f1169 2889 case QEMU_OPTION_s:
ef0c4a0d 2890 add_device_config(DEV_GDB, "tcp::" DEFAULT_GDBSTUB_PORT);
cd6f1169 2891 break;
59030a8c 2892 case QEMU_OPTION_gdb:
ef0c4a0d 2893 add_device_config(DEV_GDB, optarg);
cd6f1169 2894 break;
cd6f1169 2895 case QEMU_OPTION_L:
37146e7e
RJ
2896 if (is_help_option(optarg)) {
2897 list_data_dirs = true;
2a1cce90 2898 } else {
ea1edcd7 2899 qemu_add_data_dir(g_strdup(optarg));
4524051c 2900 }
cd6f1169 2901 break;
1192dad8 2902 case QEMU_OPTION_bios:
d8fb7d09 2903 qdict_put_str(machine_opts_dict, "firmware", optarg);
1192dad8 2904 break;
1b530a6d
AJ
2905 case QEMU_OPTION_singlestep:
2906 singlestep = 1;
2907 break;
cd6f1169 2908 case QEMU_OPTION_S:
3c07f8e8 2909 autostart = 0;
cd6f1169 2910 break;
99efa84d
MA
2911 case QEMU_OPTION_k:
2912 keyboard_layout = optarg;
2913 break;
3893c124 2914 case QEMU_OPTION_vga:
a369da5f 2915 vga_model = optarg;
7f1b17f2 2916 default_vga = 0;
1bfe856e 2917 break;
e9b137c2
FB
2918 case QEMU_OPTION_g:
2919 {
2920 const char *p;
2921 int w, h, depth;
2922 p = optarg;
2923 w = strtol(p, (char **)&p, 10);
2924 if (w <= 0) {
2925 graphic_error:
f61eddcb 2926 error_report("invalid resolution or depth");
e9b137c2
FB
2927 exit(1);
2928 }
2929 if (*p != 'x')
2930 goto graphic_error;
2931 p++;
2932 h = strtol(p, (char **)&p, 10);
2933 if (h <= 0)
2934 goto graphic_error;
2935 if (*p == 'x') {
2936 p++;
2937 depth = strtol(p, (char **)&p, 10);
8ac919a0
LV
2938 if (depth != 1 && depth != 2 && depth != 4 &&
2939 depth != 8 && depth != 15 && depth != 16 &&
e9b137c2
FB
2940 depth != 24 && depth != 32)
2941 goto graphic_error;
2942 } else if (*p == '\0') {
2943 depth = graphic_depth;
2944 } else {
2945 goto graphic_error;
2946 }
3b46e624 2947
e9b137c2
FB
2948 graphic_width = w;
2949 graphic_height = h;
2950 graphic_depth = depth;
2951 }
2952 break;
20d8a3ed
TS
2953 case QEMU_OPTION_echr:
2954 {
2955 char *r;
2956 term_escape_char = strtol(optarg, &r, 0);
2957 if (r == optarg)
2958 printf("Bad argument to echr\n");
2959 break;
2960 }
82c643ff 2961 case QEMU_OPTION_monitor:
6ca5582d 2962 default_monitor = 0;
70e098af 2963 if (strncmp(optarg, "none", 4)) {
4821cd4c 2964 monitor_parse(optarg, "readline", false);
70e098af 2965 }
6ca5582d
GH
2966 break;
2967 case QEMU_OPTION_qmp:
4821cd4c
HR
2968 monitor_parse(optarg, "control", false);
2969 default_monitor = 0;
2970 break;
2971 case QEMU_OPTION_qmp_pretty:
2972 monitor_parse(optarg, "control", true);
2d114dc1 2973 default_monitor = 0;
82c643ff 2974 break;
22a0e04b 2975 case QEMU_OPTION_mon:
70b94331
MA
2976 opts = qemu_opts_parse_noisily(qemu_find_opts("mon"), optarg,
2977 true);
22a0e04b 2978 if (!opts) {
22a0e04b
GH
2979 exit(1);
2980 }
2d114dc1 2981 default_monitor = 0;
22a0e04b 2982 break;
191bc01b 2983 case QEMU_OPTION_chardev:
70b94331
MA
2984 opts = qemu_opts_parse_noisily(qemu_find_opts("chardev"),
2985 optarg, true);
191bc01b 2986 if (!opts) {
191bc01b
GH
2987 exit(1);
2988 }
191bc01b 2989 break;
74db920c 2990 case QEMU_OPTION_fsdev:
03b0ba70
GH
2991 olist = qemu_find_opts("fsdev");
2992 if (!olist) {
5dfdae81 2993 error_report("fsdev support is disabled");
03b0ba70
GH
2994 exit(1);
2995 }
70b94331 2996 opts = qemu_opts_parse_noisily(olist, optarg, true);
74db920c 2997 if (!opts) {
74db920c
GS
2998 exit(1);
2999 }
3000 break;
3d54abc7 3001 case QEMU_OPTION_virtfs: {
e14ea479
SH
3002 QemuOpts *fsdev;
3003 QemuOpts *device;
1a6ed33c
AM
3004 const char *writeout, *sock_fd, *socket, *path, *security_model,
3005 *multidevs;
3d54abc7 3006
03b0ba70
GH
3007 olist = qemu_find_opts("virtfs");
3008 if (!olist) {
5dfdae81 3009 error_report("virtfs support is disabled");
03b0ba70
GH
3010 exit(1);
3011 }
70b94331 3012 opts = qemu_opts_parse_noisily(olist, optarg, true);
3d54abc7 3013 if (!opts) {
3d54abc7
GS
3014 exit(1);
3015 }
3016
fbcbf101 3017 if (qemu_opt_get(opts, "fsdriver") == NULL ||
99519f0a 3018 qemu_opt_get(opts, "mount_tag") == NULL) {
8afb9000 3019 error_report("Usage: -virtfs fsdriver,mount_tag=tag");
9ce56db6
VJ
3020 exit(1);
3021 }
e14ea479 3022 fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
3baa0a6a 3023 qemu_opts_id(opts) ?:
8be7e7e4
LC
3024 qemu_opt_get(opts, "mount_tag"),
3025 1, NULL);
e14ea479 3026 if (!fsdev) {
3baa0a6a 3027 error_report("duplicate or invalid fsdev id: %s",
f61eddcb 3028 qemu_opt_get(opts, "mount_tag"));
3d54abc7
GS
3029 exit(1);
3030 }
d3ab98e6
AK
3031
3032 writeout = qemu_opt_get(opts, "writeout");
3033 if (writeout) {
3034#ifdef CONFIG_SYNC_FILE_RANGE
f43e47db 3035 qemu_opt_set(fsdev, "writeout", writeout, &error_abort);
d3ab98e6 3036#else
f61eddcb
EH
3037 error_report("writeout=immediate not supported "
3038 "on this platform");
d3ab98e6
AK
3039 exit(1);
3040#endif
3041 }
f43e47db
MA
3042 qemu_opt_set(fsdev, "fsdriver",
3043 qemu_opt_get(opts, "fsdriver"), &error_abort);
32b69436
GK
3044 path = qemu_opt_get(opts, "path");
3045 if (path) {
3046 qemu_opt_set(fsdev, "path", path, &error_abort);
3047 }
3048 security_model = qemu_opt_get(opts, "security_model");
3049 if (security_model) {
3050 qemu_opt_set(fsdev, "security_model", security_model,
3051 &error_abort);
3052 }
84a87cc4
MK
3053 socket = qemu_opt_get(opts, "socket");
3054 if (socket) {
f43e47db 3055 qemu_opt_set(fsdev, "socket", socket, &error_abort);
84a87cc4 3056 }
4c793dda
MK
3057 sock_fd = qemu_opt_get(opts, "sock_fd");
3058 if (sock_fd) {
f43e47db 3059 qemu_opt_set(fsdev, "sock_fd", sock_fd, &error_abort);
4c793dda 3060 }
e14ea479 3061
2c74c2cb 3062 qemu_opt_set_bool(fsdev, "readonly",
cccb7967
MA
3063 qemu_opt_get_bool(opts, "readonly", 0),
3064 &error_abort);
1a6ed33c
AM
3065 multidevs = qemu_opt_get(opts, "multidevs");
3066 if (multidevs) {
3067 qemu_opt_set(fsdev, "multidevs", multidevs, &error_abort);
3068 }
87ea75d5
PC
3069 device = qemu_opts_create(qemu_find_opts("device"), NULL, 0,
3070 &error_abort);
f43e47db 3071 qemu_opt_set(device, "driver", "virtio-9p-pci", &error_abort);
e14ea479 3072 qemu_opt_set(device, "fsdev",
3baa0a6a 3073 qemu_opts_id(fsdev), &error_abort);
e14ea479 3074 qemu_opt_set(device, "mount_tag",
f43e47db 3075 qemu_opt_get(opts, "mount_tag"), &error_abort);
3d54abc7
GS
3076 break;
3077 }
82c643ff 3078 case QEMU_OPTION_serial:
998bbd74
GH
3079 add_device_config(DEV_SERIAL, optarg);
3080 default_serial = 0;
18141ed6
JK
3081 if (strncmp(optarg, "mon:", 4) == 0) {
3082 default_monitor = 0;
3083 }
82c643ff 3084 break;
9dd986cc 3085 case QEMU_OPTION_watchdog:
09aaa160 3086 if (watchdog) {
f61eddcb 3087 error_report("only one watchdog option may be given");
7b733862 3088 exit(1);
09aaa160 3089 }
d12b64ea 3090 warn_report("-watchdog is deprecated; use -device instead.");
09aaa160 3091 watchdog = optarg;
9dd986cc 3092 break;
2a5ad60b
AJ
3093 case QEMU_OPTION_action:
3094 olist = qemu_find_opts("action");
3095 if (!qemu_opts_parse_noisily(olist, optarg, false)) {
3096 exit(1);
3097 }
3098 break;
22afb46e
PB
3099 case QEMU_OPTION_watchdog_action: {
3100 QemuOpts *opts;
3101 opts = qemu_opts_create(qemu_find_opts("action"), NULL, 0, &error_abort);
3102 qemu_opt_set(opts, "watchdog", optarg, &error_abort);
9dd986cc 3103 break;
22afb46e 3104 }
6508fe59 3105 case QEMU_OPTION_parallel:
6a5e8b0e
GH
3106 add_device_config(DEV_PARALLEL, optarg);
3107 default_parallel = 0;
18141ed6
JK
3108 if (strncmp(optarg, "mon:", 4) == 0) {
3109 default_monitor = 0;
3110 }
6508fe59 3111 break;
c9f398e5
PA
3112 case QEMU_OPTION_debugcon:
3113 add_device_config(DEV_DEBUGCON, optarg);
3114 break;
99efa84d
MA
3115 case QEMU_OPTION_loadvm:
3116 loadvm = optarg;
3117 break;
d63d307f 3118 case QEMU_OPTION_full_screen:
0c8d7065
GH
3119 dpy.has_full_screen = true;
3120 dpy.full_screen = true;
d63d307f 3121 break;
f7cce898 3122 case QEMU_OPTION_pidfile:
93815bc2 3123 pid_file = optarg;
f7cce898 3124 break;
a09db21f
FB
3125 case QEMU_OPTION_win2k_hack:
3126 win2k_install_hack = 1;
3127 break;
8a92ea2f 3128 case QEMU_OPTION_acpitable:
70b94331
MA
3129 opts = qemu_opts_parse_noisily(qemu_find_opts("acpi"),
3130 optarg, true);
f46e720a
LE
3131 if (!opts) {
3132 exit(1);
3133 }
9f57061c 3134 acpi_table_add(opts, &error_fatal);
8a92ea2f 3135 break;
b6f6e3d3 3136 case QEMU_OPTION_smbios:
70b94331
MA
3137 opts = qemu_opts_parse_noisily(qemu_find_opts("smbios"),
3138 optarg, false);
f46e720a
LE
3139 if (!opts) {
3140 exit(1);
3141 }
1007a37e 3142 smbios_entry_add(opts, &error_fatal);
b6f6e3d3 3143 break;
81b2b810 3144 case QEMU_OPTION_fwcfg:
70b94331
MA
3145 opts = qemu_opts_parse_noisily(qemu_find_opts("fw_cfg"),
3146 optarg, true);
81b2b810
GS
3147 if (opts == NULL) {
3148 exit(1);
3149 }
3150 break;
047f7038 3151 case QEMU_OPTION_preconfig:
7691bdef 3152 preconfig_requested = true;
047f7038 3153 break;
7ba1e619 3154 case QEMU_OPTION_enable_kvm:
d8fb7d09 3155 qdict_put_str(machine_opts_dict, "accel", "kvm");
303d4e86 3156 break;
364c3e6b 3157 case QEMU_OPTION_M:
303d4e86 3158 case QEMU_OPTION_machine:
d8fb7d09
PB
3159 {
3160 bool help;
3161
3162 keyval_parse_into(machine_opts_dict, optarg, "type", &help, &error_fatal);
3163 if (help) {
3164 machine_help_func(machine_opts_dict);
3165 exit(EXIT_SUCCESS);
3166 }
3167 break;
303d4e86 3168 }
a20fa79f 3169 case QEMU_OPTION_accel:
8d4e9146
FK
3170 accel_opts = qemu_opts_parse_noisily(qemu_find_opts("accel"),
3171 optarg, true);
3172 optarg = qemu_opt_get(accel_opts, "accel");
bde4d920 3173 if (!optarg || is_help_option(optarg)) {
cbe6d636
WSM
3174 printf("Accelerators supported in QEMU binary:\n");
3175 GSList *el, *accel_list = object_class_get_list(TYPE_ACCEL,
3176 false);
3177 for (el = accel_list; el; el = el->next) {
3178 gchar *typename = g_strdup(object_class_get_name(
3179 OBJECT_CLASS(el->data)));
3180 /* omit qtest which is used for tests only */
3181 if (g_strcmp0(typename, ACCEL_CLASS_NAME("qtest")) &&
3182 g_str_has_suffix(typename, ACCEL_CLASS_SUFFIX)) {
3183 gchar **optname = g_strsplit(typename,
3184 ACCEL_CLASS_SUFFIX, 0);
3185 printf("%s\n", optname[0]);
4903602e 3186 g_strfreev(optname);
cbe6d636
WSM
3187 }
3188 g_free(typename);
3189 }
3190 g_slist_free(accel_list);
a20fa79f 3191 exit(0);
8d4e9146
FK
3192 }
3193 break;
bb36d470 3194 case QEMU_OPTION_usb:
d8fb7d09 3195 qdict_put_str(machine_opts_dict, "usb", "on");
bb36d470 3196 break;
a594cfbf 3197 case QEMU_OPTION_usbdevice:
d8fb7d09 3198 qdict_put_str(machine_opts_dict, "usb", "on");
bd3c948d
GH
3199 add_device_config(DEV_USB, optarg);
3200 break;
3201 case QEMU_OPTION_device:
5dacda51
KW
3202 if (optarg[0] == '{') {
3203 QObject *obj = qobject_from_json(optarg, &error_fatal);
3204 DeviceOption *opt = g_new0(DeviceOption, 1);
3205 opt->opts = qobject_to(QDict, obj);
3206 loc_save(&opt->loc);
3207 assert(opt->opts != NULL);
3208 QTAILQ_INSERT_TAIL(&device_opts, opt, next);
3209 } else {
3210 if (!qemu_opts_parse_noisily(qemu_find_opts("device"),
3211 optarg, true)) {
3212 exit(1);
3213 }
f31d07d1 3214 }
a594cfbf 3215 break;
6a00d601 3216 case QEMU_OPTION_smp:
f9dfae9c
MA
3217 machine_parse_property_opt(qemu_find_opts("smp-opts"),
3218 "smp", optarg);
6a00d601 3219 break;
99efa84d 3220 case QEMU_OPTION_vnc:
653c9747 3221 vnc_parse(optarg);
821601ea 3222 break;
6515b203 3223 case QEMU_OPTION_no_acpi:
d8fb7d09 3224 qdict_put_str(machine_opts_dict, "acpi", "off");
6515b203 3225 break;
16b29ae1 3226 case QEMU_OPTION_no_hpet:
d8fb7d09 3227 qdict_put_str(machine_opts_dict, "hpet", "off");
16b29ae1 3228 break;
d1beab82 3229 case QEMU_OPTION_no_reboot:
2a5ad60b
AJ
3230 olist = qemu_find_opts("action");
3231 qemu_opts_parse_noisily(olist, "reboot=shutdown", false);
d1beab82 3232 break;
b2f76161 3233 case QEMU_OPTION_no_shutdown:
2a5ad60b 3234 olist = qemu_find_opts("action");
c27025e0 3235 qemu_opts_parse_noisily(olist, "shutdown=pause", false);
b2f76161 3236 break;
8fcb1b90 3237 case QEMU_OPTION_uuid:
9c5ce8db 3238 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
4cd70f34 3239 error_report("failed to parse UUID string: wrong format");
8fcb1b90
BS
3240 exit(1);
3241 }
fc3b3295 3242 qemu_uuid_set = true;
8fcb1b90 3243 break;
99efa84d
MA
3244 case QEMU_OPTION_option_rom:
3245 if (nb_option_roms >= MAX_OPTION_ROMS) {
3e515373 3246 error_report("too many option ROMs");
99efa84d
MA
3247 exit(1);
3248 }
70b94331
MA
3249 opts = qemu_opts_parse_noisily(qemu_find_opts("option-rom"),
3250 optarg, true);
49295ebc
MA
3251 if (!opts) {
3252 exit(1);
3253 }
2e55e842
GN
3254 option_rom[nb_option_roms].name = qemu_opt_get(opts, "romfile");
3255 option_rom[nb_option_roms].bootindex =
3256 qemu_opt_get_number(opts, "bootindex", -1);
3257 if (!option_rom[nb_option_roms].name) {
f61eddcb 3258 error_report("Option ROM file is not specified");
2e55e842
GN
3259 exit(1);
3260 }
99efa84d
MA
3261 nb_option_roms++;
3262 break;
8e71621f 3263 case QEMU_OPTION_semihosting:
f1672e6f 3264 qemu_semihosting_enable();
a38bb079
LI
3265 break;
3266 case QEMU_OPTION_semihosting_config:
f1672e6f 3267 if (qemu_semihosting_config_options(optarg) != 0) {
a38bb079
LI
3268 exit(1);
3269 }
8e71621f 3270 break;
c35734b2 3271 case QEMU_OPTION_name:
70b94331
MA
3272 opts = qemu_opts_parse_noisily(qemu_find_opts("name"),
3273 optarg, true);
5d12f961
DDAG
3274 if (!opts) {
3275 exit(1);
3276 }
2880ffb0
MS
3277 /* Capture guest name if -msg guest-name is used later */
3278 error_guest_name = qemu_opt_get(opts, "guest");
c35734b2 3279 break;
66508601
BS
3280 case QEMU_OPTION_prom_env:
3281 if (nb_prom_envs >= MAX_PROM_ENVS) {
3e515373 3282 error_report("too many prom variables");
66508601
BS
3283 exit(1);
3284 }
3285 prom_envs[nb_prom_envs] = optarg;
3286 nb_prom_envs++;
3287 break;
2b8f2d41
AZ
3288 case QEMU_OPTION_old_param:
3289 old_param = 1;
05ebd537 3290 break;
1ed2fc1f 3291 case QEMU_OPTION_rtc:
70b94331
MA
3292 opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg,
3293 false);
1ed2fc1f 3294 if (!opts) {
1ed2fc1f 3295 exit(1);
7e0af5d0
FB
3296 }
3297 break;
2e70f6ef 3298 case QEMU_OPTION_icount:
70b94331
MA
3299 icount_opts = qemu_opts_parse_noisily(qemu_find_opts("icount"),
3300 optarg, true);
1ad9580b
ST
3301 if (!icount_opts) {
3302 exit(1);
3303 }
2e70f6ef 3304 break;
5bb7910a 3305 case QEMU_OPTION_incoming:
7c76235a
DDAG
3306 if (!incoming) {
3307 runstate_set(RUN_STATE_INMIGRATE);
3308 }
5bb7910a
AL
3309 incoming = optarg;
3310 break;
d15c05fc 3311 case QEMU_OPTION_only_migratable:
811f8652 3312 only_migratable = 1;
d15c05fc 3313 break;
d8c208dd 3314 case QEMU_OPTION_nodefaults:
d44229c5 3315 has_defaults = 0;
d8c208dd 3316 break;
e37630ca 3317 case QEMU_OPTION_xen_domid:
6773fbf8 3318 if (!(accel_find("xen"))) {
da002526 3319 error_report("Option not supported for this target");
ad96090a
BS
3320 exit(1);
3321 }
e37630ca
AL
3322 xen_domid = atoi(optarg);
3323 break;
e37630ca 3324 case QEMU_OPTION_xen_attach:
6773fbf8 3325 if (!(accel_find("xen"))) {
da002526 3326 error_report("Option not supported for this target");
ad96090a
BS
3327 exit(1);
3328 }
e37630ca
AL
3329 xen_mode = XEN_ATTACH;
3330 break;
1c599472 3331 case QEMU_OPTION_xen_domid_restrict:
6773fbf8 3332 if (!(accel_find("xen"))) {
1c599472
PD
3333 error_report("Option not supported for this target");
3334 exit(1);
3335 }
3336 xen_domid_restrict = true;
3337 break;
ab6540d5 3338 case QEMU_OPTION_trace:
92eecfff 3339 trace_opt_parse(optarg);
ab6540d5 3340 break;
42229a75
LV
3341 case QEMU_OPTION_plugin:
3342 qemu_plugin_opt_parse(optarg, &plugin_list);
3343 break;
715a664a 3344 case QEMU_OPTION_readconfig:
c0d4aa82 3345 qemu_read_config_file(optarg, qemu_parse_config_group, &error_fatal);
f7544edc 3346 break;
5324e3e9 3347#ifdef CONFIG_SPICE
29b0040b 3348 case QEMU_OPTION_spice:
9ed345a1 3349 olist = qemu_find_opts_err("spice", NULL);
29b0040b 3350 if (!olist) {
5dfdae81 3351 error_report("spice support is disabled");
29b0040b
GH
3352 exit(1);
3353 }
70b94331 3354 opts = qemu_opts_parse_noisily(olist, optarg, false);
29b0040b 3355 if (!opts) {
29b0040b
GH
3356 exit(1);
3357 }
f963e4d0 3358 display_remote++;
29b0040b 3359 break;
5324e3e9 3360#endif
c7f0f3b1
AL
3361 case QEMU_OPTION_qtest:
3362 qtest_chrdev = optarg;
3363 break;
3364 case QEMU_OPTION_qtest_log:
3365 qtest_log = optarg;
3366 break;
7d76ad4f 3367 case QEMU_OPTION_sandbox:
2bb814a4
MAL
3368 olist = qemu_find_opts("sandbox");
3369 if (!olist) {
3370#ifndef CONFIG_SECCOMP
3371 error_report("-sandbox support is not enabled "
3372 "in this QEMU binary");
3373#endif
3374 exit(1);
3375 }
3376
3377 opts = qemu_opts_parse_noisily(olist, optarg, true);
7d76ad4f 3378 if (!opts) {
49295ebc 3379 exit(1);
7d76ad4f
EO
3380 }
3381 break;
587ed6be
CB
3382 case QEMU_OPTION_add_fd:
3383#ifndef _WIN32
70b94331
MA
3384 opts = qemu_opts_parse_noisily(qemu_find_opts("add-fd"),
3385 optarg, false);
587ed6be 3386 if (!opts) {
49295ebc 3387 exit(1);
587ed6be
CB
3388 }
3389#else
3390 error_report("File descriptor passing is disabled on this "
3391 "platform");
3392 exit(1);
3393#endif
3394 break;
68d98d3e 3395 case QEMU_OPTION_object:
bc2f4fcb 3396 object_option_parse(optarg);
68d98d3e 3397 break;
6f131f13
MT
3398 case QEMU_OPTION_overcommit:
3399 opts = qemu_opts_parse_noisily(qemu_find_opts("overcommit"),
3400 optarg, false);
3401 if (!opts) {
3402 exit(1);
3403 }
c8c9dc42 3404 enable_mlock = qemu_opt_get_bool(opts, "mem-lock", false);
6f131f13 3405 enable_cpu_pm = qemu_opt_get_bool(opts, "cpu-pm", false);
888a6bc6 3406 break;
6dd75472
MA
3407 case QEMU_OPTION_compat:
3408 {
3409 CompatPolicy *opts;
3410 Visitor *v;
3411
3412 v = qobject_input_visitor_new_str(optarg, NULL,
3413 &error_fatal);
3414
3415 visit_type_CompatPolicy(v, NULL, &opts, &error_fatal);
3416 QAPI_CLONE_MEMBERS(CompatPolicy, &compat_policy, opts);
3417
3418 qapi_free_CompatPolicy(opts);
3419 visit_free(v);
3420 break;
3421 }
5e2ac519 3422 case QEMU_OPTION_msg:
70b94331
MA
3423 opts = qemu_opts_parse_noisily(qemu_find_opts("msg"), optarg,
3424 false);
5e2ac519
SA
3425 if (!opts) {
3426 exit(1);
3427 }
3428 configure_msg(opts);
3429 break;
abfd9ce3 3430 case QEMU_OPTION_dump_vmstate:
522abf69 3431 if (vmstate_dump_file) {
f61eddcb
EH
3432 error_report("only one '-dump-vmstate' "
3433 "option may be given");
522abf69
GA
3434 exit(1);
3435 }
abfd9ce3
AS
3436 vmstate_dump_file = fopen(optarg, "w");
3437 if (vmstate_dump_file == NULL) {
f61eddcb 3438 error_report("open %s: %s", optarg, strerror(errno));
abfd9ce3
AS
3439 exit(1);
3440 }
12df189d
EC
3441 break;
3442 case QEMU_OPTION_enable_sync_profile:
3443 qsp_enable();
abfd9ce3 3444 break;
aec0d0e1
MP
3445 case QEMU_OPTION_nouserconfig:
3446 /* Nothing to be parsed here. Especially, do not error out below. */
3447 break;
59a5264b 3448 default:
1217d6ca
TH
3449 if (os_parse_cmd_args(popt->index, optarg)) {
3450 error_report("Option not supported in this build");
3451 exit(1);
3452 }
cd6f1169 3453 }
0824d6fc
FB
3454 }
3455 }
43fa1e0b
EH
3456 /*
3457 * Clear error location left behind by the loop.
3458 * Best done right after the loop. Do not insert code here!
3459 */
3460 loc_set_none();
364c3e6b 3461
d8fb7d09 3462 qemu_validate_options(machine_opts_dict);
4d2c17b0 3463 qemu_process_sugar_options();
58c91595 3464
3df261b6 3465 /*
0546c060
PB
3466 * These options affect everything else and should be processed
3467 * before daemonizing.
3df261b6 3468 */
0546c060 3469 qemu_process_early_options();
3df261b6 3470
0546c060
PB
3471 qemu_process_help_options();
3472 qemu_maybe_daemonize(pid_file);
3473
10b6ee16
DHB
3474 /*
3475 * The trace backend must be initialized after daemonizing.
3476 * trace_init_backends() will call st_init(), which will create the
3477 * trace thread in the parent, and also register st_flush_trace_buffer()
3478 * in atexit(). This function will force the parent to wait for the
3479 * writeout thread to finish, which will not occur, and the parent
3480 * process will be left in the host.
3481 */
3482 if (!trace_init_backends()) {
3483 exit(1);
3484 }
3485 trace_init_file();
3486
efd7ab22
PB
3487 qemu_init_main_loop(&error_fatal);
3488 cpu_timers_init();
3df261b6 3489
fc4a4734 3490 user_register_global_props();
4c27b859
PD
3491 replay_configure(icount_opts);
3492
eb6a5209
AP
3493 configure_rtc(qemu_find_opts_singleton("rtc"));
3494
d8fb7d09 3495 qemu_create_machine(machine_opts_dict);
67b724e6 3496
5a1ee607
PB
3497 suspend_mux_open();
3498
f650266b
PB
3499 qemu_disable_default_devices();
3500 qemu_create_default_devices();
64418657 3501 qemu_create_early_backends();
cda4aa9a 3502
d8fb7d09
PB
3503 qemu_apply_legacy_machine_options(machine_opts_dict);
3504 qemu_apply_machine_options(machine_opts_dict);
3505 qobject_unref(machine_opts_dict);
2f181fbd 3506 phase_advance(PHASE_MACHINE_CREATED);
6b1b1440 3507
0427b625
MA
3508 /*
3509 * Note: uses machine properties such as kernel-irqchip, must run
d8fb7d09 3510 * after qemu_apply_machine_options.
0427b625 3511 */
28a09617 3512 configure_accelerators(argv[0]);
2f181fbd 3513 phase_advance(PHASE_ACCEL_CREATED);
214910a7 3514
0427b625
MA
3515 /*
3516 * Beware, QOM objects created before this point miss global and
3517 * compat properties.
3518 *
3519 * Global properties get set up by qdev_prop_register_global(),
3520 * called from user_register_global_props(), and certain option
3521 * desugaring. Also in CPU feature desugaring (buried in
c1c8cfe5 3522 * parse_cpu_option()), which happens below this point, but may
0427b625 3523 * only target the CPU type, which can only be created after
c1c8cfe5 3524 * parse_cpu_option() returned the type.
0427b625
MA
3525 *
3526 * Machine compat properties: object_set_machine_compat_props().
3527 * Accelerator compat props: object_set_accelerator_compat_props(),
b86f59c7 3528 * called from do_configure_accelerator().
0427b625
MA
3529 */
3530
f5c9fcb8 3531 machine_class = MACHINE_GET_CLASS(current_machine);
08fe6824 3532 if (!qtest_enabled() && machine_class->deprecation_reason) {
7adb75d6 3533 warn_report("Machine type '%s' is deprecated: %s",
08fe6824
TH
3534 machine_class->name, machine_class->deprecation_reason);
3535 }
3536
2fa23277 3537 /*
0427b625
MA
3538 * Note: creates a QOM object, must run only after global and
3539 * compat properties have been set up.
2fa23277
MA
3540 */
3541 migration_object_init();
3542
07a91b1a 3543 qemu_create_late_backends();
619985e9 3544
6063d4c0 3545 /* parse features once if machine provides default cpu_type */
2278b939 3546 current_machine->cpu_type = machine_class->default_cpu_type;
c1c8cfe5
EH
3547 if (cpu_option) {
3548 current_machine->cpu_type = parse_cpu_option(cpu_option);
6063d4c0 3549 }
b86f59c7 3550 /* NB: for machine none cpu_type could STILL be NULL here! */
a1b18df9 3551
b24986e7 3552 qemu_resolve_machine_memdev();
d342eb76 3553 parse_numa_opts(current_machine);
6063d4c0 3554
abfd9ce3
AS
3555 if (vmstate_dump_file) {
3556 /* dump and exit */
4067691a 3557 module_load_qom_all();
abfd9ce3 3558 dump_vmstate_json_to_file(vmstate_dump_file);
7b733862 3559 exit(0);
abfd9ce3 3560 }
ffd843bc 3561
b4e1a342
PB
3562 if (!preconfig_requested) {
3563 qmp_x_exit_preconfig(&error_fatal);
3564 }
facf7c60 3565 qemu_init_displays();
7a64c17f 3566 accel_setup_post(current_machine);
eb505be1 3567 os_setup_post();
5a1ee607 3568 resume_mux_open();
7b733862 3569}