]> git.ipfire.org Git - thirdparty/qemu.git/blame - softmmu/vl.c
qsd: Unlink absolute PID file path
[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 ?: "",
6985d8ed
GZ
984 (def && g_str_equal(ti->opt_name, def)) ?
985 " (default)" : "");
dceb8852
MAL
986 }
987 }
988 exit(0);
989 }
990
d44229c5 991 assert(vga_interface_type == VGA_NONE);
8c9a2b71 992 for (t = 0; t < VGA_TYPE_MAX; t++) {
53b93511 993 const VGAInterfaceInfo *ti = &vga_interfaces[t];
8c9a2b71 994 if (ti->opt_name && strstart(p, ti->opt_name, &opts)) {
c2c7b22d 995 if (!vga_interface_available(t)) {
8c9a2b71
EH
996 error_report("%s not available", ti->name);
997 exit(1);
998 }
999 vga_interface_type = t;
1000 break;
af87bf29 1001 }
8c9a2b71
EH
1002 }
1003 if (t == VGA_TYPE_MAX) {
3893c124 1004 invalid_vga:
3e515373 1005 error_report("unknown vga type: %s", p);
3893c124 1006 exit(1);
1007 }
cb5a7aa8 1008 while (*opts) {
1009 const char *nextopt;
1010
1011 if (strstart(opts, ",retrace=", &nextopt)) {
1012 opts = nextopt;
1013 if (strstart(opts, "dumb", &nextopt))
1014 vga_retrace_method = VGA_RETRACE_DUMB;
1015 else if (strstart(opts, "precise", &nextopt))
1016 vga_retrace_method = VGA_RETRACE_PRECISE;
1017 else goto invalid_vga;
1018 } else goto invalid_vga;
1019 opts = nextopt;
1020 }
3893c124 1021}
1022
776d1344
GH
1023static void parse_display_qapi(const char *optarg)
1024{
776d1344
GH
1025 DisplayOptions *opts;
1026 Visitor *v;
1027
50beeb68 1028 v = qobject_input_visitor_new_str(optarg, "type", &error_fatal);
776d1344
GH
1029
1030 visit_type_DisplayOptions(v, NULL, &opts, &error_fatal);
1031 QAPI_CLONE_MEMBERS(DisplayOptions, &dpy, opts);
1032
1033 qapi_free_DisplayOptions(opts);
1034 visit_free(v);
1035}
1036
e1ca8f7e
GH
1037DisplayOptions *qmp_query_display_options(Error **errp)
1038{
1039 return QAPI_CLONE(DisplayOptions, &dpy);
1040}
1041
e3af9f9a 1042static void parse_display(const char *p)
1472a95b
JS
1043{
1044 const char *opts;
1472a95b 1045
c388f408
TH
1046 if (is_help_option(p)) {
1047 qemu_display_help();
1048 exit(0);
1049 }
1050
9eafdeea 1051 if (strstart(p, "vnc", &opts)) {
7a61f438
GH
1052 /*
1053 * vnc isn't a (local) DisplayType but a protocol for remote
1054 * display access.
1055 */
4db14629 1056 if (*opts == '=') {
653c9747 1057 vnc_parse(opts + 1);
4db14629 1058 } else {
c6bf0f7f 1059 error_report("VNC requires a display argument vnc=<display>");
3264ff12
JS
1060 exit(1);
1061 }
1472a95b 1062 } else {
776d1344 1063 parse_display_qapi(p);
1472a95b 1064 }
1472a95b
JS
1065}
1066
6407d76e
GS
1067static inline bool nonempty_str(const char *str)
1068{
1069 return str && *str;
1070}
1071
81b2b810
GS
1072static int parse_fw_cfg(void *opaque, QemuOpts *opts, Error **errp)
1073{
1074 gchar *buf;
1075 size_t size;
6552d87c 1076 const char *name, *file, *str, *gen_id;
bab47d9a 1077 FWCfgState *fw_cfg = (FWCfgState *) opaque;
81b2b810 1078
bab47d9a 1079 if (fw_cfg == NULL) {
406b6367 1080 error_setg(errp, "fw_cfg device not available");
81b2b810
GS
1081 return -1;
1082 }
1083 name = qemu_opt_get(opts, "name");
1084 file = qemu_opt_get(opts, "file");
6407d76e 1085 str = qemu_opt_get(opts, "string");
6552d87c 1086 gen_id = qemu_opt_get(opts, "gen_id");
6407d76e 1087
6552d87c
PMD
1088 /* we need the name, and exactly one of: file, content string, gen_id */
1089 if (!nonempty_str(name) ||
1090 nonempty_str(file) + nonempty_str(str) + nonempty_str(gen_id) != 1) {
1091 error_setg(errp, "name, plus exactly one of file,"
1092 " string and gen_id, are needed");
81b2b810
GS
1093 return -1;
1094 }
1095 if (strlen(name) > FW_CFG_MAX_FILE_PATH - 1) {
406b6367
MA
1096 error_setg(errp, "name too long (max. %d char)",
1097 FW_CFG_MAX_FILE_PATH - 1);
81b2b810
GS
1098 return -1;
1099 }
f7d8afb1
PMD
1100 if (nonempty_str(gen_id)) {
1101 /*
1102 * In this particular case where the content is populated
1103 * internally, the "etc/" namespace protection is relaxed,
1104 * so do not emit a warning.
1105 */
1106 } else if (strncmp(name, "opt/", 4) != 0) {
3dc6f869
AF
1107 warn_report("externally provided fw_cfg item names "
1108 "should be prefixed with \"opt/\"");
81b2b810 1109 }
6407d76e
GS
1110 if (nonempty_str(str)) {
1111 size = strlen(str); /* NUL terminator NOT included in fw_cfg blob */
1112 buf = g_memdup(str, size);
6552d87c 1113 } else if (nonempty_str(gen_id)) {
07719518 1114 if (!fw_cfg_add_from_generator(fw_cfg, name, gen_id, errp)) {
6552d87c
PMD
1115 return -1;
1116 }
1117 return 0;
6407d76e 1118 } else {
353c7d58
LQ
1119 GError *err = NULL;
1120 if (!g_file_get_contents(file, &buf, &size, &err)) {
1121 error_setg(errp, "can't load %s: %s", file, err->message);
1122 g_error_free(err);
6407d76e
GS
1123 return -1;
1124 }
81b2b810 1125 }
bab47d9a
GH
1126 /* For legacy, keep user files in a specific global order. */
1127 fw_cfg_set_order_override(fw_cfg, FW_CFG_ORDER_OVERRIDE_USER);
1128 fw_cfg_add_file(fw_cfg, name, buf, size);
1129 fw_cfg_reset_order_override(fw_cfg);
81b2b810
GS
1130 return 0;
1131}
1132
28d0de7a 1133static int device_help_func(void *opaque, QemuOpts *opts, Error **errp)
ff952ba2
MA
1134{
1135 return qdev_device_help(opts);
1136}
1137
28d0de7a 1138static int device_init_func(void *opaque, QemuOpts *opts, Error **errp)
f31d07d1
GH
1139{
1140 DeviceState *dev;
1141
cd65f349 1142 dev = qdev_device_add(opts, errp);
f3a85056
JF
1143 if (!dev && *errp) {
1144 error_report_err(*errp);
f31d07d1 1145 return -1;
f3a85056
JF
1146 } else if (dev) {
1147 object_unref(OBJECT(dev));
f006cf7f 1148 }
f31d07d1
GH
1149 return 0;
1150}
1151
28d0de7a 1152static int chardev_init_func(void *opaque, QemuOpts *opts, Error **errp)
1a688d3b 1153{
bd2d80b2 1154 Error *local_err = NULL;
1a688d3b 1155
4ad6f6cb 1156 if (!qemu_chr_new_from_opts(opts, NULL, &local_err)) {
0ec846bf 1157 if (local_err) {
dd4af977 1158 error_propagate(errp, local_err);
0ec846bf
AN
1159 return -1;
1160 }
1161 exit(0);
bd2d80b2 1162 }
1a688d3b
GH
1163 return 0;
1164}
1165
758e8e38 1166#ifdef CONFIG_VIRTFS
28d0de7a 1167static int fsdev_init_func(void *opaque, QemuOpts *opts, Error **errp)
74db920c 1168{
b836723d 1169 return qemu_fsdev_add(opts, errp);
74db920c
GS
1170}
1171#endif
1172
28d0de7a 1173static int mon_init_func(void *opaque, QemuOpts *opts, Error **errp)
88589343 1174{
c3e95551 1175 return monitor_init_opts(opts, errp);
88589343
GH
1176}
1177
4821cd4c 1178static void monitor_parse(const char *optarg, const char *mode, bool pretty)
88589343
GH
1179{
1180 static int monitor_device_index = 0;
1181 QemuOpts *opts;
1182 const char *p;
1183 char label[32];
88589343
GH
1184
1185 if (strstart(optarg, "chardev:", &p)) {
1186 snprintf(label, sizeof(label), "%s", p);
1187 } else {
140e065d
JK
1188 snprintf(label, sizeof(label), "compat_monitor%d",
1189 monitor_device_index);
95e30b2a 1190 opts = qemu_chr_parse_compat(label, optarg, true);
88589343 1191 if (!opts) {
f61eddcb 1192 error_report("parse error: %s", optarg);
88589343
GH
1193 exit(1);
1194 }
1195 }
1196
822ac12d 1197 opts = qemu_opts_create(qemu_find_opts("mon"), label, 1, &error_fatal);
f43e47db
MA
1198 qemu_opt_set(opts, "mode", mode, &error_abort);
1199 qemu_opt_set(opts, "chardev", label, &error_abort);
3c45f625
KW
1200 if (!strcmp(mode, "control")) {
1201 qemu_opt_set_bool(opts, "pretty", pretty, &error_abort);
1202 } else {
1203 assert(pretty == false);
1204 }
88589343
GH
1205 monitor_device_index++;
1206}
1207
bd3c948d
GH
1208struct device_config {
1209 enum {
aee1b935 1210 DEV_USB, /* -usbdevice */
aee1b935
GH
1211 DEV_SERIAL, /* -serial */
1212 DEV_PARALLEL, /* -parallel */
c9f398e5 1213 DEV_DEBUGCON, /* -debugcon */
ef0c4a0d 1214 DEV_GDB, /* -gdb, -s */
3ef669e1 1215 DEV_SCLP, /* s390 sclp */
bd3c948d
GH
1216 } type;
1217 const char *cmdline;
d9a5954d 1218 Location loc;
72cf2d4f 1219 QTAILQ_ENTRY(device_config) next;
bd3c948d 1220};
4fdcac0e
BS
1221
1222static QTAILQ_HEAD(, device_config) device_configs =
1223 QTAILQ_HEAD_INITIALIZER(device_configs);
bd3c948d
GH
1224
1225static void add_device_config(int type, const char *cmdline)
1226{
1227 struct device_config *conf;
1228
7267c094 1229 conf = g_malloc0(sizeof(*conf));
bd3c948d
GH
1230 conf->type = type;
1231 conf->cmdline = cmdline;
d9a5954d 1232 loc_save(&conf->loc);
72cf2d4f 1233 QTAILQ_INSERT_TAIL(&device_configs, conf, next);
bd3c948d
GH
1234}
1235
1236static int foreach_device_config(int type, int (*func)(const char *cmdline))
1237{
1238 struct device_config *conf;
1239 int rc;
1240
72cf2d4f 1241 QTAILQ_FOREACH(conf, &device_configs, next) {
bd3c948d
GH
1242 if (conf->type != type)
1243 continue;
d9a5954d 1244 loc_push_restore(&conf->loc);
bd3c948d 1245 rc = func(conf->cmdline);
d9a5954d 1246 loc_pop(&conf->loc);
28de2f88 1247 if (rc) {
bd3c948d 1248 return rc;
28de2f88 1249 }
bd3c948d
GH
1250 }
1251 return 0;
1252}
1253
f650266b
PB
1254static void qemu_disable_default_devices(void)
1255{
1256 MachineClass *machine_class = MACHINE_GET_CLASS(current_machine);
1257
5dacda51 1258 default_driver_check_json();
f650266b
PB
1259 qemu_opts_foreach(qemu_find_opts("device"),
1260 default_driver_check, NULL, NULL);
1261 qemu_opts_foreach(qemu_find_opts("global"),
1262 default_driver_check, NULL, NULL);
1263
1264 if (!vga_model && !default_vga) {
1265 vga_interface_type = VGA_DEVICE;
f9bcb2d6 1266 vga_interface_created = true;
f650266b
PB
1267 }
1268 if (!has_defaults || machine_class->no_serial) {
1269 default_serial = 0;
1270 }
1271 if (!has_defaults || machine_class->no_parallel) {
1272 default_parallel = 0;
1273 }
1274 if (!has_defaults || machine_class->no_floppy) {
1275 default_floppy = 0;
1276 }
1277 if (!has_defaults || machine_class->no_cdrom) {
1278 default_cdrom = 0;
1279 }
1280 if (!has_defaults || machine_class->no_sdcard) {
1281 default_sdcard = 0;
1282 }
1283 if (!has_defaults) {
1284 default_monitor = 0;
1285 default_net = 0;
1286 default_vga = 0;
1287 }
1288}
1289
1290static void qemu_create_default_devices(void)
1291{
1292 MachineClass *machine_class = MACHINE_GET_CLASS(current_machine);
1293
1294 if (is_daemonized()) {
1295 /* According to documentation and historically, -nographic redirects
1296 * serial port, parallel port and monitor to stdio, which does not work
1297 * with -daemonize. We can redirect these to null instead, but since
1298 * -nographic is legacy, let's just error out.
1299 * We disallow -nographic only if all other ports are not redirected
1300 * explicitly, to not break existing legacy setups which uses
1301 * -nographic _and_ redirects all ports explicitly - this is valid
1302 * usage, -nographic is just a no-op in this case.
1303 */
1304 if (nographic
1305 && (default_parallel || default_serial || default_monitor)) {
1306 error_report("-nographic cannot be used with -daemonize");
1307 exit(1);
1308 }
1309 }
1310
1311 if (nographic) {
1312 if (default_parallel)
1313 add_device_config(DEV_PARALLEL, "null");
1314 if (default_serial && default_monitor) {
1315 add_device_config(DEV_SERIAL, "mon:stdio");
1316 } else {
1317 if (default_serial)
1318 add_device_config(DEV_SERIAL, "stdio");
1319 if (default_monitor)
1320 monitor_parse("stdio", "readline", false);
1321 }
1322 } else {
1323 if (default_serial)
1324 add_device_config(DEV_SERIAL, "vc:80Cx24C");
1325 if (default_parallel)
1326 add_device_config(DEV_PARALLEL, "vc:80Cx24C");
1327 if (default_monitor)
1328 monitor_parse("vc:80Cx24C", "readline", false);
1329 }
1330
1331 if (default_net) {
1332 QemuOptsList *net = qemu_find_opts("net");
1333 qemu_opts_parse(net, "nic", true, &error_abort);
1334#ifdef CONFIG_SLIRP
1335 qemu_opts_parse(net, "user", true, &error_abort);
1336#endif
1337 }
1338
1339#if defined(CONFIG_VNC)
1340 if (!QTAILQ_EMPTY(&(qemu_find_opts("vnc")->head))) {
1341 display_remote++;
1342 }
1343#endif
1344 if (dpy.type == DISPLAY_TYPE_DEFAULT && !display_remote) {
1345 if (!qemu_display_find_default(&dpy)) {
1346 dpy.type = DISPLAY_TYPE_NONE;
1347#if defined(CONFIG_VNC)
653c9747 1348 vnc_parse("localhost:0,to=99,id=default");
f650266b
PB
1349#endif
1350 }
1351 }
1352 if (dpy.type == DISPLAY_TYPE_DEFAULT) {
1353 dpy.type = DISPLAY_TYPE_NONE;
1354 }
1355
1356 /* If no default VGA is requested, the default is "none". */
1357 if (default_vga) {
1358 vga_model = get_default_vga_model(machine_class);
1359 }
1360 if (vga_model) {
1361 select_vgahw(machine_class, vga_model);
1362 }
1363}
1364
998bbd74
GH
1365static int serial_parse(const char *devname)
1366{
6af2692e 1367 int index = num_serial_hds;
998bbd74
GH
1368 char label[32];
1369
1370 if (strcmp(devname, "none") == 0)
1371 return 0;
998bbd74 1372 snprintf(label, sizeof(label), "serial%d", index);
6af2692e
PM
1373 serial_hds = g_renew(Chardev *, serial_hds, index + 1);
1374
4ad6f6cb 1375 serial_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
998bbd74 1376 if (!serial_hds[index]) {
f61eddcb
EH
1377 error_report("could not connect serial device"
1378 " to character backend '%s'", devname);
998bbd74
GH
1379 return -1;
1380 }
6af2692e 1381 num_serial_hds++;
998bbd74
GH
1382 return 0;
1383}
1384
a8d78cd0
PM
1385Chardev *serial_hd(int i)
1386{
1387 assert(i >= 0);
6af2692e 1388 if (i < num_serial_hds) {
a8d78cd0
PM
1389 return serial_hds[i];
1390 }
1391 return NULL;
1392}
1393
6a5e8b0e
GH
1394static int parallel_parse(const char *devname)
1395{
1396 static int index = 0;
1397 char label[32];
1398
1399 if (strcmp(devname, "none") == 0)
1400 return 0;
1401 if (index == MAX_PARALLEL_PORTS) {
f61eddcb 1402 error_report("too many parallel ports");
6a5e8b0e
GH
1403 exit(1);
1404 }
1405 snprintf(label, sizeof(label), "parallel%d", index);
4ad6f6cb 1406 parallel_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
6a5e8b0e 1407 if (!parallel_hds[index]) {
f61eddcb
EH
1408 error_report("could not connect parallel device"
1409 " to character backend '%s'", devname);
6a5e8b0e
GH
1410 return -1;
1411 }
1412 index++;
1413 return 0;
1414}
1415
c9f398e5 1416static int debugcon_parse(const char *devname)
4d8b3c63 1417{
c9f398e5
PA
1418 QemuOpts *opts;
1419
4ad6f6cb 1420 if (!qemu_chr_new_mux_mon("debugcon", devname, NULL)) {
d7ecf712 1421 error_report("invalid character backend '%s'", devname);
c9f398e5
PA
1422 exit(1);
1423 }
8be7e7e4 1424 opts = qemu_opts_create(qemu_find_opts("device"), "debugcon", 1, NULL);
c9f398e5 1425 if (!opts) {
f61eddcb 1426 error_report("already have a debugcon device");
c9f398e5
PA
1427 exit(1);
1428 }
f43e47db
MA
1429 qemu_opt_set(opts, "driver", "isa-debugcon", &error_abort);
1430 qemu_opt_set(opts, "chardev", "debugcon", &error_abort);
c9f398e5
PA
1431 return 0;
1432}
1433
2709f263
LE
1434static gint machine_class_cmp(gconstpointer a, gconstpointer b)
1435{
1436 const MachineClass *mc1 = a, *mc2 = b;
1437 int res;
1438
1439 if (mc1->family == NULL) {
1440 if (mc2->family == NULL) {
1441 /* Compare standalone machine types against each other; they sort
1442 * in increasing order.
1443 */
1444 return strcmp(object_class_get_name(OBJECT_CLASS(mc1)),
1445 object_class_get_name(OBJECT_CLASS(mc2)));
1446 }
1447
1448 /* Standalone machine types sort after families. */
1449 return 1;
1450 }
1451
1452 if (mc2->family == NULL) {
1453 /* Families sort before standalone machine types. */
1454 return -1;
1455 }
1456
1457 /* Families sort between each other alphabetically increasingly. */
1458 res = strcmp(mc1->family, mc2->family);
1459 if (res != 0) {
1460 return res;
1461 }
1462
1463 /* Within the same family, machine types sort in decreasing order. */
1464 return strcmp(object_class_get_name(OBJECT_CLASS(mc2)),
1465 object_class_get_name(OBJECT_CLASS(mc1)));
1466}
1467
d8fb7d09 1468static void machine_help_func(const QDict *qdict)
9052ea6b 1469{
d8fb7d09
PB
1470 GSList *machines, *el;
1471 const char *type = qdict_get_try_str(qdict, "type");
9052ea6b 1472
d8fb7d09
PB
1473 machines = object_class_get_list(TYPE_MACHINE, false);
1474 if (type) {
1475 ObjectClass *machine_class = OBJECT_CLASS(find_machine(type, machines));
1476 if (machine_class) {
1477 type_print_class_properties(object_class_get_name(machine_class));
1478 return;
9052ea6b 1479 }
9052ea6b 1480 }
261747f1 1481
d8fb7d09
PB
1482 printf("Supported machines are:\n");
1483 machines = g_slist_sort(machines, machine_class_cmp);
1484 for (el = machines; el; el = el->next) {
1485 MachineClass *mc = el->data;
1486 if (mc->alias) {
1487 printf("%-20s %s (alias of %s)\n", mc->alias, mc->desc, mc->name);
1488 }
1489 printf("%-20s %s%s%s\n", mc->name, mc->desc,
1490 mc->is_default ? " (default)" : "",
1491 mc->deprecation_reason ? " (deprecated)" : "");
12cb82fd 1492 }
9052ea6b
JK
1493}
1494
a3c2f128
PB
1495static void
1496machine_merge_property(const char *propname, QDict *prop, Error **errp)
1497{
1498 QDict *opts;
1499
1500 opts = qdict_new();
1501 /* Preserve the caller's reference to prop. */
1502 qobject_ref(prop);
1503 qdict_put(opts, propname, prop);
1504 keyval_merge(machine_opts_dict, opts, errp);
1505 qobject_unref(opts);
1506}
1507
fe68090e
PB
1508static void
1509machine_parse_property_opt(QemuOptsList *opts_list, const char *propname,
f9dfae9c 1510 const char *arg)
fe68090e 1511{
a3c2f128 1512 QDict *prop = NULL;
fe68090e 1513 bool help = false;
fe68090e 1514
f9dfae9c 1515 prop = keyval_parse(arg, opts_list->implied_opt_name, &help, &error_fatal);
fe68090e
PB
1516 if (help) {
1517 qemu_opts_print_help(opts_list, true);
3e61a13a 1518 exit(0);
fe68090e 1519 }
f9dfae9c 1520 machine_merge_property(propname, prop, &error_fatal);
a3c2f128 1521 qobject_unref(prop);
fe68090e
PB
1522}
1523
90a84d13
MAL
1524static const char *pid_file;
1525static Notifier qemu_unlink_pidfile_notifier;
1526
1527static void qemu_unlink_pidfile(Notifier *n, void *data)
1528{
1529 if (pid_file) {
1530 unlink(pid_file);
1531 }
1532}
1533
6530a97b
AL
1534static const QEMUOption *lookup_opt(int argc, char **argv,
1535 const char **poptarg, int *poptind)
1536{
1537 const QEMUOption *popt;
1538 int optind = *poptind;
1539 char *r = argv[optind];
1540 const char *optarg;
1541
0f0bc3f1 1542 loc_set_cmdline(argv, optind, 1);
6530a97b
AL
1543 optind++;
1544 /* Treat --foo the same as -foo. */
1545 if (r[1] == '-')
1546 r++;
1547 popt = qemu_options;
1548 for(;;) {
1549 if (!popt->name) {
0f0bc3f1 1550 error_report("invalid option");
6530a97b
AL
1551 exit(1);
1552 }
1553 if (!strcmp(popt->name, r + 1))
1554 break;
1555 popt++;
1556 }
1557 if (popt->flags & HAS_ARG) {
1558 if (optind >= argc) {
0f0bc3f1 1559 error_report("requires an argument");
6530a97b
AL
1560 exit(1);
1561 }
1562 optarg = argv[optind++];
0f0bc3f1 1563 loc_set_cmdline(argv, optind - 2, 2);
6530a97b
AL
1564 } else {
1565 optarg = NULL;
1566 }
1567
1568 *poptarg = optarg;
1569 *poptind = optind;
1570
1571 return popt;
1572}
1573
d8fb7d09 1574static MachineClass *select_machine(QDict *qdict, Error **errp)
34f405ae 1575{
d8fb7d09 1576 const char *optarg = qdict_get_try_str(qdict, "type");
c516cd1b 1577 GSList *machines = object_class_get_list(TYPE_MACHINE, false);
d8fb7d09
PB
1578 MachineClass *machine_class;
1579 Error *local_err = NULL;
34f405ae 1580
34f405ae 1581 if (optarg) {
d8fb7d09
PB
1582 machine_class = find_machine(optarg, machines);
1583 qdict_del(qdict, "type");
1584 if (!machine_class) {
1585 error_setg(&local_err, "unsupported machine type");
1586 }
1587 } else {
1588 machine_class = find_default_machine(machines);
1589 if (!machine_class) {
1590 error_setg(&local_err, "No machine specified, and there is no default");
1591 }
34f405ae
MA
1592 }
1593
c516cd1b 1594 g_slist_free(machines);
d8fb7d09
PB
1595 if (local_err) {
1596 error_append_hint(&local_err, "Use -machine help to list supported machines\n");
1597 error_propagate(errp, local_err);
1598 }
7580f231 1599 return machine_class;
34f405ae
MA
1600}
1601
e5db4bd8
PB
1602static int object_parse_property_opt(Object *obj,
1603 const char *name, const char *value,
1604 const char *skip, Error **errp)
68d98d3e 1605{
e5db4bd8 1606 if (g_str_equal(name, skip)) {
68d98d3e
AL
1607 return 0;
1608 }
1609
668f62ec 1610 if (!object_property_parse(obj, name, value, errp)) {
68d98d3e
AL
1611 return -1;
1612 }
1613
1614 return 0;
1615}
1616
d8fb7d09
PB
1617/* *Non*recursively replace underscores with dashes in QDict keys. */
1618static void keyval_dashify(QDict *qdict, Error **errp)
e5db4bd8 1619{
d8fb7d09 1620 const QDictEntry *ent, *next;
e5db4bd8
PB
1621 char *p;
1622
d8fb7d09
PB
1623 for (ent = qdict_first(qdict); ent; ent = next) {
1624 g_autofree char *new_key = NULL;
1625
1626 next = qdict_next(qdict, ent);
1627 if (!strchr(ent->key, '_')) {
1628 continue;
1629 }
1630 new_key = g_strdup(ent->key);
1631 for (p = new_key; *p; p++) {
1632 if (*p == '_') {
1633 *p = '-';
1634 }
e5db4bd8 1635 }
d8fb7d09
PB
1636 if (qdict_haskey(qdict, new_key)) {
1637 error_setg(errp, "Conflict between '%s' and '%s'", ent->key, new_key);
1638 return;
1639 }
1640 qobject_ref(ent->value);
1641 qdict_put_obj(qdict, new_key, ent->value);
1642 qdict_del(qdict, ent->key);
e5db4bd8 1643 }
d8fb7d09
PB
1644}
1645
1646static void qemu_apply_legacy_machine_options(QDict *qdict)
1647{
1648 const char *value;
ce9d03fb 1649 QObject *prop;
d8fb7d09
PB
1650
1651 keyval_dashify(qdict, &error_fatal);
e5db4bd8 1652
6f6e1698 1653 /* Legacy options do not correspond to MachineState properties. */
d8fb7d09
PB
1654 value = qdict_get_try_str(qdict, "accel");
1655 if (value) {
1656 accelerators = g_strdup(value);
1657 qdict_del(qdict, "accel");
6f6e1698 1658 }
d8fb7d09
PB
1659
1660 value = qdict_get_try_str(qdict, "igd-passthru");
1661 if (value) {
1662 object_register_sugar_prop(ACCEL_CLASS_NAME("xen"), "igd-passthru", value,
a8dc82ce 1663 false);
d8fb7d09 1664 qdict_del(qdict, "igd-passthru");
46472d82 1665 }
d8fb7d09
PB
1666
1667 value = qdict_get_try_str(qdict, "kvm-shadow-mem");
1668 if (value) {
1669 object_register_sugar_prop(ACCEL_CLASS_NAME("kvm"), "kvm-shadow-mem", value,
a8dc82ce 1670 false);
d8fb7d09 1671 qdict_del(qdict, "kvm-shadow-mem");
23b0898e 1672 }
d8fb7d09
PB
1673
1674 value = qdict_get_try_str(qdict, "kernel-irqchip");
1675 if (value) {
1676 object_register_sugar_prop(ACCEL_CLASS_NAME("kvm"), "kernel-irqchip", value,
a8dc82ce 1677 false);
d8fb7d09 1678 object_register_sugar_prop(ACCEL_CLASS_NAME("whpx"), "kernel-irqchip", value,
a8dc82ce 1679 false);
d8fb7d09 1680 qdict_del(qdict, "kernel-irqchip");
faf20793 1681 }
ce9d03fb 1682
26f88d84
PB
1683 value = qdict_get_try_str(qdict, "memory-backend");
1684 if (value) {
1685 if (mem_path) {
1686 error_report("'-mem-path' can't be used together with"
1687 "'-machine memory-backend'");
1688 exit(EXIT_FAILURE);
1689 }
1690
1691 /* Resolved later. */
1692 ram_memdev_id = g_strdup(value);
1693 qdict_del(qdict, "memory-backend");
1694 }
1695
ce9d03fb
PB
1696 prop = qdict_get(qdict, "memory");
1697 if (prop) {
1698 have_custom_ram_size =
1699 qobject_type(prop) == QTYPE_QDICT &&
1700 qdict_haskey(qobject_to(QDict, prop), "size");
1701 }
e5db4bd8 1702}
f08f9271 1703
bc2f4fcb
PB
1704static void object_option_foreach_add(bool (*type_opt_predicate)(const char *))
1705{
1706 ObjectOption *opt, *next;
1707
1708 QTAILQ_FOREACH_SAFE(opt, &object_opts, next, next) {
1709 const char *type = ObjectType_str(opt->opts->qom_type);
1710 if (type_opt_predicate(type)) {
1711 user_creatable_add_qapi(opt->opts, &error_fatal);
1712 qapi_free_ObjectOptions(opt->opts);
1713 QTAILQ_REMOVE(&object_opts, opt, next);
1714 g_free(opt);
1715 }
1716 }
1717}
1718
49e98769
PB
1719static void object_option_add_visitor(Visitor *v)
1720{
1721 ObjectOption *opt = g_new0(ObjectOption, 1);
1722 visit_type_ObjectOptions(v, NULL, &opt->opts, &error_fatal);
1723 QTAILQ_INSERT_TAIL(&object_opts, opt, next);
1724}
1725
bc2f4fcb
PB
1726static void object_option_parse(const char *optarg)
1727{
bc2f4fcb
PB
1728 QemuOpts *opts;
1729 const char *type;
1730 Visitor *v;
1731
009ff893
PB
1732 if (optarg[0] == '{') {
1733 QObject *obj = qobject_from_json(optarg, &error_fatal);
bc2f4fcb 1734
009ff893
PB
1735 v = qobject_input_visitor_new(obj);
1736 qobject_unref(obj);
1737 } else {
1738 opts = qemu_opts_parse_noisily(qemu_find_opts("object"),
1739 optarg, true);
1740 if (!opts) {
1741 exit(1);
1742 }
1743
1744 type = qemu_opt_get(opts, "qom-type");
1745 if (!type) {
1746 error_setg(&error_fatal, QERR_MISSING_PARAMETER, "qom-type");
1747 }
1748 if (user_creatable_print_help(type, opts)) {
1749 exit(0);
1750 }
1751
1752 v = opts_visitor_new(opts);
bc2f4fcb
PB
1753 }
1754
49e98769 1755 object_option_add_visitor(v);
bc2f4fcb 1756 visit_free(v);
bc2f4fcb
PB
1757}
1758
f08f9271
DB
1759/*
1760 * Initial object creation happens before all other
1761 * QEMU data types are created. The majority of objects
1762 * can be created at this point. The rng-egd object
1763 * cannot be created here, as it depends on the chardev
1764 * already existing.
1765 */
bc2f4fcb 1766static bool object_create_early(const char *type)
f08f9271 1767{
edfb4389
MA
1768 /*
1769 * Objects should not be made "delayed" without a reason. If you
1770 * add one, state the reason in a comment!
1771 */
1772
6ba7ada3
PB
1773 /* Reason: property "chardev" */
1774 if (g_str_equal(type, "rng-egd") ||
1775 g_str_equal(type, "qtest")) {
f08f9271
DB
1776 return false;
1777 }
7dbb11c8 1778
042cea27 1779#if defined(CONFIG_VHOST_USER) && defined(CONFIG_LINUX)
edfb4389 1780 /* Reason: cryptodev-vhost-user property "chardev" */
042cea27
GA
1781 if (g_str_equal(type, "cryptodev-vhost-user")) {
1782 return false;
1783 }
1784#endif
1785
3578389b
CX
1786 /* Reason: vhost-user-blk-server property "node-name" */
1787 if (g_str_equal(type, "vhost-user-blk-server")) {
1788 return false;
1789 }
9d3e12e8 1790 /*
edfb4389 1791 * Reason: filter-* property "netdev" etc.
9d3e12e8
TH
1792 */
1793 if (g_str_equal(type, "filter-buffer") ||
f6d3afb5 1794 g_str_equal(type, "filter-dump") ||
d46f75b2 1795 g_str_equal(type, "filter-mirror") ||
7dce4e6f 1796 g_str_equal(type, "filter-redirector") ||
e6eee8ab 1797 g_str_equal(type, "colo-compare") ||
646c5478
PD
1798 g_str_equal(type, "filter-rewriter") ||
1799 g_str_equal(type, "filter-replay")) {
7dbb11c8
YH
1800 return false;
1801 }
1802
b86f59c7
CF
1803 /*
1804 * Allocation of large amounts of memory may delay
6546d0db
EH
1805 * chardev initialization for too long, and trigger timeouts
1806 * on software that waits for a monitor socket to be created
1807 * (e.g. libvirt).
1808 */
1809 if (g_str_has_prefix(type, "memory-backend-")) {
1810 return false;
1811 }
1812
f08f9271
DB
1813 return true;
1814}
1815
d8fb7d09 1816static void qemu_apply_machine_options(QDict *qdict)
7a84268d 1817{
d8fb7d09 1818 object_set_properties_from_keyval(OBJECT(current_machine), qdict, false, &error_fatal);
7a84268d 1819
7a84268d 1820 if (semihosting_enabled() && !semihosting_get_argc()) {
7a84268d 1821 /* fall back to the -kernel/-append */
d8fb7d09 1822 semihosting_arg_fallback(current_machine->kernel_filename, current_machine->kernel_cmdline);
7a84268d 1823 }
fe68090e
PB
1824
1825 if (current_machine->smp.cpus > 1) {
1826 Error *blocker = NULL;
1827 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED, "smp");
1828 replay_add_blocker(blocker);
1829 }
7a84268d
PB
1830}
1831
64418657
PB
1832static void qemu_create_early_backends(void)
1833{
1834 MachineClass *machine_class = MACHINE_GET_CLASS(current_machine);
66c2207f
TH
1835#if defined(CONFIG_SDL)
1836 const bool use_sdl = (dpy.type == DISPLAY_TYPE_SDL);
1837#else
1838 const bool use_sdl = false;
1839#endif
1840#if defined(CONFIG_GTK)
1841 const bool use_gtk = (dpy.type == DISPLAY_TYPE_GTK);
1842#else
1843 const bool use_gtk = false;
1844#endif
64418657 1845
66c2207f 1846 if (dpy.has_window_close && !use_gtk && !use_sdl) {
fe86fe23 1847 error_report("window-close is only valid for GTK and SDL, "
64418657
PB
1848 "ignoring option");
1849 }
1850
1851 qemu_display_early_init(&dpy);
1852 qemu_console_early_init();
1853
1854 if (dpy.has_gl && dpy.gl != DISPLAYGL_MODE_OFF && display_opengl == 0) {
1855#if defined(CONFIG_OPENGL)
1856 error_report("OpenGL is not supported by the display");
1857#else
1858 error_report("OpenGL support is disabled");
1859#endif
1860 exit(1);
1861 }
1862
bc2f4fcb 1863 object_option_foreach_add(object_create_early);
64418657
PB
1864
1865 /* spice needs the timers to be initialized by this point */
3d76c3b6 1866 /* spice must initialize before audio as it changes the default audiodev */
64418657
PB
1867 /* spice must initialize before chardevs (for spicevmc and spiceport) */
1868 qemu_spice.init();
1869
1870 qemu_opts_foreach(qemu_find_opts("chardev"),
1871 chardev_init_func, NULL, &error_fatal);
1872
1873#ifdef CONFIG_VIRTFS
1874 qemu_opts_foreach(qemu_find_opts("fsdev"),
1875 fsdev_init_func, NULL, &error_fatal);
1876#endif
1877
1878 /*
1879 * Note: we need to create audio and block backends before
d8fb7d09 1880 * setting machine properties, so they can be referred to.
64418657
PB
1881 */
1882 configure_blockdev(&bdo_queue, machine_class, snapshot);
1883 audio_init_audiodevs();
1884}
1885
f08f9271
DB
1886
1887/*
1888 * The remainder of object creation happens after the
9abce56d 1889 * creation of chardev, fsdev, net clients and device data types.
f08f9271 1890 */
bc2f4fcb 1891static bool object_create_late(const char *type)
f08f9271 1892{
bc2f4fcb 1893 return !object_create_early(type);
f08f9271
DB
1894}
1895
07a91b1a
PB
1896static void qemu_create_late_backends(void)
1897{
1898 if (qtest_chrdev) {
1899 qtest_server_init(qtest_chrdev, qtest_log, &error_fatal);
1900 }
1901
1902 net_init_clients(&error_fatal);
1903
bc2f4fcb 1904 object_option_foreach_add(object_create_late);
07a91b1a
PB
1905
1906 if (tpm_init() < 0) {
1907 exit(1);
1908 }
1909
1910 qemu_opts_foreach(qemu_find_opts("mon"),
1911 mon_init_func, NULL, &error_fatal);
1912
1913 if (foreach_device_config(DEV_SERIAL, serial_parse) < 0)
1914 exit(1);
1915 if (foreach_device_config(DEV_PARALLEL, parallel_parse) < 0)
1916 exit(1);
1917 if (foreach_device_config(DEV_DEBUGCON, debugcon_parse) < 0)
1918 exit(1);
1919
1920 /* now chardevs have been created we may have semihosting to connect */
fb08790b 1921 qemu_semihosting_chardev_init();
07a91b1a 1922}
f08f9271 1923
b24986e7
PB
1924static void qemu_resolve_machine_memdev(void)
1925{
26f88d84 1926 if (ram_memdev_id) {
b24986e7
PB
1927 Object *backend;
1928 ram_addr_t backend_size;
1929
26f88d84 1930 backend = object_resolve_path_type(ram_memdev_id,
b24986e7
PB
1931 TYPE_MEMORY_BACKEND, NULL);
1932 if (!backend) {
26f88d84 1933 error_report("Memory backend '%s' not found", ram_memdev_id);
b24986e7
PB
1934 exit(EXIT_FAILURE);
1935 }
fb56b7a0
PB
1936 if (!have_custom_ram_size) {
1937 backend_size = object_property_get_uint(backend, "size", &error_abort);
1938 current_machine->ram_size = backend_size;
b24986e7 1939 }
26f88d84
PB
1940 object_property_set_link(OBJECT(current_machine),
1941 "memory-backend", backend, &error_fatal);
b24986e7 1942 }
b24986e7
PB
1943}
1944
ce9d03fb 1945static void parse_memory_options(const char *arg)
3b9985e9 1946{
ce9d03fb
PB
1947 QemuOpts *opts;
1948 QDict *dict, *prop;
3b9985e9 1949 const char *mem_str;
bbe2d25c 1950
ce9d03fb
PB
1951 opts = qemu_opts_parse_noisily(qemu_find_opts("memory"), arg, true);
1952 if (!opts) {
1953 exit(EXIT_FAILURE);
1954 }
1955
1956 prop = qdict_new();
3b9985e9 1957
ce9d03fb
PB
1958 if (qemu_opt_get_size(opts, "size", 0) != 0) {
1959 mem_str = qemu_opt_get(opts, "size");
3b9985e9
MA
1960 if (!*mem_str) {
1961 error_report("missing 'size' option value");
1962 exit(EXIT_FAILURE);
1963 }
1964
3b9985e9
MA
1965 /* Fix up legacy suffix-less format */
1966 if (g_ascii_isdigit(mem_str[strlen(mem_str) - 1])) {
ce9d03fb
PB
1967 g_autofree char *mib_str = g_strdup_printf("%sM", mem_str);
1968 qdict_put_str(prop, "size", mib_str);
1969 } else {
1970 qdict_put_str(prop, "size", mem_str);
3b9985e9
MA
1971 }
1972 }
1973
951f2269 1974 if (qemu_opt_get(opts, "maxmem")) {
ce9d03fb
PB
1975 qdict_put_str(prop, "max-size", qemu_opt_get(opts, "maxmem"));
1976 }
1977 if (qemu_opt_get(opts, "slots")) {
1978 qdict_put_str(prop, "slots", qemu_opt_get(opts, "slots"));
3b9985e9 1979 }
bbe2d25c 1980
ce9d03fb
PB
1981 dict = qdict_new();
1982 qdict_put(dict, "memory", prop);
1983 keyval_merge(machine_opts_dict, dict, &error_fatal);
1984 qobject_unref(dict);
f5c9fcb8
PB
1985}
1986
d8fb7d09 1987static void qemu_create_machine(QDict *qdict)
f5c9fcb8 1988{
d8fb7d09 1989 MachineClass *machine_class = select_machine(qdict, &error_fatal);
f5c9fcb8
PB
1990 object_set_machine_compat_props(machine_class->compat_props);
1991
f5c9fcb8 1992 current_machine = MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
f5c9fcb8
PB
1993 object_property_add_child(object_get_root(), "machine",
1994 OBJECT(current_machine));
1995 object_property_add_child(container_get(OBJECT(current_machine),
1996 "/unattached"),
1997 "sysbus", OBJECT(sysbus_get_default()));
1998
1999 if (machine_class->minimum_page_bits) {
2000 if (!set_preferred_target_page_bits(machine_class->minimum_page_bits)) {
2001 /* This would be a board error: specifying a minimum smaller than
2002 * a target's compile-time fixed setting.
2003 */
2004 g_assert_not_reached();
2005 }
2006 }
2007
2008 cpu_exec_init_all();
2009 page_size_init();
2010
2011 if (machine_class->hw_version) {
2012 qemu_set_hw_version(machine_class->hw_version);
2013 }
2014
f5c9fcb8
PB
2015 /*
2016 * Get the default machine options from the machine if it is not already
2017 * specified either by the configuration file or by the command line.
2018 */
2019 if (machine_class->default_machine_opts) {
d8fb7d09
PB
2020 QDict *default_opts =
2021 keyval_parse(machine_class->default_machine_opts, NULL, NULL,
2022 &error_abort);
dadafe67 2023 qemu_apply_legacy_machine_options(default_opts);
d8fb7d09
PB
2024 object_set_properties_from_keyval(OBJECT(current_machine), default_opts,
2025 false, &error_abort);
2026 qobject_unref(default_opts);
f5c9fcb8 2027 }
3b9985e9
MA
2028}
2029
8d76bfe8
EH
2030static int global_init_func(void *opaque, QemuOpts *opts, Error **errp)
2031{
2032 GlobalProperty *g;
2033
2034 g = g_malloc0(sizeof(*g));
2035 g->driver = qemu_opt_get(opts, "driver");
2036 g->property = qemu_opt_get(opts, "property");
2037 g->value = qemu_opt_get(opts, "value");
8d76bfe8
EH
2038 qdev_prop_register_global(g);
2039 return 0;
2040}
2041
c0d4aa82
PB
2042/*
2043 * Return whether configuration group @group is stored in QemuOpts, or
2044 * recorded as one or more QDicts by qemu_record_config_group.
2045 */
2046static bool is_qemuopts_group(const char *group)
2047{
d8fb7d09 2048 if (g_str_equal(group, "object") ||
e4383ca2 2049 g_str_equal(group, "machine") ||
8c4da4b5 2050 g_str_equal(group, "smp-opts") ||
ce9d03fb
PB
2051 g_str_equal(group, "boot-opts") ||
2052 g_str_equal(group, "memory")) {
49e98769
PB
2053 return false;
2054 }
c0d4aa82
PB
2055 return true;
2056}
2057
2058static void qemu_record_config_group(const char *group, QDict *dict,
2059 bool from_json, Error **errp)
2060{
49e98769
PB
2061 if (g_str_equal(group, "object")) {
2062 Visitor *v = qobject_input_visitor_new_keyval(QOBJECT(dict));
2063 object_option_add_visitor(v);
2064 visit_free(v);
d8fb7d09
PB
2065 } else if (g_str_equal(group, "machine")) {
2066 /*
2067 * Cannot merge string-valued and type-safe dictionaries, so JSON
2068 * is not accepted yet for -M.
2069 */
2070 assert(!from_json);
2071 keyval_merge(machine_opts_dict, dict, errp);
e4383ca2
PB
2072 } else if (g_str_equal(group, "smp-opts")) {
2073 machine_merge_property("smp", dict, &error_fatal);
8c4da4b5
PB
2074 } else if (g_str_equal(group, "boot-opts")) {
2075 machine_merge_property("boot", dict, &error_fatal);
ce9d03fb
PB
2076 } else if (g_str_equal(group, "memory")) {
2077 machine_merge_property("memory", dict, &error_fatal);
49e98769
PB
2078 } else {
2079 abort();
2080 }
c0d4aa82
PB
2081}
2082
2083/*
2084 * Parse non-QemuOpts config file groups, pass the rest to
2085 * qemu_config_do_parse.
2086 */
2087static void qemu_parse_config_group(const char *group, QDict *qdict,
2088 void *opaque, Error **errp)
2089{
2090 QObject *crumpled;
2091 if (is_qemuopts_group(group)) {
2092 qemu_config_do_parse(group, qdict, opaque, errp);
2093 return;
2094 }
2095
2096 crumpled = qdict_crumple(qdict, errp);
2097 if (!crumpled) {
2098 return;
2099 }
838e3700
PB
2100 switch (qobject_type(crumpled)) {
2101 case QTYPE_QDICT:
2102 qemu_record_config_group(group, qobject_to(QDict, crumpled), false, errp);
2103 break;
2104 case QTYPE_QLIST:
c0d4aa82 2105 error_setg(errp, "Lists cannot be at top level of a configuration section");
838e3700
PB
2106 break;
2107 default:
2108 g_assert_not_reached();
c0d4aa82 2109 }
838e3700 2110 qobject_unref(crumpled);
c0d4aa82
PB
2111}
2112
f7544edc 2113static void qemu_read_default_config_file(Error **errp)
726401be 2114{
f7544edc 2115 ERRP_GUARD();
726401be 2116 int ret;
580e6ad6 2117 g_autofree char *file = get_relocated_path(CONFIG_QEMU_CONFDIR "/qemu.conf");
726401be 2118
c0d4aa82 2119 ret = qemu_read_config_file(file, qemu_parse_config_group, errp);
f7544edc
PB
2120 if (ret < 0) {
2121 if (ret == -ENOENT) {
2122 error_free(*errp);
2123 *errp = NULL;
2124 }
726401be 2125 }
726401be
EH
2126}
2127
c0d4aa82 2128static void qemu_set_option(const char *str, Error **errp)
ed7fa564 2129{
ed7fa564
PB
2130 char group[64], id[64], arg[64];
2131 QemuOptsList *list;
2132 QemuOpts *opts;
2133 int rc, offset;
2134
2135 rc = sscanf(str, "%63[^.].%63[^.].%63[^=]%n", group, id, arg, &offset);
2136 if (rc < 3 || str[offset] != '=') {
c0d4aa82
PB
2137 error_setg(errp, "can't parse: \"%s\"", str);
2138 return;
ed7fa564
PB
2139 }
2140
c0d4aa82
PB
2141 if (!is_qemuopts_group(group)) {
2142 error_setg(errp, "-set is not supported with %s", group);
2143 } else {
2144 list = qemu_find_opts_err(group, errp);
2145 if (list) {
2146 opts = qemu_opts_find(list, id);
2147 if (!opts) {
2148 error_setg(errp, "there is no %s \"%s\" defined", group, id);
2149 return;
2150 }
2151 qemu_opt_set(opts, arg, str + offset + 1, errp);
2152 }
ed7fa564 2153 }
ed7fa564
PB
2154}
2155
a0660e0b
PX
2156static void user_register_global_props(void)
2157{
2158 qemu_opts_foreach(qemu_find_opts("global"),
2159 global_init_func, NULL, NULL);
2160}
2161
7f8b6126
PB
2162static int do_configure_icount(void *opaque, QemuOpts *opts, Error **errp)
2163{
8191d368 2164 icount_configure(opts, errp);
7f8b6126
PB
2165 return 0;
2166}
2167
12ceaef6
PB
2168static int accelerator_set_property(void *opaque,
2169 const char *name, const char *value,
2170 Error **errp)
2171{
2172 return object_parse_property_opt(opaque, name, value, "accel", errp);
2173}
2174
deda73e8
PB
2175static int do_configure_accelerator(void *opaque, QemuOpts *opts, Error **errp)
2176{
6f6e1698
PB
2177 bool *p_init_failed = opaque;
2178 const char *acc = qemu_opt_get(opts, "accel");
2179 AccelClass *ac = accel_find(acc);
fc5cf826 2180 AccelState *accel;
6f6e1698 2181 int ret;
eaf65114
TH
2182 bool qtest_with_kvm;
2183
2184 qtest_with_kvm = g_str_equal(acc, "kvm") && qtest_chrdev != NULL;
6f6e1698
PB
2185
2186 if (!ac) {
8b90f1c5 2187 *p_init_failed = true;
eaf65114
TH
2188 if (!qtest_with_kvm) {
2189 error_report("invalid accelerator %s", acc);
2190 }
6f6e1698
PB
2191 return 0;
2192 }
fc5cf826 2193 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac)));
fe174132 2194 object_apply_compat_props(OBJECT(accel));
12ceaef6
PB
2195 qemu_opt_foreach(opts, accelerator_set_property,
2196 accel,
2197 &error_fatal);
2198
fc5cf826 2199 ret = accel_init_machine(accel, current_machine);
6f6e1698
PB
2200 if (ret < 0) {
2201 *p_init_failed = true;
eaf65114
TH
2202 if (!qtest_with_kvm || ret != -ENOENT) {
2203 error_report("failed to initialize %s: %s", acc, strerror(-ret));
2204 }
6f6e1698
PB
2205 return 0;
2206 }
fe174132 2207
6f6e1698 2208 return 1;
deda73e8
PB
2209}
2210
28a09617 2211static void configure_accelerators(const char *progname)
deda73e8 2212{
28a09617 2213 bool init_failed = false;
28a09617
PB
2214
2215 qemu_opts_foreach(qemu_find_opts("icount"),
2216 do_configure_icount, NULL, &error_fatal);
2217
6f6e1698 2218 if (QTAILQ_EMPTY(&qemu_accel_opts.head)) {
60ee3552
RH
2219 char **accel_list, **tmp;
2220
7245ca74 2221 if (accelerators == NULL) {
6f6e1698 2222 /* Select the default accelerator */
755ee1f3
RH
2223 bool have_tcg = accel_find("tcg");
2224 bool have_kvm = accel_find("kvm");
2225
2226 if (have_tcg && have_kvm) {
2227 if (g_str_has_suffix(progname, "kvm")) {
6f6e1698 2228 /* If the program name ends with "kvm", we prefer KVM */
7245ca74 2229 accelerators = "kvm:tcg";
6f6e1698 2230 } else {
7245ca74 2231 accelerators = "tcg:kvm";
6f6e1698 2232 }
755ee1f3 2233 } else if (have_kvm) {
7245ca74 2234 accelerators = "kvm";
755ee1f3 2235 } else if (have_tcg) {
7245ca74 2236 accelerators = "tcg";
755ee1f3
RH
2237 } else {
2238 error_report("No accelerator selected and"
2239 " no default accelerator available");
2240 exit(1);
28a09617
PB
2241 }
2242 }
7245ca74 2243 accel_list = g_strsplit(accelerators, ":", 0);
28a09617 2244
a024b090 2245 for (tmp = accel_list; *tmp; tmp++) {
6f6e1698
PB
2246 /*
2247 * Filter invalid accelerators here, to prevent obscenities
2248 * such as "-machine accel=tcg,,thread=single".
2249 */
2250 if (accel_find(*tmp)) {
2251 qemu_opts_parse_noisily(qemu_find_opts("accel"), *tmp, true);
8b90f1c5
PB
2252 } else {
2253 init_failed = true;
2254 error_report("invalid accelerator %s", *tmp);
6f6e1698 2255 }
28a09617 2256 }
adb464ff 2257 g_strfreev(accel_list);
6f6e1698 2258 } else {
7245ca74 2259 if (accelerators != NULL) {
6f6e1698
PB
2260 error_report("The -accel and \"-machine accel=\" options are incompatible");
2261 exit(1);
28a09617
PB
2262 }
2263 }
28a09617 2264
6f6e1698
PB
2265 if (!qemu_opts_foreach(qemu_find_opts("accel"),
2266 do_configure_accelerator, &init_failed, &error_fatal)) {
28a09617 2267 if (!init_failed) {
6f6e1698 2268 error_report("no accelerator found");
28a09617
PB
2269 }
2270 exit(1);
2271 }
2272
eaf65114 2273 if (init_failed && !qtest_chrdev) {
55bd445c 2274 error_report("falling back to %s", current_accel_name());
28a09617
PB
2275 }
2276
740b1759 2277 if (icount_enabled() && !tcg_enabled()) {
deda73e8
PB
2278 error_report("-icount is not allowed with hardware virtualization");
2279 exit(1);
2280 }
2281}
2282
d8fb7d09 2283static void qemu_validate_options(const QDict *machine_opts)
58c91595 2284{
d8fb7d09
PB
2285 const char *kernel_filename = qdict_get_try_str(machine_opts, "kernel");
2286 const char *initrd_filename = qdict_get_try_str(machine_opts, "initrd");
2287 const char *kernel_cmdline = qdict_get_try_str(machine_opts, "append");
58c91595
PB
2288
2289 if (kernel_filename == NULL) {
2290 if (kernel_cmdline != NULL) {
2291 error_report("-append only allowed with -kernel option");
2292 exit(1);
2293 }
2294
2295 if (initrd_filename != NULL) {
2296 error_report("-initrd only allowed with -kernel option");
2297 exit(1);
2298 }
2299 }
2300
7691bdef 2301 if (loadvm && preconfig_requested) {
90285ec8
PB
2302 error_report("'preconfig' and 'loadvm' options are "
2303 "mutually exclusive");
2304 exit(EXIT_FAILURE);
2305 }
8fafaa04
PB
2306 if (incoming && preconfig_requested && strcmp(incoming, "defer") != 0) {
2307 error_report("'preconfig' supports '-incoming defer' only");
58c91595
PB
2308 exit(EXIT_FAILURE);
2309 }
2310
2311#ifdef CONFIG_CURSES
2312 if (is_daemonized() && dpy.type == DISPLAY_TYPE_CURSES) {
2313 error_report("curses display cannot be used with -daemonize");
2314 exit(1);
2315 }
2316#endif
2317}
2318
4d2c17b0
PB
2319static void qemu_process_sugar_options(void)
2320{
2321 if (mem_prealloc) {
e4383ca2
PB
2322 QObject *smp = qdict_get(machine_opts_dict, "smp");
2323 if (smp && qobject_type(smp) == QTYPE_QDICT) {
2324 QObject *cpus = qdict_get(qobject_to(QDict, smp), "cpus");
2325 if (cpus && qobject_type(cpus) == QTYPE_QSTRING) {
2326 const char *val = qstring_get_str(qobject_to(QString, cpus));
2327 object_register_sugar_prop("memory-backend", "prealloc-threads",
2328 val, false);
2329 }
2330 }
a8dc82ce 2331 object_register_sugar_prop("memory-backend", "prealloc", "on", false);
4d2c17b0
PB
2332 }
2333
2334 if (watchdog) {
2335 int i = select_watchdog(watchdog);
2336 if (i > 0)
2337 exit (i == 1 ? 1 : 0);
2338 }
2339}
2340
2a5ad60b
AJ
2341/* -action processing */
2342
2343/*
2344 * Process all the -action parameters parsed from cmdline.
2345 */
2346static int process_runstate_actions(void *opaque, QemuOpts *opts, Error **errp)
2347{
2348 Error *local_err = NULL;
2349 QDict *qdict = qemu_opts_to_qdict(opts, NULL);
2350 QObject *ret = NULL;
2351 qmp_marshal_set_action(qdict, &ret, &local_err);
2352 qobject_unref(ret);
2353 qobject_unref(qdict);
2354 if (local_err) {
2355 error_propagate(errp, local_err);
2356 return 1;
2357 }
2358 return 0;
2359}
2360
0546c060
PB
2361static void qemu_process_early_options(void)
2362{
0546c060
PB
2363#ifdef CONFIG_SECCOMP
2364 QemuOptsList *olist = qemu_find_opts_err("sandbox", NULL);
2365 if (olist) {
2366 qemu_opts_foreach(olist, parse_sandbox, NULL, &error_fatal);
2367 }
2368#endif
2369
2370 qemu_opts_foreach(qemu_find_opts("name"),
2371 parse_name, NULL, &error_fatal);
2372
2a5ad60b
AJ
2373 if (qemu_opts_foreach(qemu_find_opts("action"),
2374 process_runstate_actions, NULL, &error_fatal)) {
2375 exit(1);
2376 }
2377
0546c060
PB
2378#ifndef _WIN32
2379 qemu_opts_foreach(qemu_find_opts("add-fd"),
2380 parse_add_fd, NULL, &error_fatal);
2381
2382 qemu_opts_foreach(qemu_find_opts("add-fd"),
2383 cleanup_add_fd, NULL, &error_fatal);
2384#endif
2385
0546c060 2386 /* Open the logfile at this point and set the log mask if necessary. */
b2528af1
RH
2387 {
2388 int mask = 0;
2389 if (log_mask) {
2390 mask = qemu_str_to_log_mask(log_mask);
2391 if (!mask) {
2392 qemu_print_log_usage(stdout);
2393 exit(1);
2394 }
0546c060 2395 }
b2528af1 2396 qemu_set_log_filename_flags(log_file, mask, &error_fatal);
0546c060
PB
2397 }
2398
2c65db5e 2399 qemu_add_default_firmwarepath();
0546c060
PB
2400}
2401
2402static void qemu_process_help_options(void)
2403{
0546c060
PB
2404 /*
2405 * Check for -cpu help and -device help before we call select_machine(),
2406 * which will return an error if the architecture has no default machine
2407 * type and the user did not specify one, so that the user doesn't need
2408 * to say '-cpu help -machine something'.
2409 */
2410 if (cpu_option && is_help_option(cpu_option)) {
2411 list_cpus(cpu_option);
2412 exit(0);
2413 }
2414
2415 if (qemu_opts_foreach(qemu_find_opts("device"),
2416 device_help_func, NULL, NULL)) {
2417 exit(0);
2418 }
2419
2420 /* -L help lists the data directories and exits. */
2421 if (list_data_dirs) {
2c65db5e 2422 qemu_list_data_dirs();
0546c060
PB
2423 exit(0);
2424 }
2425}
2426
2427static void qemu_maybe_daemonize(const char *pid_file)
2428{
38f71349 2429 Error *err = NULL;
0546c060
PB
2430
2431 os_daemonize();
2432 rcu_disable_atfork();
2433
2434 if (pid_file && !qemu_write_pidfile(pid_file, &err)) {
2435 error_reportf_err(err, "cannot create PID file: ");
2436 exit(1);
2437 }
2438
2439 qemu_unlink_pidfile_notifier.notify = qemu_unlink_pidfile;
2440 qemu_add_exit_notifier(&qemu_unlink_pidfile_notifier);
2441}
2442
7691bdef
PB
2443static void qemu_init_displays(void)
2444{
2445 DisplayState *ds;
2446
2447 /* init local displays */
2448 ds = init_displaystate();
2449 qemu_display_init(ds, &dpy);
2450
2451 /* must be after terminal init, SDL library changes signal handlers */
2452 os_setup_signal_handling();
2453
2454 /* init remote displays */
2455#ifdef CONFIG_VNC
2456 qemu_opts_foreach(qemu_find_opts("vnc"),
2457 vnc_init_func, NULL, &error_fatal);
2458#endif
2459
2460 if (using_spice) {
2461 qemu_spice.display_init();
2462 }
2463}
2464
d8e4de41
PB
2465static void qemu_init_board(void)
2466{
8a745974 2467 /* process plugin before CPUs are created, but once -smp has been parsed */
0572f558 2468 qemu_plugin_load_list(&plugin_list, &error_fatal);
8a745974 2469
2f181fbd 2470 /* From here on we enter MACHINE_PHASE_INITIALIZED. */
26f88d84 2471 machine_run_board_init(current_machine, mem_path, &error_fatal);
d8e4de41 2472
fe9f70a1 2473 drive_check_orphaned();
d8e4de41
PB
2474
2475 realtime_init();
2476
2477 if (hax_enabled()) {
2478 /* FIXME: why isn't cpu_synchronize_all_post_init enough? */
2479 hax_sync_vcpus();
2480 }
2481}
2482
2483static void qemu_create_cli_devices(void)
2484{
5dacda51
KW
2485 DeviceOption *opt;
2486
d8e4de41
PB
2487 soundhw_init();
2488
2489 qemu_opts_foreach(qemu_find_opts("fw_cfg"),
2490 parse_fw_cfg, fw_cfg_find(), &error_fatal);
2491
2492 /* init USB devices */
2493 if (machine_usb(current_machine)) {
2494 if (foreach_device_config(DEV_USB, usb_parse) < 0)
2495 exit(1);
2496 }
2497
2498 /* init generic devices */
2499 rom_set_order_override(FW_CFG_ORDER_OVERRIDE_DEVICE);
2500 qemu_opts_foreach(qemu_find_opts("device"),
2501 device_init_func, NULL, &error_fatal);
5dacda51 2502 QTAILQ_FOREACH(opt, &device_opts, next) {
64b4529a 2503 DeviceState *dev;
5dacda51
KW
2504 loc_push_restore(&opt->loc);
2505 /*
2506 * TODO Eventually we should call qmp_device_add() here to make sure it
2507 * behaves the same, but QMP still has to accept incorrectly typed
2508 * options until libvirt is fixed and we want to be strict on the CLI
2509 * from the start, so call qdev_device_add_from_qdict() directly for
2510 * now.
2511 */
64b4529a
DB
2512 dev = qdev_device_add_from_qdict(opt->opts, true, &error_fatal);
2513 object_unref(OBJECT(dev));
5dacda51
KW
2514 loc_pop(&opt->loc);
2515 }
d8e4de41
PB
2516 rom_reset_order_override();
2517}
2518
2519static void qemu_machine_creation_done(void)
2520{
abc27d42
DG
2521 MachineState *machine = MACHINE(qdev_get_machine());
2522
d8e4de41
PB
2523 /* Did we create any drives that we failed to create a device for? */
2524 drive_check_orphaned();
2525
2526 /* Don't warn about the default network setup that you get if
2527 * no command line -net or -netdev options are specified. There
2528 * are two cases that we would otherwise complain about:
2529 * (1) board doesn't support a NIC but the implicit "-net nic"
2530 * requested one
2531 * (2) CONFIG_SLIRP not set, in which case the implicit "-net nic"
2532 * sets up a nic that isn't connected to anything.
2533 */
2534 if (!default_net && (!qtest_enabled() || has_defaults)) {
2535 net_check_clients();
2536 }
2537
cca686b4
PB
2538 qdev_prop_check_globals();
2539
d8e4de41
PB
2540 qdev_machine_creation_done();
2541
abc27d42
DG
2542 if (machine->cgs) {
2543 /*
2544 * Verify that Confidential Guest Support has actually been initialized
2545 */
2546 assert(machine->cgs->ready);
2547 }
2548
f66dc873 2549 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) {
d8e4de41
PB
2550 exit(1);
2551 }
f9bcb2d6
GA
2552 if (!vga_interface_created && !default_vga &&
2553 vga_interface_type != VGA_NONE) {
2554 warn_report("A -vga option was passed but this machine "
2555 "type does not use that option; "
2556 "No VGA device has been created");
2557 }
d8e4de41
PB
2558}
2559
b4e1a342
PB
2560void qmp_x_exit_preconfig(Error **errp)
2561{
2f181fbd 2562 if (phase_check(PHASE_MACHINE_INITIALIZED)) {
b4e1a342
PB
2563 error_setg(errp, "The command is permitted only before machine initialization");
2564 return;
2565 }
2566
2567 qemu_init_board();
2568 qemu_create_cli_devices();
2569 qemu_machine_creation_done();
2570
2571 if (loadvm) {
f9734d5d 2572 load_snapshot(loadvm, NULL, false, NULL, &error_fatal);
b4e1a342
PB
2573 }
2574 if (replay_mode != REPLAY_MODE_NONE) {
2575 replay_vmstate_init();
2576 }
2577
2578 if (incoming) {
2579 Error *local_err = NULL;
2580 if (strcmp(incoming, "defer") != 0) {
2581 qmp_migrate_incoming(incoming, &local_err);
2582 if (local_err) {
2583 error_reportf_err(local_err, "-incoming %s: ", incoming);
2584 exit(1);
2585 }
2586 }
2587 } else if (autostart) {
2588 qmp_cont(NULL);
2589 }
2590}
2591
7b733862 2592void qemu_init(int argc, char **argv, char **envp)
0824d6fc 2593{
7a84268d 2594 QemuOpts *opts;
d1cdd92e 2595 QemuOpts *icount_opts = NULL, *accel_opts = NULL;
03b0ba70 2596 QemuOptsList *olist;
cd6f1169 2597 int optind;
6530a97b 2598 const char *optarg;
0056ae24 2599 MachineClass *machine_class;
f29a5614 2600 bool userconfig = true;
abfd9ce3 2601 FILE *vmstate_dump_file = NULL;
0b5538c3 2602
4d454574 2603 qemu_add_opts(&qemu_drive_opts);
968854c8
AK
2604 qemu_add_drive_opts(&qemu_legacy_drive_opts);
2605 qemu_add_drive_opts(&qemu_common_drive_opts);
2606 qemu_add_drive_opts(&qemu_drive_opts);
c5f3014b 2607 qemu_add_drive_opts(&bdrv_runtime_opts);
4d454574
PB
2608 qemu_add_opts(&qemu_chardev_opts);
2609 qemu_add_opts(&qemu_device_opts);
2610 qemu_add_opts(&qemu_netdev_opts);
78cd6f7b 2611 qemu_add_opts(&qemu_nic_opts);
4d454574
PB
2612 qemu_add_opts(&qemu_net_opts);
2613 qemu_add_opts(&qemu_rtc_opts);
2614 qemu_add_opts(&qemu_global_opts);
2615 qemu_add_opts(&qemu_mon_opts);
2616 qemu_add_opts(&qemu_trace_opts);
42229a75 2617 qemu_plugin_add_opts();
4d454574 2618 qemu_add_opts(&qemu_option_rom_opts);
8d4e9146 2619 qemu_add_opts(&qemu_accel_opts);
6e1d3c1c 2620 qemu_add_opts(&qemu_mem_opts);
12b7f57e 2621 qemu_add_opts(&qemu_smp_opts);
4d454574 2622 qemu_add_opts(&qemu_boot_opts);
4d454574
PB
2623 qemu_add_opts(&qemu_add_fd_opts);
2624 qemu_add_opts(&qemu_object_opts);
d1a0cf73 2625 qemu_add_opts(&qemu_tpmdev_opts);
1fdd4748 2626 qemu_add_opts(&qemu_overcommit_opts);
5e2ac519 2627 qemu_add_opts(&qemu_msg_opts);
5d12f961 2628 qemu_add_opts(&qemu_name_opts);
0042109a 2629 qemu_add_opts(&qemu_numa_opts);
1ad9580b 2630 qemu_add_opts(&qemu_icount_opts);
a38bb079 2631 qemu_add_opts(&qemu_semihosting_config_opts);
81b2b810 2632 qemu_add_opts(&qemu_fw_cfg_opts);
2a5ad60b 2633 qemu_add_opts(&qemu_action_opts);
34294e2f 2634 module_call_init(MODULE_INIT_OPTS);
4d454574 2635
efd7ab22
PB
2636 error_init(argv[0]);
2637 qemu_init_exec_dir(argv[0]);
142c6b1a 2638
c80cafa0 2639 qemu_init_arch_modules();
5ebbfecc 2640
efd7ab22 2641 qemu_init_subsystems();
41bd639b 2642
292444cb
AL
2643 /* first pass of option parsing */
2644 optind = 1;
2645 while (optind < argc) {
2646 if (argv[optind][0] != '-') {
2647 /* disk image */
28e68d68 2648 optind++;
292444cb
AL
2649 } else {
2650 const QEMUOption *popt;
2651
2652 popt = lookup_opt(argc, argv, &optarg, &optind);
2653 switch (popt->index) {
f29a5614
EH
2654 case QEMU_OPTION_nouserconfig:
2655 userconfig = false;
2656 break;
292444cb
AL
2657 }
2658 }
2659 }
2660
d8fb7d09 2661 machine_opts_dict = qdict_new();
1ea06c39 2662 if (userconfig) {
f7544edc 2663 qemu_read_default_config_file(&error_fatal);
292444cb
AL
2664 }
2665
2666 /* second pass of option parsing */
cd6f1169 2667 optind = 1;
0824d6fc 2668 for(;;) {
cd6f1169 2669 if (optind >= argc)
0824d6fc 2670 break;
6530a97b 2671 if (argv[optind][0] != '-') {
17f30eae 2672 loc_set_cmdline(argv, optind, 1);
d1cdd92e 2673 drive_add(IF_DEFAULT, 0, argv[optind++], HD_OPTS);
cd6f1169
FB
2674 } else {
2675 const QEMUOption *popt;
2676
6530a97b 2677 popt = lookup_opt(argc, argv, &optarg, &optind);
ad96090a 2678 if (!(popt->arch_mask & arch_type)) {
da002526 2679 error_report("Option not supported for this target");
ad96090a
BS
2680 exit(1);
2681 }
cd6f1169 2682 switch(popt->index) {
94fc95cd
JM
2683 case QEMU_OPTION_cpu:
2684 /* hw initialization will check this */
c1c8cfe5 2685 cpu_option = optarg;
94fc95cd 2686 break;
cd6f1169 2687 case QEMU_OPTION_hda:
cd6f1169 2688 case QEMU_OPTION_hdb:
cc1daa40
FB
2689 case QEMU_OPTION_hdc:
2690 case QEMU_OPTION_hdd:
2292ddae
MA
2691 drive_add(IF_DEFAULT, popt->index - QEMU_OPTION_hda, optarg,
2692 HD_OPTS);
fc01f7e7 2693 break;
42e5f393
MA
2694 case QEMU_OPTION_blockdev:
2695 {
2696 Visitor *v;
651af51c 2697 BlockdevOptionsQueueEntry *bdo;
42e5f393 2698
92917cd2
MA
2699 v = qobject_input_visitor_new_str(optarg, "driver",
2700 &error_fatal);
42e5f393 2701
651af51c 2702 bdo = g_new(BlockdevOptionsQueueEntry, 1);
42e5f393
MA
2703 visit_type_BlockdevOptions(v, NULL, &bdo->bdo,
2704 &error_fatal);
2705 visit_free(v);
2706 loc_save(&bdo->loc);
2707 QSIMPLEQ_INSERT_TAIL(&bdo_queue, bdo, entry);
2708 break;
2709 }
e4bcb14c 2710 case QEMU_OPTION_drive:
cc67f28e
EGE
2711 opts = qemu_opts_parse_noisily(qemu_find_opts("drive"),
2712 optarg, false);
2713 if (opts == NULL) {
e2982c3a
MT
2714 exit(1);
2715 }
99efa84d 2716 break;
d058fe03 2717 case QEMU_OPTION_set:
c0d4aa82 2718 qemu_set_option(optarg, &error_fatal);
99efa84d 2719 break;
d0fef6fb
GH
2720 case QEMU_OPTION_global:
2721 if (qemu_global_option(optarg) != 0)
2722 exit(1);
99efa84d 2723 break;
3e3d5815 2724 case QEMU_OPTION_mtdblock:
2292ddae 2725 drive_add(IF_MTD, -1, optarg, MTD_OPTS);
3e3d5815 2726 break;
a1bb27b1 2727 case QEMU_OPTION_sd:
80f4d9fc 2728 drive_add(IF_SD, -1, optarg, SD_OPTS);
a1bb27b1 2729 break;
86f55663 2730 case QEMU_OPTION_pflash:
2292ddae 2731 drive_add(IF_PFLASH, -1, optarg, PFLASH_OPTS);
86f55663 2732 break;
cd6f1169 2733 case QEMU_OPTION_snapshot:
25863975
PD
2734 {
2735 Error *blocker = NULL;
2736 snapshot = 1;
2737 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED,
2738 "-snapshot");
2739 replay_add_blocker(blocker);
2740 }
33e3963e 2741 break;
268a362c 2742 case QEMU_OPTION_numa:
70b94331
MA
2743 opts = qemu_opts_parse_noisily(qemu_find_opts("numa"),
2744 optarg, true);
0042109a
WG
2745 if (!opts) {
2746 exit(1);
2747 }
268a362c 2748 break;
1472a95b 2749 case QEMU_OPTION_display:
e3af9f9a 2750 parse_display(optarg);
1472a95b 2751 break;
cd6f1169 2752 case QEMU_OPTION_nographic:
d8fb7d09 2753 qdict_put_str(machine_opts_dict, "graphics", "off");
cfc58cf3 2754 nographic = true;
0c8d7065 2755 dpy.type = DISPLAY_TYPE_NONE;
a20dd508 2756 break;
a171fe39 2757 case QEMU_OPTION_portrait:
9312805d
VK
2758 graphic_rotate = 90;
2759 break;
2760 case QEMU_OPTION_rotate:
2761 graphic_rotate = strtol(optarg, (char **) &optarg, 10);
2762 if (graphic_rotate != 0 && graphic_rotate != 90 &&
2763 graphic_rotate != 180 && graphic_rotate != 270) {
f61eddcb 2764 error_report("only 90, 180, 270 deg rotation is available");
9312805d
VK
2765 exit(1);
2766 }
a171fe39 2767 break;
cd6f1169 2768 case QEMU_OPTION_kernel:
d8fb7d09 2769 qdict_put_str(machine_opts_dict, "kernel", optarg);
a0abe474
PM
2770 break;
2771 case QEMU_OPTION_initrd:
d8fb7d09 2772 qdict_put_str(machine_opts_dict, "initrd", optarg);
a20dd508 2773 break;
cd6f1169 2774 case QEMU_OPTION_append:
d8fb7d09 2775 qdict_put_str(machine_opts_dict, "append", optarg);
313aa567 2776 break;
412beee6 2777 case QEMU_OPTION_dtb:
d8fb7d09 2778 qdict_put_str(machine_opts_dict, "dtb", optarg);
412beee6 2779 break;
cd6f1169 2780 case QEMU_OPTION_cdrom:
2292ddae 2781 drive_add(IF_DEFAULT, 2, optarg, CDROM_OPTS);
36b486bb 2782 break;
cd6f1169 2783 case QEMU_OPTION_boot:
8c4da4b5 2784 machine_parse_property_opt(qemu_find_opts("boot-opts"), "boot", optarg);
36b486bb 2785 break;
cd6f1169 2786 case QEMU_OPTION_fda:
cd6f1169 2787 case QEMU_OPTION_fdb:
2292ddae
MA
2788 drive_add(IF_FLOPPY, popt->index - QEMU_OPTION_fda,
2789 optarg, FD_OPTS);
c45886db 2790 break;
52ca8d6a
FB
2791 case QEMU_OPTION_no_fd_bootchk:
2792 fd_bootchk = 0;
2793 break;
a1ea458f 2794 case QEMU_OPTION_netdev:
d30300f7 2795 default_net = 0;
3329f07b 2796 if (net_client_parse(qemu_find_opts("netdev"), optarg) == -1) {
a1ea458f
MM
2797 exit(1);
2798 }
2799 break;
78cd6f7b
TH
2800 case QEMU_OPTION_nic:
2801 default_net = 0;
2802 if (net_client_parse(qemu_find_opts("nic"), optarg) == -1) {
2803 exit(1);
2804 }
2805 break;
7c9d8e07 2806 case QEMU_OPTION_net:
d30300f7 2807 default_net = 0;
3329f07b 2808 if (net_client_parse(qemu_find_opts("net"), optarg) == -1) {
c4b1fcc0
FB
2809 exit(1);
2810 }
702c651c 2811 break;
f9dadc98
RS
2812#ifdef CONFIG_LIBISCSI
2813 case QEMU_OPTION_iscsi:
70b94331
MA
2814 opts = qemu_opts_parse_noisily(qemu_find_opts("iscsi"),
2815 optarg, false);
f9dadc98
RS
2816 if (!opts) {
2817 exit(1);
2818 }
2819 break;
c7f74643 2820#endif
1d14ffa9 2821 case QEMU_OPTION_audio_help:
71830221 2822 audio_legacy_help();
1d14ffa9
FB
2823 exit (0);
2824 break;
71830221
KZ
2825 case QEMU_OPTION_audiodev:
2826 audio_parse_option(optarg);
2827 break;
039a6837
PB
2828 case QEMU_OPTION_audio: {
2829 QDict *dict = keyval_parse(optarg, "driver", NULL, &error_fatal);
2830 char *model;
2831 Audiodev *dev = NULL;
2832 Visitor *v;
2833
2834 if (!qdict_haskey(dict, "id")) {
2835 qdict_put_str(dict, "id", "audiodev0");
2836 }
2837 if (!qdict_haskey(dict, "model")) {
2838 error_setg(&error_fatal, "Parameter 'model' is missing");
2839 }
2840 model = g_strdup(qdict_get_str(dict, "model"));
2841 qdict_del(dict, "model");
2842 if (is_help_option(model)) {
67aaa96a
PB
2843 show_valid_soundhw();
2844 exit(0);
2845 }
039a6837
PB
2846 v = qobject_input_visitor_new_keyval(QOBJECT(dict));
2847 qobject_unref(dict);
2848 visit_type_Audiodev(v, NULL, &dev, &error_fatal);
2849 visit_free(v);
2850 audio_define(dev);
2851 select_soundhw(model, dev->id);
2852 g_free(model);
1d14ffa9 2853 break;
039a6837 2854 }
cd6f1169 2855 case QEMU_OPTION_h:
15f82208 2856 help(0);
cd6f1169 2857 break;
9bd7e6d9
PB
2858 case QEMU_OPTION_version:
2859 version();
2860 exit(0);
2861 break;
3b9985e9 2862 case QEMU_OPTION_m:
ce9d03fb 2863 parse_memory_options(optarg);
cd6f1169 2864 break;
d1a0cf73
SB
2865#ifdef CONFIG_TPM
2866 case QEMU_OPTION_tpmdev:
2867 if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg) < 0) {
2868 exit(1);
2869 }
2870 break;
2871#endif
c902760f
MT
2872 case QEMU_OPTION_mempath:
2873 mem_path = optarg;
2874 break;
c902760f
MT
2875 case QEMU_OPTION_mem_prealloc:
2876 mem_prealloc = 1;
2877 break;
cd6f1169 2878 case QEMU_OPTION_d:
c235d738
MF
2879 log_mask = optarg;
2880 break;
2881 case QEMU_OPTION_D:
2882 log_file = optarg;
cd6f1169 2883 break;
3514552e 2884 case QEMU_OPTION_DFILTER:
bd6fee9f 2885 qemu_set_dfilter_ranges(optarg, &error_fatal);
3514552e 2886 break;
9c09a251
RH
2887 case QEMU_OPTION_seed:
2888 qemu_guest_random_seed_main(optarg, &error_fatal);
2889 break;
cd6f1169 2890 case QEMU_OPTION_s:
ef0c4a0d 2891 add_device_config(DEV_GDB, "tcp::" DEFAULT_GDBSTUB_PORT);
cd6f1169 2892 break;
59030a8c 2893 case QEMU_OPTION_gdb:
ef0c4a0d 2894 add_device_config(DEV_GDB, optarg);
cd6f1169 2895 break;
cd6f1169 2896 case QEMU_OPTION_L:
37146e7e
RJ
2897 if (is_help_option(optarg)) {
2898 list_data_dirs = true;
2a1cce90 2899 } else {
ea1edcd7 2900 qemu_add_data_dir(g_strdup(optarg));
4524051c 2901 }
cd6f1169 2902 break;
1192dad8 2903 case QEMU_OPTION_bios:
d8fb7d09 2904 qdict_put_str(machine_opts_dict, "firmware", optarg);
1192dad8 2905 break;
1b530a6d
AJ
2906 case QEMU_OPTION_singlestep:
2907 singlestep = 1;
2908 break;
cd6f1169 2909 case QEMU_OPTION_S:
3c07f8e8 2910 autostart = 0;
cd6f1169 2911 break;
99efa84d
MA
2912 case QEMU_OPTION_k:
2913 keyboard_layout = optarg;
2914 break;
3893c124 2915 case QEMU_OPTION_vga:
a369da5f 2916 vga_model = optarg;
7f1b17f2 2917 default_vga = 0;
1bfe856e 2918 break;
e9b137c2
FB
2919 case QEMU_OPTION_g:
2920 {
2921 const char *p;
2922 int w, h, depth;
2923 p = optarg;
2924 w = strtol(p, (char **)&p, 10);
2925 if (w <= 0) {
2926 graphic_error:
f61eddcb 2927 error_report("invalid resolution or depth");
e9b137c2
FB
2928 exit(1);
2929 }
2930 if (*p != 'x')
2931 goto graphic_error;
2932 p++;
2933 h = strtol(p, (char **)&p, 10);
2934 if (h <= 0)
2935 goto graphic_error;
2936 if (*p == 'x') {
2937 p++;
2938 depth = strtol(p, (char **)&p, 10);
8ac919a0
LV
2939 if (depth != 1 && depth != 2 && depth != 4 &&
2940 depth != 8 && depth != 15 && depth != 16 &&
e9b137c2
FB
2941 depth != 24 && depth != 32)
2942 goto graphic_error;
2943 } else if (*p == '\0') {
2944 depth = graphic_depth;
2945 } else {
2946 goto graphic_error;
2947 }
3b46e624 2948
e9b137c2
FB
2949 graphic_width = w;
2950 graphic_height = h;
2951 graphic_depth = depth;
2952 }
2953 break;
20d8a3ed
TS
2954 case QEMU_OPTION_echr:
2955 {
2956 char *r;
2957 term_escape_char = strtol(optarg, &r, 0);
2958 if (r == optarg)
2959 printf("Bad argument to echr\n");
2960 break;
2961 }
82c643ff 2962 case QEMU_OPTION_monitor:
6ca5582d 2963 default_monitor = 0;
70e098af 2964 if (strncmp(optarg, "none", 4)) {
4821cd4c 2965 monitor_parse(optarg, "readline", false);
70e098af 2966 }
6ca5582d
GH
2967 break;
2968 case QEMU_OPTION_qmp:
4821cd4c
HR
2969 monitor_parse(optarg, "control", false);
2970 default_monitor = 0;
2971 break;
2972 case QEMU_OPTION_qmp_pretty:
2973 monitor_parse(optarg, "control", true);
2d114dc1 2974 default_monitor = 0;
82c643ff 2975 break;
22a0e04b 2976 case QEMU_OPTION_mon:
70b94331
MA
2977 opts = qemu_opts_parse_noisily(qemu_find_opts("mon"), optarg,
2978 true);
22a0e04b 2979 if (!opts) {
22a0e04b
GH
2980 exit(1);
2981 }
2d114dc1 2982 default_monitor = 0;
22a0e04b 2983 break;
191bc01b 2984 case QEMU_OPTION_chardev:
70b94331
MA
2985 opts = qemu_opts_parse_noisily(qemu_find_opts("chardev"),
2986 optarg, true);
191bc01b 2987 if (!opts) {
191bc01b
GH
2988 exit(1);
2989 }
191bc01b 2990 break;
74db920c 2991 case QEMU_OPTION_fsdev:
03b0ba70
GH
2992 olist = qemu_find_opts("fsdev");
2993 if (!olist) {
5dfdae81 2994 error_report("fsdev support is disabled");
03b0ba70
GH
2995 exit(1);
2996 }
70b94331 2997 opts = qemu_opts_parse_noisily(olist, optarg, true);
74db920c 2998 if (!opts) {
74db920c
GS
2999 exit(1);
3000 }
3001 break;
3d54abc7 3002 case QEMU_OPTION_virtfs: {
e14ea479
SH
3003 QemuOpts *fsdev;
3004 QemuOpts *device;
1a6ed33c
AM
3005 const char *writeout, *sock_fd, *socket, *path, *security_model,
3006 *multidevs;
3d54abc7 3007
03b0ba70
GH
3008 olist = qemu_find_opts("virtfs");
3009 if (!olist) {
5dfdae81 3010 error_report("virtfs support is disabled");
03b0ba70
GH
3011 exit(1);
3012 }
70b94331 3013 opts = qemu_opts_parse_noisily(olist, optarg, true);
3d54abc7 3014 if (!opts) {
3d54abc7
GS
3015 exit(1);
3016 }
3017
fbcbf101 3018 if (qemu_opt_get(opts, "fsdriver") == NULL ||
99519f0a 3019 qemu_opt_get(opts, "mount_tag") == NULL) {
8afb9000 3020 error_report("Usage: -virtfs fsdriver,mount_tag=tag");
9ce56db6
VJ
3021 exit(1);
3022 }
e14ea479 3023 fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
3baa0a6a 3024 qemu_opts_id(opts) ?:
8be7e7e4
LC
3025 qemu_opt_get(opts, "mount_tag"),
3026 1, NULL);
e14ea479 3027 if (!fsdev) {
3baa0a6a 3028 error_report("duplicate or invalid fsdev id: %s",
f61eddcb 3029 qemu_opt_get(opts, "mount_tag"));
3d54abc7
GS
3030 exit(1);
3031 }
d3ab98e6
AK
3032
3033 writeout = qemu_opt_get(opts, "writeout");
3034 if (writeout) {
3035#ifdef CONFIG_SYNC_FILE_RANGE
f43e47db 3036 qemu_opt_set(fsdev, "writeout", writeout, &error_abort);
d3ab98e6 3037#else
f61eddcb
EH
3038 error_report("writeout=immediate not supported "
3039 "on this platform");
d3ab98e6
AK
3040 exit(1);
3041#endif
3042 }
f43e47db
MA
3043 qemu_opt_set(fsdev, "fsdriver",
3044 qemu_opt_get(opts, "fsdriver"), &error_abort);
32b69436
GK
3045 path = qemu_opt_get(opts, "path");
3046 if (path) {
3047 qemu_opt_set(fsdev, "path", path, &error_abort);
3048 }
3049 security_model = qemu_opt_get(opts, "security_model");
3050 if (security_model) {
3051 qemu_opt_set(fsdev, "security_model", security_model,
3052 &error_abort);
3053 }
84a87cc4
MK
3054 socket = qemu_opt_get(opts, "socket");
3055 if (socket) {
f43e47db 3056 qemu_opt_set(fsdev, "socket", socket, &error_abort);
84a87cc4 3057 }
4c793dda
MK
3058 sock_fd = qemu_opt_get(opts, "sock_fd");
3059 if (sock_fd) {
f43e47db 3060 qemu_opt_set(fsdev, "sock_fd", sock_fd, &error_abort);
4c793dda 3061 }
e14ea479 3062
2c74c2cb 3063 qemu_opt_set_bool(fsdev, "readonly",
cccb7967
MA
3064 qemu_opt_get_bool(opts, "readonly", 0),
3065 &error_abort);
1a6ed33c
AM
3066 multidevs = qemu_opt_get(opts, "multidevs");
3067 if (multidevs) {
3068 qemu_opt_set(fsdev, "multidevs", multidevs, &error_abort);
3069 }
87ea75d5
PC
3070 device = qemu_opts_create(qemu_find_opts("device"), NULL, 0,
3071 &error_abort);
f43e47db 3072 qemu_opt_set(device, "driver", "virtio-9p-pci", &error_abort);
e14ea479 3073 qemu_opt_set(device, "fsdev",
3baa0a6a 3074 qemu_opts_id(fsdev), &error_abort);
e14ea479 3075 qemu_opt_set(device, "mount_tag",
f43e47db 3076 qemu_opt_get(opts, "mount_tag"), &error_abort);
3d54abc7
GS
3077 break;
3078 }
82c643ff 3079 case QEMU_OPTION_serial:
998bbd74
GH
3080 add_device_config(DEV_SERIAL, optarg);
3081 default_serial = 0;
18141ed6
JK
3082 if (strncmp(optarg, "mon:", 4) == 0) {
3083 default_monitor = 0;
3084 }
82c643ff 3085 break;
9dd986cc 3086 case QEMU_OPTION_watchdog:
09aaa160 3087 if (watchdog) {
f61eddcb 3088 error_report("only one watchdog option may be given");
7b733862 3089 exit(1);
09aaa160 3090 }
d12b64ea 3091 warn_report("-watchdog is deprecated; use -device instead.");
09aaa160 3092 watchdog = optarg;
9dd986cc 3093 break;
2a5ad60b
AJ
3094 case QEMU_OPTION_action:
3095 olist = qemu_find_opts("action");
3096 if (!qemu_opts_parse_noisily(olist, optarg, false)) {
3097 exit(1);
3098 }
3099 break;
22afb46e
PB
3100 case QEMU_OPTION_watchdog_action: {
3101 QemuOpts *opts;
3102 opts = qemu_opts_create(qemu_find_opts("action"), NULL, 0, &error_abort);
3103 qemu_opt_set(opts, "watchdog", optarg, &error_abort);
9dd986cc 3104 break;
22afb46e 3105 }
6508fe59 3106 case QEMU_OPTION_parallel:
6a5e8b0e
GH
3107 add_device_config(DEV_PARALLEL, optarg);
3108 default_parallel = 0;
18141ed6
JK
3109 if (strncmp(optarg, "mon:", 4) == 0) {
3110 default_monitor = 0;
3111 }
6508fe59 3112 break;
c9f398e5
PA
3113 case QEMU_OPTION_debugcon:
3114 add_device_config(DEV_DEBUGCON, optarg);
3115 break;
99efa84d
MA
3116 case QEMU_OPTION_loadvm:
3117 loadvm = optarg;
3118 break;
d63d307f 3119 case QEMU_OPTION_full_screen:
0c8d7065
GH
3120 dpy.has_full_screen = true;
3121 dpy.full_screen = true;
d63d307f 3122 break;
f7cce898 3123 case QEMU_OPTION_pidfile:
93815bc2 3124 pid_file = optarg;
f7cce898 3125 break;
a09db21f
FB
3126 case QEMU_OPTION_win2k_hack:
3127 win2k_install_hack = 1;
3128 break;
8a92ea2f 3129 case QEMU_OPTION_acpitable:
70b94331
MA
3130 opts = qemu_opts_parse_noisily(qemu_find_opts("acpi"),
3131 optarg, true);
f46e720a
LE
3132 if (!opts) {
3133 exit(1);
3134 }
9f57061c 3135 acpi_table_add(opts, &error_fatal);
8a92ea2f 3136 break;
b6f6e3d3 3137 case QEMU_OPTION_smbios:
70b94331
MA
3138 opts = qemu_opts_parse_noisily(qemu_find_opts("smbios"),
3139 optarg, false);
f46e720a
LE
3140 if (!opts) {
3141 exit(1);
3142 }
1007a37e 3143 smbios_entry_add(opts, &error_fatal);
b6f6e3d3 3144 break;
81b2b810 3145 case QEMU_OPTION_fwcfg:
70b94331
MA
3146 opts = qemu_opts_parse_noisily(qemu_find_opts("fw_cfg"),
3147 optarg, true);
81b2b810
GS
3148 if (opts == NULL) {
3149 exit(1);
3150 }
3151 break;
047f7038 3152 case QEMU_OPTION_preconfig:
7691bdef 3153 preconfig_requested = true;
047f7038 3154 break;
7ba1e619 3155 case QEMU_OPTION_enable_kvm:
d8fb7d09 3156 qdict_put_str(machine_opts_dict, "accel", "kvm");
303d4e86 3157 break;
364c3e6b 3158 case QEMU_OPTION_M:
303d4e86 3159 case QEMU_OPTION_machine:
d8fb7d09
PB
3160 {
3161 bool help;
3162
3163 keyval_parse_into(machine_opts_dict, optarg, "type", &help, &error_fatal);
3164 if (help) {
3165 machine_help_func(machine_opts_dict);
3166 exit(EXIT_SUCCESS);
3167 }
3168 break;
303d4e86 3169 }
a20fa79f 3170 case QEMU_OPTION_accel:
8d4e9146
FK
3171 accel_opts = qemu_opts_parse_noisily(qemu_find_opts("accel"),
3172 optarg, true);
3173 optarg = qemu_opt_get(accel_opts, "accel");
bde4d920 3174 if (!optarg || is_help_option(optarg)) {
cbe6d636
WSM
3175 printf("Accelerators supported in QEMU binary:\n");
3176 GSList *el, *accel_list = object_class_get_list(TYPE_ACCEL,
3177 false);
3178 for (el = accel_list; el; el = el->next) {
3179 gchar *typename = g_strdup(object_class_get_name(
3180 OBJECT_CLASS(el->data)));
3181 /* omit qtest which is used for tests only */
3182 if (g_strcmp0(typename, ACCEL_CLASS_NAME("qtest")) &&
3183 g_str_has_suffix(typename, ACCEL_CLASS_SUFFIX)) {
3184 gchar **optname = g_strsplit(typename,
3185 ACCEL_CLASS_SUFFIX, 0);
3186 printf("%s\n", optname[0]);
4903602e 3187 g_strfreev(optname);
cbe6d636
WSM
3188 }
3189 g_free(typename);
3190 }
3191 g_slist_free(accel_list);
a20fa79f 3192 exit(0);
8d4e9146
FK
3193 }
3194 break;
bb36d470 3195 case QEMU_OPTION_usb:
d8fb7d09 3196 qdict_put_str(machine_opts_dict, "usb", "on");
bb36d470 3197 break;
a594cfbf 3198 case QEMU_OPTION_usbdevice:
d8fb7d09 3199 qdict_put_str(machine_opts_dict, "usb", "on");
bd3c948d
GH
3200 add_device_config(DEV_USB, optarg);
3201 break;
3202 case QEMU_OPTION_device:
5dacda51
KW
3203 if (optarg[0] == '{') {
3204 QObject *obj = qobject_from_json(optarg, &error_fatal);
3205 DeviceOption *opt = g_new0(DeviceOption, 1);
3206 opt->opts = qobject_to(QDict, obj);
3207 loc_save(&opt->loc);
3208 assert(opt->opts != NULL);
3209 QTAILQ_INSERT_TAIL(&device_opts, opt, next);
3210 } else {
3211 if (!qemu_opts_parse_noisily(qemu_find_opts("device"),
3212 optarg, true)) {
3213 exit(1);
3214 }
f31d07d1 3215 }
a594cfbf 3216 break;
6a00d601 3217 case QEMU_OPTION_smp:
f9dfae9c
MA
3218 machine_parse_property_opt(qemu_find_opts("smp-opts"),
3219 "smp", optarg);
6a00d601 3220 break;
99efa84d 3221 case QEMU_OPTION_vnc:
653c9747 3222 vnc_parse(optarg);
821601ea 3223 break;
6515b203 3224 case QEMU_OPTION_no_acpi:
d8fb7d09 3225 qdict_put_str(machine_opts_dict, "acpi", "off");
6515b203 3226 break;
16b29ae1 3227 case QEMU_OPTION_no_hpet:
d8fb7d09 3228 qdict_put_str(machine_opts_dict, "hpet", "off");
16b29ae1 3229 break;
d1beab82 3230 case QEMU_OPTION_no_reboot:
2a5ad60b
AJ
3231 olist = qemu_find_opts("action");
3232 qemu_opts_parse_noisily(olist, "reboot=shutdown", false);
d1beab82 3233 break;
b2f76161 3234 case QEMU_OPTION_no_shutdown:
2a5ad60b 3235 olist = qemu_find_opts("action");
c27025e0 3236 qemu_opts_parse_noisily(olist, "shutdown=pause", false);
b2f76161 3237 break;
8fcb1b90 3238 case QEMU_OPTION_uuid:
9c5ce8db 3239 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
4cd70f34 3240 error_report("failed to parse UUID string: wrong format");
8fcb1b90
BS
3241 exit(1);
3242 }
fc3b3295 3243 qemu_uuid_set = true;
8fcb1b90 3244 break;
99efa84d
MA
3245 case QEMU_OPTION_option_rom:
3246 if (nb_option_roms >= MAX_OPTION_ROMS) {
3e515373 3247 error_report("too many option ROMs");
99efa84d
MA
3248 exit(1);
3249 }
70b94331
MA
3250 opts = qemu_opts_parse_noisily(qemu_find_opts("option-rom"),
3251 optarg, true);
49295ebc
MA
3252 if (!opts) {
3253 exit(1);
3254 }
2e55e842
GN
3255 option_rom[nb_option_roms].name = qemu_opt_get(opts, "romfile");
3256 option_rom[nb_option_roms].bootindex =
3257 qemu_opt_get_number(opts, "bootindex", -1);
3258 if (!option_rom[nb_option_roms].name) {
f61eddcb 3259 error_report("Option ROM file is not specified");
2e55e842
GN
3260 exit(1);
3261 }
99efa84d
MA
3262 nb_option_roms++;
3263 break;
8e71621f 3264 case QEMU_OPTION_semihosting:
f1672e6f 3265 qemu_semihosting_enable();
a38bb079
LI
3266 break;
3267 case QEMU_OPTION_semihosting_config:
f1672e6f 3268 if (qemu_semihosting_config_options(optarg) != 0) {
a38bb079
LI
3269 exit(1);
3270 }
8e71621f 3271 break;
c35734b2 3272 case QEMU_OPTION_name:
70b94331
MA
3273 opts = qemu_opts_parse_noisily(qemu_find_opts("name"),
3274 optarg, true);
5d12f961
DDAG
3275 if (!opts) {
3276 exit(1);
3277 }
2880ffb0
MS
3278 /* Capture guest name if -msg guest-name is used later */
3279 error_guest_name = qemu_opt_get(opts, "guest");
c35734b2 3280 break;
66508601
BS
3281 case QEMU_OPTION_prom_env:
3282 if (nb_prom_envs >= MAX_PROM_ENVS) {
3e515373 3283 error_report("too many prom variables");
66508601
BS
3284 exit(1);
3285 }
3286 prom_envs[nb_prom_envs] = optarg;
3287 nb_prom_envs++;
3288 break;
2b8f2d41
AZ
3289 case QEMU_OPTION_old_param:
3290 old_param = 1;
05ebd537 3291 break;
1ed2fc1f 3292 case QEMU_OPTION_rtc:
70b94331
MA
3293 opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg,
3294 false);
1ed2fc1f 3295 if (!opts) {
1ed2fc1f 3296 exit(1);
7e0af5d0
FB
3297 }
3298 break;
2e70f6ef 3299 case QEMU_OPTION_icount:
70b94331
MA
3300 icount_opts = qemu_opts_parse_noisily(qemu_find_opts("icount"),
3301 optarg, true);
1ad9580b
ST
3302 if (!icount_opts) {
3303 exit(1);
3304 }
2e70f6ef 3305 break;
5bb7910a 3306 case QEMU_OPTION_incoming:
7c76235a
DDAG
3307 if (!incoming) {
3308 runstate_set(RUN_STATE_INMIGRATE);
3309 }
5bb7910a
AL
3310 incoming = optarg;
3311 break;
d15c05fc 3312 case QEMU_OPTION_only_migratable:
811f8652 3313 only_migratable = 1;
d15c05fc 3314 break;
d8c208dd 3315 case QEMU_OPTION_nodefaults:
d44229c5 3316 has_defaults = 0;
d8c208dd 3317 break;
e37630ca 3318 case QEMU_OPTION_xen_domid:
6773fbf8 3319 if (!(accel_find("xen"))) {
da002526 3320 error_report("Option not supported for this target");
ad96090a
BS
3321 exit(1);
3322 }
e37630ca
AL
3323 xen_domid = atoi(optarg);
3324 break;
e37630ca 3325 case QEMU_OPTION_xen_attach:
6773fbf8 3326 if (!(accel_find("xen"))) {
da002526 3327 error_report("Option not supported for this target");
ad96090a
BS
3328 exit(1);
3329 }
e37630ca
AL
3330 xen_mode = XEN_ATTACH;
3331 break;
1c599472 3332 case QEMU_OPTION_xen_domid_restrict:
6773fbf8 3333 if (!(accel_find("xen"))) {
1c599472
PD
3334 error_report("Option not supported for this target");
3335 exit(1);
3336 }
3337 xen_domid_restrict = true;
3338 break;
ab6540d5 3339 case QEMU_OPTION_trace:
92eecfff 3340 trace_opt_parse(optarg);
ab6540d5 3341 break;
42229a75
LV
3342 case QEMU_OPTION_plugin:
3343 qemu_plugin_opt_parse(optarg, &plugin_list);
3344 break;
715a664a 3345 case QEMU_OPTION_readconfig:
c0d4aa82 3346 qemu_read_config_file(optarg, qemu_parse_config_group, &error_fatal);
f7544edc 3347 break;
5324e3e9 3348#ifdef CONFIG_SPICE
29b0040b 3349 case QEMU_OPTION_spice:
9ed345a1 3350 olist = qemu_find_opts_err("spice", NULL);
29b0040b 3351 if (!olist) {
5dfdae81 3352 error_report("spice support is disabled");
29b0040b
GH
3353 exit(1);
3354 }
70b94331 3355 opts = qemu_opts_parse_noisily(olist, optarg, false);
29b0040b 3356 if (!opts) {
29b0040b
GH
3357 exit(1);
3358 }
f963e4d0 3359 display_remote++;
29b0040b 3360 break;
5324e3e9 3361#endif
c7f0f3b1
AL
3362 case QEMU_OPTION_qtest:
3363 qtest_chrdev = optarg;
3364 break;
3365 case QEMU_OPTION_qtest_log:
3366 qtest_log = optarg;
3367 break;
7d76ad4f 3368 case QEMU_OPTION_sandbox:
2bb814a4
MAL
3369 olist = qemu_find_opts("sandbox");
3370 if (!olist) {
3371#ifndef CONFIG_SECCOMP
3372 error_report("-sandbox support is not enabled "
3373 "in this QEMU binary");
3374#endif
3375 exit(1);
3376 }
3377
3378 opts = qemu_opts_parse_noisily(olist, optarg, true);
7d76ad4f 3379 if (!opts) {
49295ebc 3380 exit(1);
7d76ad4f
EO
3381 }
3382 break;
587ed6be
CB
3383 case QEMU_OPTION_add_fd:
3384#ifndef _WIN32
70b94331
MA
3385 opts = qemu_opts_parse_noisily(qemu_find_opts("add-fd"),
3386 optarg, false);
587ed6be 3387 if (!opts) {
49295ebc 3388 exit(1);
587ed6be
CB
3389 }
3390#else
3391 error_report("File descriptor passing is disabled on this "
3392 "platform");
3393 exit(1);
3394#endif
3395 break;
68d98d3e 3396 case QEMU_OPTION_object:
bc2f4fcb 3397 object_option_parse(optarg);
68d98d3e 3398 break;
6f131f13
MT
3399 case QEMU_OPTION_overcommit:
3400 opts = qemu_opts_parse_noisily(qemu_find_opts("overcommit"),
3401 optarg, false);
3402 if (!opts) {
3403 exit(1);
3404 }
c8c9dc42 3405 enable_mlock = qemu_opt_get_bool(opts, "mem-lock", false);
6f131f13 3406 enable_cpu_pm = qemu_opt_get_bool(opts, "cpu-pm", false);
888a6bc6 3407 break;
6dd75472
MA
3408 case QEMU_OPTION_compat:
3409 {
3410 CompatPolicy *opts;
3411 Visitor *v;
3412
3413 v = qobject_input_visitor_new_str(optarg, NULL,
3414 &error_fatal);
3415
3416 visit_type_CompatPolicy(v, NULL, &opts, &error_fatal);
3417 QAPI_CLONE_MEMBERS(CompatPolicy, &compat_policy, opts);
3418
3419 qapi_free_CompatPolicy(opts);
3420 visit_free(v);
3421 break;
3422 }
5e2ac519 3423 case QEMU_OPTION_msg:
70b94331
MA
3424 opts = qemu_opts_parse_noisily(qemu_find_opts("msg"), optarg,
3425 false);
5e2ac519
SA
3426 if (!opts) {
3427 exit(1);
3428 }
3429 configure_msg(opts);
3430 break;
abfd9ce3 3431 case QEMU_OPTION_dump_vmstate:
522abf69 3432 if (vmstate_dump_file) {
f61eddcb
EH
3433 error_report("only one '-dump-vmstate' "
3434 "option may be given");
522abf69
GA
3435 exit(1);
3436 }
abfd9ce3
AS
3437 vmstate_dump_file = fopen(optarg, "w");
3438 if (vmstate_dump_file == NULL) {
f61eddcb 3439 error_report("open %s: %s", optarg, strerror(errno));
abfd9ce3
AS
3440 exit(1);
3441 }
12df189d
EC
3442 break;
3443 case QEMU_OPTION_enable_sync_profile:
3444 qsp_enable();
abfd9ce3 3445 break;
aec0d0e1
MP
3446 case QEMU_OPTION_nouserconfig:
3447 /* Nothing to be parsed here. Especially, do not error out below. */
3448 break;
59a5264b 3449 default:
1217d6ca
TH
3450 if (os_parse_cmd_args(popt->index, optarg)) {
3451 error_report("Option not supported in this build");
3452 exit(1);
3453 }
cd6f1169 3454 }
0824d6fc
FB
3455 }
3456 }
43fa1e0b
EH
3457 /*
3458 * Clear error location left behind by the loop.
3459 * Best done right after the loop. Do not insert code here!
3460 */
3461 loc_set_none();
364c3e6b 3462
d8fb7d09 3463 qemu_validate_options(machine_opts_dict);
4d2c17b0 3464 qemu_process_sugar_options();
58c91595 3465
3df261b6 3466 /*
0546c060
PB
3467 * These options affect everything else and should be processed
3468 * before daemonizing.
3df261b6 3469 */
0546c060 3470 qemu_process_early_options();
3df261b6 3471
0546c060
PB
3472 qemu_process_help_options();
3473 qemu_maybe_daemonize(pid_file);
3474
10b6ee16
DHB
3475 /*
3476 * The trace backend must be initialized after daemonizing.
3477 * trace_init_backends() will call st_init(), which will create the
3478 * trace thread in the parent, and also register st_flush_trace_buffer()
3479 * in atexit(). This function will force the parent to wait for the
3480 * writeout thread to finish, which will not occur, and the parent
3481 * process will be left in the host.
3482 */
3483 if (!trace_init_backends()) {
3484 exit(1);
3485 }
3486 trace_init_file();
3487
efd7ab22
PB
3488 qemu_init_main_loop(&error_fatal);
3489 cpu_timers_init();
3df261b6 3490
fc4a4734 3491 user_register_global_props();
4c27b859
PD
3492 replay_configure(icount_opts);
3493
eb6a5209
AP
3494 configure_rtc(qemu_find_opts_singleton("rtc"));
3495
d8fb7d09 3496 qemu_create_machine(machine_opts_dict);
67b724e6 3497
5a1ee607
PB
3498 suspend_mux_open();
3499
f650266b
PB
3500 qemu_disable_default_devices();
3501 qemu_create_default_devices();
64418657 3502 qemu_create_early_backends();
cda4aa9a 3503
d8fb7d09
PB
3504 qemu_apply_legacy_machine_options(machine_opts_dict);
3505 qemu_apply_machine_options(machine_opts_dict);
3506 qobject_unref(machine_opts_dict);
2f181fbd 3507 phase_advance(PHASE_MACHINE_CREATED);
6b1b1440 3508
0427b625
MA
3509 /*
3510 * Note: uses machine properties such as kernel-irqchip, must run
d8fb7d09 3511 * after qemu_apply_machine_options.
0427b625 3512 */
28a09617 3513 configure_accelerators(argv[0]);
2f181fbd 3514 phase_advance(PHASE_ACCEL_CREATED);
214910a7 3515
0427b625
MA
3516 /*
3517 * Beware, QOM objects created before this point miss global and
3518 * compat properties.
3519 *
3520 * Global properties get set up by qdev_prop_register_global(),
3521 * called from user_register_global_props(), and certain option
3522 * desugaring. Also in CPU feature desugaring (buried in
c1c8cfe5 3523 * parse_cpu_option()), which happens below this point, but may
0427b625 3524 * only target the CPU type, which can only be created after
c1c8cfe5 3525 * parse_cpu_option() returned the type.
0427b625
MA
3526 *
3527 * Machine compat properties: object_set_machine_compat_props().
3528 * Accelerator compat props: object_set_accelerator_compat_props(),
b86f59c7 3529 * called from do_configure_accelerator().
0427b625
MA
3530 */
3531
f5c9fcb8 3532 machine_class = MACHINE_GET_CLASS(current_machine);
08fe6824 3533 if (!qtest_enabled() && machine_class->deprecation_reason) {
7adb75d6 3534 warn_report("Machine type '%s' is deprecated: %s",
08fe6824
TH
3535 machine_class->name, machine_class->deprecation_reason);
3536 }
3537
2fa23277 3538 /*
0427b625
MA
3539 * Note: creates a QOM object, must run only after global and
3540 * compat properties have been set up.
2fa23277
MA
3541 */
3542 migration_object_init();
3543
07a91b1a 3544 qemu_create_late_backends();
619985e9 3545
6063d4c0 3546 /* parse features once if machine provides default cpu_type */
2278b939 3547 current_machine->cpu_type = machine_class->default_cpu_type;
c1c8cfe5
EH
3548 if (cpu_option) {
3549 current_machine->cpu_type = parse_cpu_option(cpu_option);
6063d4c0 3550 }
b86f59c7 3551 /* NB: for machine none cpu_type could STILL be NULL here! */
a1b18df9 3552
b24986e7 3553 qemu_resolve_machine_memdev();
d342eb76 3554 parse_numa_opts(current_machine);
6063d4c0 3555
abfd9ce3
AS
3556 if (vmstate_dump_file) {
3557 /* dump and exit */
4067691a 3558 module_load_qom_all();
abfd9ce3 3559 dump_vmstate_json_to_file(vmstate_dump_file);
7b733862 3560 exit(0);
abfd9ce3 3561 }
ffd843bc 3562
b4e1a342
PB
3563 if (!preconfig_requested) {
3564 qmp_x_exit_preconfig(&error_fatal);
3565 }
facf7c60 3566 qemu_init_displays();
7a64c17f 3567 accel_setup_post(current_machine);
eb505be1 3568 os_setup_post();
5a1ee607 3569 resume_mux_open();
7b733862 3570}