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