]> git.proxmox.com Git - mirror_qemu.git/blame - softmmu/vl.c
qom: Put name parameter before value / visitor parameter
[mirror_qemu.git] / softmmu / vl.c
CommitLineData
0824d6fc 1/*
80cabfad 2 * QEMU System Emulator
5fafdf24 3 *
68d0f70e 4 * Copyright (c) 2003-2008 Fabrice Bellard
5fafdf24 5 *
1df912cf
FB
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 * THE SOFTWARE.
0824d6fc 23 */
e688df6b 24
d38ea87a 25#include "qemu/osdep.h"
a8d25326 26#include "qemu-common.h"
3dc54b0e 27#include "qemu/units.h"
fe48442f 28#include "hw/boards.h"
a27bd6c7 29#include "hw/qdev-properties.h"
e688df6b 30#include "qapi/error.h"
67a1de0d 31#include "qemu-version.h"
f348b6d1
VB
32#include "qemu/cutils.h"
33#include "qemu/help_option.h"
cea25275 34#include "qemu/uuid.h"
71e8a915 35#include "sysemu/reset.h"
54d31236 36#include "sysemu/runstate.h"
9c17d615 37#include "sysemu/seccomp.h"
14a48c1d 38#include "sysemu/tcg.h"
da278d58 39#include "sysemu/xen.h"
452dfbef 40
d49b6836 41#include "qemu/error-report.h"
c8897e8e 42#include "qemu/sockets.h"
a1a9cb0c 43#include "sysemu/accel.h"
511d2b14 44#include "hw/usb.h"
0d09e41a 45#include "hw/isa/isa.h"
fb8b660e 46#include "hw/scsi/scsi.h"
866e2b37 47#include "hw/display/vga.h"
0d09e41a 48#include "sysemu/watchdog.h"
a2eb5c0c 49#include "hw/firmware/smbios.h"
9f57061c 50#include "hw/acpi/acpi.h"
0d09e41a 51#include "hw/xen/xen.h"
45a50b16 52#include "hw/loader.h"
b4a42f81 53#include "monitor/qdev.h"
1422e32d 54#include "net/net.h"
68ac40d2 55#include "net/slirp.h"
83c9089e 56#include "monitor/monitor.h"
28ecbaee 57#include "ui/console.h"
e0d2bd51 58#include "ui/input.h"
9c17d615 59#include "sysemu/sysemu.h"
e35704ba 60#include "sysemu/numa.h"
900c0ba3 61#include "sysemu/hostmem.h"
022c62cb 62#include "exec/gdbstub.h"
1de7afc9 63#include "qemu/timer.h"
8228e353 64#include "chardev/char.h"
b33276a7 65#include "qemu/bitmap.h"
03dd024f 66#include "qemu/log.h"
9c17d615 67#include "sysemu/blockdev.h"
0d09e41a 68#include "hw/block/block.h"
7b1e1a22 69#include "migration/misc.h"
5e22479a 70#include "migration/snapshot.h"
84a899de 71#include "migration/global_state.h"
bdee56f5 72#include "sysemu/tpm.h"
9c17d615 73#include "sysemu/dma.h"
8a824e4d 74#include "hw/audio/soundhw.h"
511d2b14 75#include "audio/audio.h"
4b4629d9 76#include "sysemu/cpus.h"
5821ebf9 77#include "migration/colo.h"
1693c64c 78#include "migration/postcopy-ram.h"
9c17d615 79#include "sysemu/kvm.h"
b0cb0a66 80#include "sysemu/hax.h"
42e5f393 81#include "qapi/qobject-input-visitor.h"
1de7afc9
PB
82#include "qemu/option.h"
83#include "qemu/config-file.h"
59a5264b 84#include "qemu-options.h"
1de7afc9 85#include "qemu/main-loop.h"
758e8e38 86#ifdef CONFIG_VIRTFS
74db920c
GS
87#include "fsdev/qemu-fsdev.h"
88#endif
9c17d615 89#include "sysemu/qtest.h"
511d2b14 90
76cad711 91#include "disas/disas.h"
fc01f7e7 92
0ab8ed18 93#include "trace-root.h"
e4858974 94#include "trace/control.h"
42229a75 95#include "qemu/plugin.h"
1de7afc9 96#include "qemu/queue.h"
9c17d615 97#include "sysemu/arch_init.h"
72cf2d4f 98
29b0040b 99#include "ui/qemu-spice.h"
68d98d3e 100#include "qapi/string-input-visitor.h"
c4090f8e 101#include "qapi/opts-visitor.h"
776d1344 102#include "qapi/clone-visitor.h"
84321831 103#include "qom/object_interfaces.h"
f1672e6f 104#include "hw/semihosting/semihost.h"
ddbb0d09 105#include "crypto/init.h"
b60c48a7 106#include "sysemu/replay.h"
9af23989
MA
107#include "qapi/qapi-events-run-state.h"
108#include "qapi/qapi-visit-block-core.h"
776d1344 109#include "qapi/qapi-visit-ui.h"
112ed241 110#include "qapi/qapi-commands-block-core.h"
112ed241 111#include "qapi/qapi-commands-run-state.h"
e1ca8f7e 112#include "qapi/qapi-commands-ui.h"
0194749a 113#include "qapi/qmp/qerror.h"
dce8921b 114#include "sysemu/iothread.h"
9c09a251 115#include "qemu/guest-random.h"
29b0040b 116
98b19252
AS
117#define MAX_VIRTIO_CONSOLES 1
118
4524051c
GH
119static const char *data_dir[16];
120static int data_dir_idx;
1192dad8 121const char *bios_name = NULL;
cb5a7aa8 122enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
da076ffe 123int display_opengl;
3d11d0eb 124const char* keyboard_layout = NULL;
c227f099 125ram_addr_t ram_size;
28d16f38 126bool enable_mlock = false;
6f131f13 127bool enable_cpu_pm = false;
c4b1fcc0 128int nb_nics;
7c9d8e07 129NICInfo nd_table[MAX_NICS];
d399f677 130int autostart;
7e166ebd
AP
131static enum {
132 RTC_BASE_UTC,
133 RTC_BASE_LOCALTIME,
134 RTC_BASE_DATETIME,
135} rtc_base_type = RTC_BASE_UTC;
eb6a5209
AP
136static time_t rtc_ref_start_datetime;
137static int rtc_realtime_clock_offset; /* used only with QEMU_CLOCK_REALTIME */
138static int rtc_host_datetime_offset = -1; /* valid & used only with
139 RTC_BASE_DATETIME */
884f17c2 140QEMUClockType rtc_clock;
64465297 141int vga_interface_type = VGA_NONE;
0c8d7065 142static DisplayOptions dpy;
b8d880ba
PM
143static int num_serial_hds;
144static Chardev **serial_hds;
0ec7b3e7 145Chardev *parallel_hds[MAX_PARALLEL_PORTS];
a09db21f 146int win2k_install_hack = 0;
1b530a6d 147int singlestep = 0;
16b29ae1 148int no_hpet = 0;
52ca8d6a 149int fd_bootchk = 1;
4fdcac0e 150static int no_reboot;
b2f76161 151int no_shutdown = 0;
a171fe39 152int graphic_rotate = 0;
09aaa160 153const char *watchdog;
2e55e842 154QEMUOptionRom option_rom[MAX_OPTION_ROMS];
9ae02555 155int nb_option_roms;
2b8f2d41 156int old_param = 0;
c35734b2 157const char *qemu_name;
3780e197 158int alt_grab = 0;
0ca9f8a4 159int ctrl_grab = 0;
66508601
BS
160unsigned int nb_prom_envs = 0;
161const char *prom_envs[MAX_PROM_ENVS];
95387491 162int boot_menu;
bc74112f 163bool boot_strict;
3d3b8303 164uint8_t *boot_splash_filedata;
811f8652 165int only_migratable; /* turn it off unless user states otherwise */
46ea94ca 166bool wakeup_suspend_enabled;
0824d6fc 167
a8bfac37 168int icount_align_option;
1ca4d09a 169
9c5ce8db 170/* The bytes in qemu_uuid are in the order specified by RFC4122, _not_ in the
caad057b
EH
171 * little-endian "wire format" described in the SMBIOS 2.6 specification.
172 */
9c5ce8db 173QemuUUID qemu_uuid;
fc3b3295 174bool qemu_uuid_set;
8fcb1b90 175
fd42deeb
GH
176static NotifierList exit_notifiers =
177 NOTIFIER_LIST_INITIALIZER(exit_notifiers);
178
4cab946a
GN
179static NotifierList machine_init_done_notifiers =
180 NOTIFIER_LIST_INITIALIZER(machine_init_done_notifiers);
181
d745bef8
BS
182uint32_t xen_domid;
183enum xen_mode xen_mode = XEN_EMULATE;
1c599472 184bool xen_domid_restrict;
d745bef8 185
d44229c5 186static int has_defaults = 1;
998bbd74 187static int default_serial = 1;
6a5e8b0e 188static int default_parallel = 1;
abdeed06 189static int default_monitor = 1;
ac33f8fa
GH
190static int default_floppy = 1;
191static int default_cdrom = 1;
192static int default_sdcard = 1;
7f1b17f2 193static int default_vga = 1;
d30300f7 194static int default_net = 1;
998bbd74
GH
195
196static struct {
197 const char *driver;
198 int *flag;
199} default_list[] = {
6a5e8b0e
GH
200 { .driver = "isa-serial", .flag = &default_serial },
201 { .driver = "isa-parallel", .flag = &default_parallel },
d8bcbabf 202 { .driver = "isa-fdc", .flag = &default_floppy },
a92bd191 203 { .driver = "floppy", .flag = &default_floppy },
af6bf132
MA
204 { .driver = "ide-cd", .flag = &default_cdrom },
205 { .driver = "ide-hd", .flag = &default_cdrom },
d8bcbabf 206 { .driver = "ide-drive", .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 },
998bbd74
GH
218};
219
4d454574
PB
220static QemuOptsList qemu_rtc_opts = {
221 .name = "rtc",
222 .head = QTAILQ_HEAD_INITIALIZER(qemu_rtc_opts.head),
eb6a5209 223 .merge_lists = true,
4d454574
PB
224 .desc = {
225 {
226 .name = "base",
227 .type = QEMU_OPT_STRING,
228 },{
229 .name = "clock",
230 .type = QEMU_OPT_STRING,
231 },{
232 .name = "driftfix",
233 .type = QEMU_OPT_STRING,
234 },
235 { /* end of list */ }
236 },
237};
238
4d454574
PB
239static QemuOptsList qemu_option_rom_opts = {
240 .name = "option-rom",
241 .implied_opt_name = "romfile",
242 .head = QTAILQ_HEAD_INITIALIZER(qemu_option_rom_opts.head),
243 .desc = {
244 {
245 .name = "bootindex",
246 .type = QEMU_OPT_NUMBER,
247 }, {
248 .name = "romfile",
249 .type = QEMU_OPT_STRING,
250 },
251 { /* end of list */ }
252 },
253};
254
255static QemuOptsList qemu_machine_opts = {
256 .name = "machine",
257 .implied_opt_name = "type",
258 .merge_lists = true,
259 .head = QTAILQ_HEAD_INITIALIZER(qemu_machine_opts.head),
260 .desc = {
49d2e648
MA
261 /*
262 * no elements => accept any
263 * sanity checking will happen later
264 * when setting machine properties
265 */
266 { }
4d454574
PB
267 },
268};
269
8d4e9146
FK
270static QemuOptsList qemu_accel_opts = {
271 .name = "accel",
272 .implied_opt_name = "accel",
273 .head = QTAILQ_HEAD_INITIALIZER(qemu_accel_opts.head),
8d4e9146 274 .desc = {
12ceaef6
PB
275 /*
276 * no elements => accept any
277 * sanity checking will happen later
278 * when setting accelerator properties
279 */
280 { }
8d4e9146
FK
281 },
282};
283
4d454574
PB
284static QemuOptsList qemu_boot_opts = {
285 .name = "boot-opts",
6ef4716c
MA
286 .implied_opt_name = "order",
287 .merge_lists = true,
4d454574
PB
288 .head = QTAILQ_HEAD_INITIALIZER(qemu_boot_opts.head),
289 .desc = {
4d454574
PB
290 {
291 .name = "order",
292 .type = QEMU_OPT_STRING,
293 }, {
294 .name = "once",
295 .type = QEMU_OPT_STRING,
296 }, {
297 .name = "menu",
6ef4716c 298 .type = QEMU_OPT_BOOL,
4d454574
PB
299 }, {
300 .name = "splash",
301 .type = QEMU_OPT_STRING,
302 }, {
303 .name = "splash-time",
6912bb0b 304 .type = QEMU_OPT_NUMBER,
4d454574
PB
305 }, {
306 .name = "reboot-timeout",
ee5d0f89 307 .type = QEMU_OPT_NUMBER,
c8a6ae8b
AK
308 }, {
309 .name = "strict",
e5187b56 310 .type = QEMU_OPT_BOOL,
4d454574
PB
311 },
312 { /*End of list */ }
313 },
314};
315
316static QemuOptsList qemu_add_fd_opts = {
317 .name = "add-fd",
318 .head = QTAILQ_HEAD_INITIALIZER(qemu_add_fd_opts.head),
319 .desc = {
320 {
321 .name = "fd",
322 .type = QEMU_OPT_NUMBER,
323 .help = "file descriptor of which a duplicate is added to fd set",
324 },{
325 .name = "set",
326 .type = QEMU_OPT_NUMBER,
327 .help = "ID of the fd set to add fd to",
328 },{
329 .name = "opaque",
330 .type = QEMU_OPT_STRING,
331 .help = "free-form string used to describe fd",
332 },
333 { /* end of list */ }
334 },
335};
336
337static QemuOptsList qemu_object_opts = {
338 .name = "object",
339 .implied_opt_name = "qom-type",
340 .head = QTAILQ_HEAD_INITIALIZER(qemu_object_opts.head),
341 .desc = {
342 { }
343 },
344};
345
d1a0cf73
SB
346static QemuOptsList qemu_tpmdev_opts = {
347 .name = "tpmdev",
348 .implied_opt_name = "type",
349 .head = QTAILQ_HEAD_INITIALIZER(qemu_tpmdev_opts.head),
350 .desc = {
bb716238 351 /* options are defined in the TPM backends */
d1a0cf73
SB
352 { /* end of list */ }
353 },
354};
355
888a6bc6
SM
356static QemuOptsList qemu_realtime_opts = {
357 .name = "realtime",
358 .head = QTAILQ_HEAD_INITIALIZER(qemu_realtime_opts.head),
359 .desc = {
360 {
361 .name = "mlock",
362 .type = QEMU_OPT_BOOL,
363 },
364 { /* end of list */ }
365 },
366};
367
6f131f13
MT
368static QemuOptsList qemu_overcommit_opts = {
369 .name = "overcommit",
370 .head = QTAILQ_HEAD_INITIALIZER(qemu_overcommit_opts.head),
371 .desc = {
372 {
373 .name = "mem-lock",
374 .type = QEMU_OPT_BOOL,
375 },
376 {
377 .name = "cpu-pm",
378 .type = QEMU_OPT_BOOL,
379 },
380 { /* end of list */ }
381 },
382};
383
5e2ac519
SA
384static QemuOptsList qemu_msg_opts = {
385 .name = "msg",
386 .head = QTAILQ_HEAD_INITIALIZER(qemu_msg_opts.head),
387 .desc = {
388 {
389 .name = "timestamp",
390 .type = QEMU_OPT_BOOL,
391 },
392 { /* end of list */ }
393 },
394};
395
5d12f961
DDAG
396static QemuOptsList qemu_name_opts = {
397 .name = "name",
398 .implied_opt_name = "guest",
399 .merge_lists = true,
400 .head = QTAILQ_HEAD_INITIALIZER(qemu_name_opts.head),
401 .desc = {
402 {
403 .name = "guest",
404 .type = QEMU_OPT_STRING,
405 .help = "Sets the name of the guest.\n"
406 "This name will be displayed in the SDL window caption.\n"
407 "The name will also be used for the VNC server",
408 }, {
409 .name = "process",
410 .type = QEMU_OPT_STRING,
411 .help = "Sets the name of the QEMU process, as shown in top etc",
8f480de0
DDAG
412 }, {
413 .name = "debug-threads",
414 .type = QEMU_OPT_BOOL,
415 .help = "When enabled, name the individual threads; defaults off.\n"
416 "NOTE: The thread names are for debugging and not a\n"
417 "stable API.",
5d12f961
DDAG
418 },
419 { /* End of list */ }
420 },
421};
422
6e1d3c1c
IM
423static QemuOptsList qemu_mem_opts = {
424 .name = "memory",
425 .implied_opt_name = "size",
426 .head = QTAILQ_HEAD_INITIALIZER(qemu_mem_opts.head),
427 .merge_lists = true,
428 .desc = {
429 {
430 .name = "size",
431 .type = QEMU_OPT_SIZE,
432 },
c270fb9e
IM
433 {
434 .name = "slots",
435 .type = QEMU_OPT_NUMBER,
436 },
437 {
438 .name = "maxmem",
439 .type = QEMU_OPT_SIZE,
440 },
6e1d3c1c
IM
441 { /* end of list */ }
442 },
443};
444
1ad9580b
ST
445static QemuOptsList qemu_icount_opts = {
446 .name = "icount",
447 .implied_opt_name = "shift",
448 .merge_lists = true,
449 .head = QTAILQ_HEAD_INITIALIZER(qemu_icount_opts.head),
450 .desc = {
451 {
452 .name = "shift",
453 .type = QEMU_OPT_STRING,
a8bfac37
ST
454 }, {
455 .name = "align",
456 .type = QEMU_OPT_BOOL,
f1f4b57e
VC
457 }, {
458 .name = "sleep",
459 .type = QEMU_OPT_BOOL,
4c27b859
PD
460 }, {
461 .name = "rr",
462 .type = QEMU_OPT_STRING,
463 }, {
464 .name = "rrfile",
465 .type = QEMU_OPT_STRING,
9c2037d0
PD
466 }, {
467 .name = "rrsnapshot",
468 .type = QEMU_OPT_STRING,
1ad9580b
ST
469 },
470 { /* end of list */ }
471 },
472};
473
81b2b810
GS
474static QemuOptsList qemu_fw_cfg_opts = {
475 .name = "fw_cfg",
476 .implied_opt_name = "name",
477 .head = QTAILQ_HEAD_INITIALIZER(qemu_fw_cfg_opts.head),
478 .desc = {
479 {
480 .name = "name",
481 .type = QEMU_OPT_STRING,
482 .help = "Sets the fw_cfg name of the blob to be inserted",
483 }, {
484 .name = "file",
485 .type = QEMU_OPT_STRING,
679be303 486 .help = "Sets the name of the file from which "
81b2b810 487 "the fw_cfg blob will be loaded",
6407d76e
GS
488 }, {
489 .name = "string",
490 .type = QEMU_OPT_STRING,
491 .help = "Sets content of the blob to be inserted from a string",
6552d87c
PMD
492 }, {
493 .name = "gen_id",
494 .type = QEMU_OPT_STRING,
495 .help = "Sets id of the object generating the fw_cfg blob "
496 "to be inserted",
81b2b810
GS
497 },
498 { /* end of list */ }
499 },
500};
501
7f9d6e54
MA
502/**
503 * Get machine options
504 *
505 * Returns: machine options (never null).
506 */
507QemuOpts *qemu_get_machine_opts(void)
508{
e96e5ae8 509 return qemu_find_opts_singleton("machine");
7f9d6e54
MA
510}
511
31459f46
RS
512const char *qemu_get_vm_name(void)
513{
514 return qemu_name;
515}
516
3d3b8303
WX
517static void res_free(void)
518{
012aef07
MA
519 g_free(boot_splash_filedata);
520 boot_splash_filedata = NULL;
3d3b8303
WX
521}
522
28d0de7a 523static int default_driver_check(void *opaque, QemuOpts *opts, Error **errp)
998bbd74
GH
524{
525 const char *driver = qemu_opt_get(opts, "driver");
526 int i;
527
528 if (!driver)
529 return 0;
530 for (i = 0; i < ARRAY_SIZE(default_list); i++) {
531 if (strcmp(default_list[i].driver, driver) != 0)
532 continue;
533 *(default_list[i].flag) = 0;
534 }
535 return 0;
536}
537
f5bbfba1
LC
538/***********************************************************/
539/* QEMU state */
540
047f7038 541static RunState current_run_state = RUN_STATE_PRECONFIG;
f5bbfba1 542
7fb1cf16
EB
543/* We use RUN_STATE__MAX but any invalid value will do */
544static RunState vmstop_requested = RUN_STATE__MAX;
74892d24
PB
545static QemuMutex vmstop_lock;
546
5db9d4d1
LC
547typedef struct {
548 RunState from;
549 RunState to;
550} RunStateTransition;
551
552static const RunStateTransition runstate_transitions_def[] = {
553 /* from -> to */
047f7038
IM
554 { RUN_STATE_PRECONFIG, RUN_STATE_PRELAUNCH },
555 /* Early switch to inmigrate state to allow -incoming CLI option work
556 * as it used to. TODO: delay actual switching to inmigrate state to
557 * the point after machine is built and remove this hack.
558 */
559 { RUN_STATE_PRECONFIG, RUN_STATE_INMIGRATE },
560
0461d5a6 561 { RUN_STATE_DEBUG, RUN_STATE_RUNNING },
eca01d3a 562 { RUN_STATE_DEBUG, RUN_STATE_FINISH_MIGRATE },
7ec13c79 563 { RUN_STATE_DEBUG, RUN_STATE_PRELAUNCH },
5db9d4d1 564
ca3fc39e
JQ
565 { RUN_STATE_INMIGRATE, RUN_STATE_INTERNAL_ERROR },
566 { RUN_STATE_INMIGRATE, RUN_STATE_IO_ERROR },
29ed72f1 567 { RUN_STATE_INMIGRATE, RUN_STATE_PAUSED },
ca3fc39e
JQ
568 { RUN_STATE_INMIGRATE, RUN_STATE_RUNNING },
569 { RUN_STATE_INMIGRATE, RUN_STATE_SHUTDOWN },
570 { RUN_STATE_INMIGRATE, RUN_STATE_SUSPENDED },
571 { RUN_STATE_INMIGRATE, RUN_STATE_WATCHDOG },
572 { RUN_STATE_INMIGRATE, RUN_STATE_GUEST_PANICKED },
2a6e6e59 573 { RUN_STATE_INMIGRATE, RUN_STATE_FINISH_MIGRATE },
98799b0d
PB
574 { RUN_STATE_INMIGRATE, RUN_STATE_PRELAUNCH },
575 { RUN_STATE_INMIGRATE, RUN_STATE_POSTMIGRATE },
21142ba7 576 { RUN_STATE_INMIGRATE, RUN_STATE_COLO },
5db9d4d1 577
0461d5a6 578 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED },
8a9236f1 579 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },
7ec13c79 580 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PRELAUNCH },
5db9d4d1 581
0461d5a6 582 { RUN_STATE_IO_ERROR, RUN_STATE_RUNNING },
8a9236f1 583 { RUN_STATE_IO_ERROR, RUN_STATE_FINISH_MIGRATE },
7ec13c79 584 { RUN_STATE_IO_ERROR, RUN_STATE_PRELAUNCH },
5db9d4d1 585
0461d5a6 586 { RUN_STATE_PAUSED, RUN_STATE_RUNNING },
8a9236f1 587 { RUN_STATE_PAUSED, RUN_STATE_FINISH_MIGRATE },
505d786f 588 { RUN_STATE_PAUSED, RUN_STATE_POSTMIGRATE },
7ec13c79 589 { RUN_STATE_PAUSED, RUN_STATE_PRELAUNCH },
21142ba7 590 { RUN_STATE_PAUSED, RUN_STATE_COLO},
5db9d4d1 591
0461d5a6 592 { RUN_STATE_POSTMIGRATE, RUN_STATE_RUNNING },
8a9236f1 593 { RUN_STATE_POSTMIGRATE, RUN_STATE_FINISH_MIGRATE },
7ec13c79 594 { RUN_STATE_POSTMIGRATE, RUN_STATE_PRELAUNCH },
5db9d4d1 595
0461d5a6 596 { RUN_STATE_PRELAUNCH, RUN_STATE_RUNNING },
8a9236f1 597 { RUN_STATE_PRELAUNCH, RUN_STATE_FINISH_MIGRATE },
0461d5a6 598 { RUN_STATE_PRELAUNCH, RUN_STATE_INMIGRATE },
5db9d4d1 599
0461d5a6 600 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_RUNNING },
505d786f 601 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_PAUSED },
0461d5a6 602 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_POSTMIGRATE },
7ec13c79 603 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_PRELAUNCH },
21142ba7 604 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_COLO},
5db9d4d1 605
0461d5a6 606 { RUN_STATE_RESTORE_VM, RUN_STATE_RUNNING },
7ec13c79 607 { RUN_STATE_RESTORE_VM, RUN_STATE_PRELAUNCH },
5db9d4d1 608
21142ba7
HZ
609 { RUN_STATE_COLO, RUN_STATE_RUNNING },
610
0461d5a6
LC
611 { RUN_STATE_RUNNING, RUN_STATE_DEBUG },
612 { RUN_STATE_RUNNING, RUN_STATE_INTERNAL_ERROR },
613 { RUN_STATE_RUNNING, RUN_STATE_IO_ERROR },
614 { RUN_STATE_RUNNING, RUN_STATE_PAUSED },
615 { RUN_STATE_RUNNING, RUN_STATE_FINISH_MIGRATE },
616 { RUN_STATE_RUNNING, RUN_STATE_RESTORE_VM },
617 { RUN_STATE_RUNNING, RUN_STATE_SAVE_VM },
618 { RUN_STATE_RUNNING, RUN_STATE_SHUTDOWN },
619 { RUN_STATE_RUNNING, RUN_STATE_WATCHDOG },
ede085b3 620 { RUN_STATE_RUNNING, RUN_STATE_GUEST_PANICKED },
21142ba7 621 { RUN_STATE_RUNNING, RUN_STATE_COLO},
5db9d4d1 622
0461d5a6 623 { RUN_STATE_SAVE_VM, RUN_STATE_RUNNING },
5db9d4d1 624
0461d5a6 625 { RUN_STATE_SHUTDOWN, RUN_STATE_PAUSED },
8a9236f1 626 { RUN_STATE_SHUTDOWN, RUN_STATE_FINISH_MIGRATE },
7ec13c79 627 { RUN_STATE_SHUTDOWN, RUN_STATE_PRELAUNCH },
5db9d4d1 628
ad02b96a
LC
629 { RUN_STATE_DEBUG, RUN_STATE_SUSPENDED },
630 { RUN_STATE_RUNNING, RUN_STATE_SUSPENDED },
631 { RUN_STATE_SUSPENDED, RUN_STATE_RUNNING },
632 { RUN_STATE_SUSPENDED, RUN_STATE_FINISH_MIGRATE },
7ec13c79 633 { RUN_STATE_SUSPENDED, RUN_STATE_PRELAUNCH },
21142ba7 634 { RUN_STATE_SUSPENDED, RUN_STATE_COLO},
ad02b96a 635
0461d5a6 636 { RUN_STATE_WATCHDOG, RUN_STATE_RUNNING },
8a9236f1 637 { RUN_STATE_WATCHDOG, RUN_STATE_FINISH_MIGRATE },
7ec13c79 638 { RUN_STATE_WATCHDOG, RUN_STATE_PRELAUNCH },
21142ba7 639 { RUN_STATE_WATCHDOG, RUN_STATE_COLO},
5db9d4d1 640
df390768 641 { RUN_STATE_GUEST_PANICKED, RUN_STATE_RUNNING },
fd2a2e1c 642 { RUN_STATE_GUEST_PANICKED, RUN_STATE_FINISH_MIGRATE },
7ec13c79 643 { RUN_STATE_GUEST_PANICKED, RUN_STATE_PRELAUNCH },
ede085b3 644
7fb1cf16 645 { RUN_STATE__MAX, RUN_STATE__MAX },
5db9d4d1
LC
646};
647
7fb1cf16 648static bool runstate_valid_transitions[RUN_STATE__MAX][RUN_STATE__MAX];
0461d5a6 649
f5bbfba1
LC
650bool runstate_check(RunState state)
651{
652 return current_run_state == state;
653}
654
5e0f1940
JQ
655bool runstate_store(char *str, size_t size)
656{
977c736f 657 const char *state = RunState_str(current_run_state);
5e0f1940
JQ
658 size_t len = strlen(state) + 1;
659
660 if (len > size) {
661 return false;
662 }
663 memcpy(str, state, len);
664 return true;
665}
666
4fdcac0e 667static void runstate_init(void)
5db9d4d1
LC
668{
669 const RunStateTransition *p;
670
671 memset(&runstate_valid_transitions, 0, sizeof(runstate_valid_transitions));
7fb1cf16 672 for (p = &runstate_transitions_def[0]; p->from != RUN_STATE__MAX; p++) {
5db9d4d1
LC
673 runstate_valid_transitions[p->from][p->to] = true;
674 }
74892d24
PB
675
676 qemu_mutex_init(&vmstop_lock);
5db9d4d1
LC
677}
678
679/* This function will abort() on invalid state transitions */
f5bbfba1
LC
680void runstate_set(RunState new_state)
681{
7fb1cf16 682 assert(new_state < RUN_STATE__MAX);
207c5cd2 683
ff12e3ae 684 trace_runstate_set(current_run_state, RunState_str(current_run_state),
b1939fcd 685 new_state, RunState_str(new_state));
ff12e3ae 686
e92a2d9c
LZ
687 if (current_run_state == new_state) {
688 return;
689 }
690
207c5cd2 691 if (!runstate_valid_transitions[current_run_state][new_state]) {
f61eddcb 692 error_report("invalid runstate transition: '%s' -> '%s'",
977c736f
MA
693 RunState_str(current_run_state),
694 RunState_str(new_state));
5db9d4d1
LC
695 abort();
696 }
ff12e3ae 697
f5bbfba1
LC
698 current_run_state = new_state;
699}
700
1fa9a5e4 701int runstate_is_running(void)
9e37b9dc 702{
1fa9a5e4 703 return runstate_check(RUN_STATE_RUNNING);
9e37b9dc
LC
704}
705
ede085b3
HT
706bool runstate_needs_reset(void)
707{
708 return runstate_check(RUN_STATE_INTERNAL_ERROR) ||
df390768 709 runstate_check(RUN_STATE_SHUTDOWN);
ede085b3
HT
710}
711
1fa9a5e4 712StatusInfo *qmp_query_status(Error **errp)
1354869c 713{
1fa9a5e4
LC
714 StatusInfo *info = g_malloc0(sizeof(*info));
715
716 info->running = runstate_is_running();
717 info->singlestep = singlestep;
718 info->status = current_run_state;
719
720 return info;
1354869c
LC
721}
722
2d76e823 723bool qemu_vmstop_requested(RunState *r)
74892d24
PB
724{
725 qemu_mutex_lock(&vmstop_lock);
726 *r = vmstop_requested;
7fb1cf16 727 vmstop_requested = RUN_STATE__MAX;
74892d24 728 qemu_mutex_unlock(&vmstop_lock);
7fb1cf16 729 return *r < RUN_STATE__MAX;
74892d24
PB
730}
731
732void qemu_system_vmstop_request_prepare(void)
733{
734 qemu_mutex_lock(&vmstop_lock);
735}
736
737void qemu_system_vmstop_request(RunState state)
738{
739 vmstop_requested = state;
740 qemu_mutex_unlock(&vmstop_lock);
741 qemu_notify_event();
742}
743
8f0056b7 744/***********************************************************/
eb6a5209 745/* RTC reference time/date access */
ac0989f5 746static time_t qemu_ref_timedate(QEMUClockType clock)
eb6a5209 747{
ac0989f5
AP
748 time_t value = qemu_clock_get_ms(clock) / 1000;
749 switch (clock) {
eb6a5209
AP
750 case QEMU_CLOCK_REALTIME:
751 value -= rtc_realtime_clock_offset;
4e8de606 752 /* fall through */
eb6a5209
AP
753 case QEMU_CLOCK_VIRTUAL:
754 value += rtc_ref_start_datetime;
755 break;
756 case QEMU_CLOCK_HOST:
757 if (rtc_base_type == RTC_BASE_DATETIME) {
758 value -= rtc_host_datetime_offset;
759 }
760 break;
761 default:
762 assert(0);
763 }
764 return value;
2ed1ebcf
PD
765}
766
f6503059
AZ
767void qemu_get_timedate(struct tm *tm, int offset)
768{
ac0989f5 769 time_t ti = qemu_ref_timedate(rtc_clock);
f6503059 770
f6503059 771 ti += offset;
7e166ebd
AP
772
773 switch (rtc_base_type) {
eb6a5209 774 case RTC_BASE_DATETIME:
7e166ebd 775 case RTC_BASE_UTC:
eb7ff6fb 776 gmtime_r(&ti, tm);
7e166ebd
AP
777 break;
778 case RTC_BASE_LOCALTIME:
779 localtime_r(&ti, tm);
780 break;
f6503059 781 }
f6503059
AZ
782}
783
784int qemu_timedate_diff(struct tm *tm)
785{
786 time_t seconds;
787
7e166ebd 788 switch (rtc_base_type) {
eb6a5209 789 case RTC_BASE_DATETIME:
7e166ebd
AP
790 case RTC_BASE_UTC:
791 seconds = mktimegm(tm);
792 break;
793 case RTC_BASE_LOCALTIME:
794 {
795 struct tm tmp = *tm;
796 tmp.tm_isdst = -1; /* use timezone to figure it out */
797 seconds = mktime(&tmp);
798 break;
799 }
7e166ebd
AP
800 default:
801 abort();
802 }
f6503059 803
ac0989f5 804 return seconds - qemu_ref_timedate(QEMU_CLOCK_HOST);
f6503059
AZ
805}
806
eb6a5209 807static void configure_rtc_base_datetime(const char *startdate)
1ed2fc1f 808{
7e166ebd 809 time_t rtc_start_datetime;
1ed2fc1f
JK
810 struct tm tm;
811
fdaf2d58
TH
812 if (sscanf(startdate, "%d-%d-%dT%d:%d:%d", &tm.tm_year, &tm.tm_mon,
813 &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec) == 6) {
814 /* OK */
815 } else if (sscanf(startdate, "%d-%d-%d",
816 &tm.tm_year, &tm.tm_mon, &tm.tm_mday) == 3) {
817 tm.tm_hour = 0;
818 tm.tm_min = 0;
819 tm.tm_sec = 0;
1ed2fc1f 820 } else {
fdaf2d58
TH
821 goto date_fail;
822 }
823 tm.tm_year -= 1900;
824 tm.tm_mon--;
7e166ebd
AP
825 rtc_start_datetime = mktimegm(&tm);
826 if (rtc_start_datetime == -1) {
fdaf2d58 827 date_fail:
7e166ebd 828 error_report("invalid datetime format");
fdaf2d58
TH
829 error_printf("valid formats: "
830 "'2006-06-17T16:01:21' or '2006-06-17'\n");
831 exit(1);
1ed2fc1f 832 }
eb6a5209
AP
833 rtc_host_datetime_offset = rtc_ref_start_datetime - rtc_start_datetime;
834 rtc_ref_start_datetime = rtc_start_datetime;
1ed2fc1f
JK
835}
836
837static void configure_rtc(QemuOpts *opts)
838{
839 const char *value;
840
eb6a5209
AP
841 /* Set defaults */
842 rtc_clock = QEMU_CLOCK_HOST;
843 rtc_ref_start_datetime = qemu_clock_get_ms(QEMU_CLOCK_HOST) / 1000;
844 rtc_realtime_clock_offset = qemu_clock_get_ms(QEMU_CLOCK_REALTIME) / 1000;
845
1ed2fc1f
JK
846 value = qemu_opt_get(opts, "base");
847 if (value) {
848 if (!strcmp(value, "utc")) {
7e166ebd 849 rtc_base_type = RTC_BASE_UTC;
1ed2fc1f 850 } else if (!strcmp(value, "localtime")) {
0194749a 851 Error *blocker = NULL;
7e166ebd 852 rtc_base_type = RTC_BASE_LOCALTIME;
0194749a
PD
853 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED,
854 "-rtc base=localtime");
855 replay_add_blocker(blocker);
1ed2fc1f 856 } else {
7e166ebd 857 rtc_base_type = RTC_BASE_DATETIME;
eb6a5209 858 configure_rtc_base_datetime(value);
1ed2fc1f
JK
859 }
860 }
6875204c
JK
861 value = qemu_opt_get(opts, "clock");
862 if (value) {
863 if (!strcmp(value, "host")) {
884f17c2 864 rtc_clock = QEMU_CLOCK_HOST;
78808141 865 } else if (!strcmp(value, "rt")) {
884f17c2 866 rtc_clock = QEMU_CLOCK_REALTIME;
6875204c 867 } else if (!strcmp(value, "vm")) {
884f17c2 868 rtc_clock = QEMU_CLOCK_VIRTUAL;
6875204c 869 } else {
f61eddcb 870 error_report("invalid option value '%s'", value);
6875204c
JK
871 exit(1);
872 }
873 }
1ed2fc1f
JK
874 value = qemu_opt_get(opts, "driftfix");
875 if (value) {
7e4c0336 876 if (!strcmp(value, "slew")) {
1fff3c20
PB
877 object_register_sugar_prop("mc146818rtc",
878 "lost_tick_policy",
879 "slew");
7e4c0336 880 } else if (!strcmp(value, "none")) {
433acf0d 881 /* discard is default */
1ed2fc1f 882 } else {
f61eddcb 883 error_report("invalid option value '%s'", value);
1ed2fc1f
JK
884 exit(1);
885 }
886 }
1ed2fc1f
JK
887}
888
28d0de7a 889static int parse_name(void *opaque, QemuOpts *opts, Error **errp)
5d12f961
DDAG
890{
891 const char *proc_name;
892
8f480de0
DDAG
893 if (qemu_opt_get(opts, "debug-threads")) {
894 qemu_thread_naming(qemu_opt_get_bool(opts, "debug-threads", false));
895 }
5d12f961
DDAG
896 qemu_name = qemu_opt_get(opts, "guest");
897
898 proc_name = qemu_opt_get(opts, "process");
899 if (proc_name) {
900 os_set_proc_name(proc_name);
901 }
5b9d313e
DDAG
902
903 return 0;
5d12f961
DDAG
904}
905
f8b6f8ed
MA
906bool defaults_enabled(void)
907{
908 return has_defaults;
909}
910
587ed6be 911#ifndef _WIN32
28d0de7a 912static int parse_add_fd(void *opaque, QemuOpts *opts, Error **errp)
587ed6be
CB
913{
914 int fd, dupfd, flags;
915 int64_t fdset_id;
916 const char *fd_opaque = NULL;
636a30a8 917 AddfdInfo *fdinfo;
587ed6be
CB
918
919 fd = qemu_opt_get_number(opts, "fd", -1);
920 fdset_id = qemu_opt_get_number(opts, "set", -1);
921 fd_opaque = qemu_opt_get(opts, "opaque");
922
923 if (fd < 0) {
6353218b 924 error_setg(errp, "fd option is required and must be non-negative");
587ed6be
CB
925 return -1;
926 }
927
928 if (fd <= STDERR_FILENO) {
6353218b 929 error_setg(errp, "fd cannot be a standard I/O stream");
587ed6be
CB
930 return -1;
931 }
932
933 /*
934 * All fds inherited across exec() necessarily have FD_CLOEXEC
935 * clear, while qemu sets FD_CLOEXEC on all other fds used internally.
936 */
937 flags = fcntl(fd, F_GETFD);
938 if (flags == -1 || (flags & FD_CLOEXEC)) {
6353218b 939 error_setg(errp, "fd is not valid or already in use");
587ed6be
CB
940 return -1;
941 }
942
943 if (fdset_id < 0) {
6353218b 944 error_setg(errp, "set option is required and must be non-negative");
587ed6be
CB
945 return -1;
946 }
947
948#ifdef F_DUPFD_CLOEXEC
949 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 0);
950#else
951 dupfd = dup(fd);
952 if (dupfd != -1) {
953 qemu_set_cloexec(dupfd);
954 }
955#endif
956 if (dupfd == -1) {
6353218b 957 error_setg(errp, "error duplicating fd: %s", strerror(errno));
587ed6be
CB
958 return -1;
959 }
960
961 /* add the duplicate fd, and optionally the opaque string, to the fd set */
636a30a8
PB
962 fdinfo = monitor_fdset_add_fd(dupfd, true, fdset_id, !!fd_opaque, fd_opaque,
963 &error_abort);
964 g_free(fdinfo);
587ed6be
CB
965
966 return 0;
967}
968
28d0de7a 969static int cleanup_add_fd(void *opaque, QemuOpts *opts, Error **errp)
587ed6be
CB
970{
971 int fd;
972
973 fd = qemu_opt_get_number(opts, "fd", -1);
974 close(fd);
975
976 return 0;
977}
978#endif
979
1ae26a18
AZ
980/***********************************************************/
981/* QEMU Block devices */
982
2292ddae
MA
983#define HD_OPTS "media=disk"
984#define CDROM_OPTS "media=cdrom"
985#define FD_OPTS ""
986#define PFLASH_OPTS ""
987#define MTD_OPTS ""
988#define SD_OPTS ""
e4bcb14c 989
28d0de7a 990static int drive_init_func(void *opaque, QemuOpts *opts, Error **errp)
9dfd7c7a 991{
2d0d2837 992 BlockInterfaceType *block_default_type = opaque;
9dfd7c7a 993
c4f26c9f 994 return drive_new(opts, *block_default_type, errp) == NULL;
9dfd7c7a
GH
995}
996
28d0de7a 997static int drive_enable_snapshot(void *opaque, QemuOpts *opts, Error **errp)
9dfd7c7a 998{
28de2f88 999 if (qemu_opt_get(opts, "snapshot") == NULL) {
f43e47db 1000 qemu_opt_set(opts, "snapshot", "on", &error_abort);
9dfd7c7a
GH
1001 }
1002 return 0;
1003}
1004
3c42ea66
CB
1005static void default_drive(int enable, int snapshot, BlockInterfaceType type,
1006 int index, const char *optstr)
4e5d9b57
MA
1007{
1008 QemuOpts *opts;
a66c9dc7 1009 DriveInfo *dinfo;
4e5d9b57 1010
4e5d9b57
MA
1011 if (!enable || drive_get_by_index(type, index)) {
1012 return;
1013 }
1014
1015 opts = drive_add(type, index, NULL, optstr);
1016 if (snapshot) {
28d0de7a 1017 drive_enable_snapshot(NULL, opts, NULL);
4e5d9b57 1018 }
a66c9dc7 1019
c4f26c9f 1020 dinfo = drive_new(opts, type, &error_abort);
a66c9dc7
JS
1021 dinfo->is_default = true;
1022
4e5d9b57
MA
1023}
1024
651af51c
MA
1025typedef struct BlockdevOptionsQueueEntry {
1026 BlockdevOptions *bdo;
1027 Location loc;
1028 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry;
1029} BlockdevOptionsQueueEntry;
1030
1031typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;
1032
d11bf9bf
MA
1033static void configure_blockdev(BlockdevOptionsQueue *bdo_queue,
1034 MachineClass *machine_class, int snapshot)
1035{
1036 /*
1037 * If the currently selected machine wishes to override the
1038 * units-per-bus property of its default HBA interface type, do so
1039 * now.
1040 */
1041 if (machine_class->units_per_default_bus) {
1042 override_max_devs(machine_class->block_default_type,
1043 machine_class->units_per_default_bus);
1044 }
1045
1046 /* open the virtual block devices */
1047 while (!QSIMPLEQ_EMPTY(bdo_queue)) {
1048 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue);
1049
1050 QSIMPLEQ_REMOVE_HEAD(bdo_queue, entry);
1051 loc_push_restore(&bdo->loc);
1052 qmp_blockdev_add(bdo->bdo, &error_fatal);
1053 loc_pop(&bdo->loc);
1054 qapi_free_BlockdevOptions(bdo->bdo);
1055 g_free(bdo);
1056 }
25863975 1057 if (snapshot) {
d11bf9bf
MA
1058 qemu_opts_foreach(qemu_find_opts("drive"), drive_enable_snapshot,
1059 NULL, NULL);
1060 }
1061 if (qemu_opts_foreach(qemu_find_opts("drive"), drive_init_func,
1062 &machine_class->block_default_type, &error_fatal)) {
1063 /* We printed help */
1064 exit(0);
1065 }
1066
1067 default_drive(default_cdrom, snapshot, machine_class->block_default_type, 2,
1068 CDROM_OPTS);
1069 default_drive(default_floppy, snapshot, IF_FLOPPY, 0, FD_OPTS);
1070 default_drive(default_sdcard, snapshot, IF_SD, 0, SD_OPTS);
1071
1072}
1073
12b7f57e
MT
1074static QemuOptsList qemu_smp_opts = {
1075 .name = "smp-opts",
1076 .implied_opt_name = "cpus",
1077 .merge_lists = true,
1078 .head = QTAILQ_HEAD_INITIALIZER(qemu_smp_opts.head),
1079 .desc = {
1080 {
1081 .name = "cpus",
1082 .type = QEMU_OPT_NUMBER,
1083 }, {
1084 .name = "sockets",
1085 .type = QEMU_OPT_NUMBER,
1b458422
LX
1086 }, {
1087 .name = "dies",
1088 .type = QEMU_OPT_NUMBER,
12b7f57e
MT
1089 }, {
1090 .name = "cores",
1091 .type = QEMU_OPT_NUMBER,
1092 }, {
1093 .name = "threads",
1094 .type = QEMU_OPT_NUMBER,
1095 }, {
1096 .name = "maxcpus",
1097 .type = QEMU_OPT_NUMBER,
1098 },
1099 { /*End of list */ }
1100 },
1101};
1102
28d16f38 1103static void realtime_init(void)
888a6bc6 1104{
888a6bc6
SM
1105 if (enable_mlock) {
1106 if (os_mlock() < 0) {
f61eddcb 1107 error_report("locking memory failed");
888a6bc6
SM
1108 exit(1);
1109 }
1110 }
1111}
1112
5e2ac519
SA
1113
1114static void configure_msg(QemuOpts *opts)
1115{
deda497b 1116 error_with_timestamp = qemu_opt_get_bool(opts, "timestamp", false);
5e2ac519
SA
1117}
1118
a59d31a1 1119
a594cfbf
FB
1120/***********************************************************/
1121/* USB devices */
1122
fb08000c 1123static int usb_device_add(const char *devname)
a594cfbf 1124{
a5d2f727 1125 USBDevice *dev = NULL;
a594cfbf 1126
4bcbe0b6 1127 if (!machine_usb(current_machine)) {
a594cfbf 1128 return -1;
094b287f 1129 }
a594cfbf 1130
0958b4cc 1131 dev = usbdevice_create(devname);
0d92ed30
PB
1132 if (!dev)
1133 return -1;
1134
a594cfbf
FB
1135 return 0;
1136}
1137
bd3c948d
GH
1138static int usb_parse(const char *cmdline)
1139{
59d1c1c2 1140 int r;
fb08000c 1141 r = usb_device_add(cmdline);
59d1c1c2 1142 if (r < 0) {
f61eddcb 1143 error_report("could not add USB device '%s'", cmdline);
59d1c1c2
ST
1144 }
1145 return r;
bd3c948d
GH
1146}
1147
cc1daa40
FB
1148/***********************************************************/
1149/* machine registration */
1150
0056ae24 1151MachineState *current_machine;
cc1daa40 1152
c516cd1b 1153static MachineClass *find_machine(const char *name, GSList *machines)
cc1daa40 1154{
c516cd1b 1155 GSList *el;
cc1daa40 1156
261747f1 1157 for (el = machines; el; el = el->next) {
f2c93021 1158 MachineClass *mc = el->data;
261747f1 1159
f2c93021
MA
1160 if (!strcmp(mc->name, name) || !g_strcmp0(mc->alias, name)) {
1161 return mc;
261747f1 1162 }
cc1daa40 1163 }
261747f1 1164
f2c93021 1165 return NULL;
cc1daa40
FB
1166}
1167
c516cd1b 1168static MachineClass *find_default_machine(GSList *machines)
0c257437 1169{
c516cd1b 1170 GSList *el;
6db1857e 1171 MachineClass *default_machineclass = NULL;
0c257437 1172
261747f1 1173 for (el = machines; el; el = el->next) {
f2c93021 1174 MachineClass *mc = el->data;
261747f1 1175
f2c93021 1176 if (mc->is_default) {
6db1857e
PMD
1177 assert(default_machineclass == NULL && "Multiple default machines");
1178 default_machineclass = mc;
0c257437
AL
1179 }
1180 }
261747f1 1181
6db1857e 1182 return default_machineclass;
0c257437
AL
1183}
1184
52eb3dfd
MA
1185static int machine_help_func(QemuOpts *opts, MachineState *machine)
1186{
1187 ObjectProperty *prop;
7746abd8 1188 ObjectPropertyIterator iter;
52eb3dfd
MA
1189
1190 if (!qemu_opt_has_help_opt(opts)) {
1191 return 0;
1192 }
1193
7746abd8
DB
1194 object_property_iter_init(&iter, OBJECT(machine));
1195 while ((prop = object_property_iter_next(&iter))) {
52eb3dfd
MA
1196 if (!prop->set) {
1197 continue;
1198 }
1199
26eaf2cd
MA
1200 printf("%s.%s=%s", MACHINE_GET_CLASS(machine)->name,
1201 prop->name, prop->type);
52eb3dfd 1202 if (prop->description) {
26eaf2cd 1203 printf(" (%s)\n", prop->description);
52eb3dfd 1204 } else {
26eaf2cd 1205 printf("\n");
52eb3dfd
MA
1206 }
1207 }
1208
1209 return 1;
1210}
1211
2f780b6a 1212struct VMChangeStateEntry {
0bd48850
FB
1213 VMChangeStateHandler *cb;
1214 void *opaque;
2f780b6a 1215 QTAILQ_ENTRY(VMChangeStateEntry) entries;
60dbc5a1 1216 int priority;
0bd48850
FB
1217};
1218
2f780b6a 1219static QTAILQ_HEAD(, VMChangeStateEntry) vm_change_state_head;
0bd48850 1220
60dbc5a1
SH
1221/**
1222 * qemu_add_vm_change_state_handler_prio:
1223 * @cb: the callback to invoke
1224 * @opaque: user data passed to the callback
1225 * @priority: low priorities execute first when the vm runs and the reverse is
1226 * true when the vm stops
1227 *
1228 * Register a callback function that is invoked when the vm starts or stops
1229 * running.
1230 *
1231 * Returns: an entry to be freed using qemu_del_vm_change_state_handler()
1232 */
1233VMChangeStateEntry *qemu_add_vm_change_state_handler_prio(
1234 VMChangeStateHandler *cb, void *opaque, int priority)
0bd48850
FB
1235{
1236 VMChangeStateEntry *e;
60dbc5a1 1237 VMChangeStateEntry *other;
0bd48850 1238
60dbc5a1 1239 e = g_malloc0(sizeof(*e));
0bd48850
FB
1240 e->cb = cb;
1241 e->opaque = opaque;
60dbc5a1
SH
1242 e->priority = priority;
1243
1244 /* Keep list sorted in ascending priority order */
1245 QTAILQ_FOREACH(other, &vm_change_state_head, entries) {
1246 if (priority < other->priority) {
1247 QTAILQ_INSERT_BEFORE(other, e, entries);
1248 return e;
1249 }
1250 }
1251
1252 QTAILQ_INSERT_TAIL(&vm_change_state_head, e, entries);
0bd48850
FB
1253 return e;
1254}
1255
60dbc5a1
SH
1256VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb,
1257 void *opaque)
1258{
1259 return qemu_add_vm_change_state_handler_prio(cb, opaque, 0);
1260}
1261
0bd48850
FB
1262void qemu_del_vm_change_state_handler(VMChangeStateEntry *e)
1263{
60dbc5a1
SH
1264 QTAILQ_REMOVE(&vm_change_state_head, e, entries);
1265 g_free(e);
0bd48850
FB
1266}
1267
1dfb4dd9 1268void vm_state_notify(int running, RunState state)
0bd48850 1269{
9b10ac86 1270 VMChangeStateEntry *e, *next;
0bd48850 1271
ff12e3ae 1272 trace_vm_state_notify(running, state, RunState_str(state));
94b0b5ff 1273
60dbc5a1
SH
1274 if (running) {
1275 QTAILQ_FOREACH_SAFE(e, &vm_change_state_head, entries, next) {
1276 e->cb(e->opaque, running, state);
1277 }
1278 } else {
1279 QTAILQ_FOREACH_REVERSE_SAFE(e, &vm_change_state_head, entries, next) {
1280 e->cb(e->opaque, running, state);
1281 }
0bd48850
FB
1282 }
1283}
1284
aedbe192
EB
1285static ShutdownCause reset_requested;
1286static ShutdownCause shutdown_requested;
1287static int shutdown_signal;
f64622c4 1288static pid_t shutdown_pid;
3475187d 1289static int powerdown_requested;
8cf71710 1290static int debug_requested;
95b363b5 1291static int suspend_requested;
047f7038 1292static bool preconfig_exit_requested = true;
4bc78a87 1293static WakeupReason wakeup_reason;
a9552c8e
IM
1294static NotifierList powerdown_notifiers =
1295 NOTIFIER_LIST_INITIALIZER(powerdown_notifiers);
95b363b5
GH
1296static NotifierList suspend_notifiers =
1297 NOTIFIER_LIST_INITIALIZER(suspend_notifiers);
1298static NotifierList wakeup_notifiers =
1299 NOTIFIER_LIST_INITIALIZER(wakeup_notifiers);
2dadd753
YS
1300static NotifierList shutdown_notifiers =
1301 NOTIFIER_LIST_INITIALIZER(shutdown_notifiers);
4bc78a87 1302static uint32_t wakeup_reason_mask = ~(1 << QEMU_WAKEUP_REASON_NONE);
bb0c6722 1303
aedbe192 1304ShutdownCause qemu_shutdown_requested_get(void)
1291eb35
AP
1305{
1306 return shutdown_requested;
1307}
1308
aedbe192 1309ShutdownCause qemu_reset_requested_get(void)
1291eb35
AP
1310{
1311 return reset_requested;
1312}
1313
4fdcac0e 1314static int qemu_shutdown_requested(void)
cf7a2fe2 1315{
aedbe192 1316 return atomic_xchg(&shutdown_requested, SHUTDOWN_CAUSE_NONE);
cf7a2fe2
AJ
1317}
1318
4fdcac0e 1319static void qemu_kill_report(void)
f64622c4 1320{
7af88279 1321 if (!qtest_driver() && shutdown_signal) {
f1d3fb04
PM
1322 if (shutdown_pid == 0) {
1323 /* This happens for eg ^C at the terminal, so it's worth
1324 * avoiding printing an odd message in that case.
1325 */
f61eddcb 1326 error_report("terminating on signal %d", shutdown_signal);
f1d3fb04 1327 } else {
fbe7e332
MP
1328 char *shutdown_cmd = qemu_get_pid_name(shutdown_pid);
1329
1330 error_report("terminating on signal %d from pid " FMT_pid " (%s)",
1331 shutdown_signal, shutdown_pid,
1332 shutdown_cmd ? shutdown_cmd : "<unknown process>");
1333 g_free(shutdown_cmd);
f1d3fb04 1334 }
7af88279 1335 shutdown_signal = 0;
f64622c4
GN
1336 }
1337}
1338
aedbe192 1339static ShutdownCause qemu_reset_requested(void)
cf7a2fe2 1340{
aedbe192
EB
1341 ShutdownCause r = reset_requested;
1342
8bd7f71d 1343 if (r && replay_checkpoint(CHECKPOINT_RESET_REQUESTED)) {
aedbe192 1344 reset_requested = SHUTDOWN_CAUSE_NONE;
8bd7f71d
PD
1345 return r;
1346 }
aedbe192 1347 return SHUTDOWN_CAUSE_NONE;
cf7a2fe2
AJ
1348}
1349
95b363b5
GH
1350static int qemu_suspend_requested(void)
1351{
1352 int r = suspend_requested;
8bd7f71d
PD
1353 if (r && replay_checkpoint(CHECKPOINT_SUSPEND_REQUESTED)) {
1354 suspend_requested = 0;
1355 return r;
1356 }
1357 return false;
95b363b5
GH
1358}
1359
4bc78a87 1360static WakeupReason qemu_wakeup_requested(void)
14058196 1361{
4bc78a87 1362 return wakeup_reason;
14058196
LC
1363}
1364
4fdcac0e 1365static int qemu_powerdown_requested(void)
cf7a2fe2
AJ
1366{
1367 int r = powerdown_requested;
1368 powerdown_requested = 0;
1369 return r;
1370}
1371
e568902a
AL
1372static int qemu_debug_requested(void)
1373{
1374 int r = debug_requested;
1375 debug_requested = 0;
1376 return r;
1377}
1378
047f7038
IM
1379void qemu_exit_preconfig_request(void)
1380{
1381 preconfig_exit_requested = true;
1382}
1383
aedbe192
EB
1384/*
1385 * Reset the VM. Issue an event unless @reason is SHUTDOWN_CAUSE_NONE.
1386 */
1387void qemu_system_reset(ShutdownCause reason)
be522029 1388{
0056ae24
MA
1389 MachineClass *mc;
1390
1391 mc = current_machine ? MACHINE_GET_CLASS(current_machine) : NULL;
1392
efdaf797
DG
1393 cpu_synchronize_all_states();
1394
958db90c 1395 if (mc && mc->reset) {
a0628599 1396 mc->reset(current_machine);
be522029
DG
1397 } else {
1398 qemu_devices_reset();
1399 }
3bf5de52 1400 if (reason && reason != SHUTDOWN_CAUSE_SUBSYSTEM_RESET) {
ecd7a0d5 1401 qapi_event_send_reset(shutdown_caused_by_guest(reason), reason);
e063eb1f 1402 }
ea375f9a 1403 cpu_synchronize_all_post_reset();
bb0c6722
FB
1404}
1405
4b5e06c9
NP
1406/*
1407 * Wake the VM after suspend.
1408 */
1409static void qemu_system_wakeup(void)
1410{
1411 MachineClass *mc;
1412
1413 mc = current_machine ? MACHINE_GET_CLASS(current_machine) : NULL;
1414
1415 if (mc && mc->wakeup) {
1416 mc->wakeup(current_machine);
4b5e06c9
NP
1417 }
1418}
1419
c86f106b 1420void qemu_system_guest_panicked(GuestPanicInformation *info)
5f5b5942 1421{
4ada99ad 1422 qemu_log_mask(LOG_GUEST_ERROR, "Guest crashed");
f47291b7 1423
bac05aa9
AS
1424 if (current_cpu) {
1425 current_cpu->crash_occurred = true;
1426 }
c86f106b 1427 qapi_event_send_guest_panicked(GUEST_PANIC_ACTION_PAUSE,
3ab72385 1428 !!info, info);
5f5b5942 1429 vm_stop(RUN_STATE_GUEST_PANICKED);
864111f4
CB
1430 if (!no_shutdown) {
1431 qapi_event_send_guest_panicked(GUEST_PANIC_ACTION_POWEROFF,
3ab72385 1432 !!info, info);
cf83f140 1433 qemu_system_shutdown_request(SHUTDOWN_CAUSE_GUEST_PANIC);
864111f4 1434 }
c86f106b
AN
1435
1436 if (info) {
e8ed97a6 1437 if (info->type == GUEST_PANIC_INFORMATION_TYPE_HYPER_V) {
4ada99ad 1438 qemu_log_mask(LOG_GUEST_ERROR, "\nHV crash parameters: (%#"PRIx64
f47291b7 1439 " %#"PRIx64" %#"PRIx64" %#"PRIx64" %#"PRIx64")\n",
e8ed97a6
AN
1440 info->u.hyper_v.arg1,
1441 info->u.hyper_v.arg2,
1442 info->u.hyper_v.arg3,
1443 info->u.hyper_v.arg4,
1444 info->u.hyper_v.arg5);
4ada99ad
CB
1445 } else if (info->type == GUEST_PANIC_INFORMATION_TYPE_S390) {
1446 qemu_log_mask(LOG_GUEST_ERROR, " on cpu %d: %s\n"
1447 "PSW: 0x%016" PRIx64 " 0x%016" PRIx64"\n",
1448 info->u.s390.core,
1449 S390CrashReason_str(info->u.s390.reason),
1450 info->u.s390.psw_mask,
1451 info->u.s390.psw_addr);
f47291b7 1452 }
c86f106b
AN
1453 qapi_free_GuestPanicInformation(info);
1454 }
5f5b5942
AS
1455}
1456
7dc58dee
ZP
1457void qemu_system_guest_crashloaded(GuestPanicInformation *info)
1458{
1459 qemu_log_mask(LOG_GUEST_ERROR, "Guest crash loaded");
1460
1461 qapi_event_send_guest_crashloaded(GUEST_PANIC_ACTION_RUN,
1462 !!info, info);
1463
1464 if (info) {
1465 qapi_free_GuestPanicInformation(info);
1466 }
1467}
1468
cf83f140 1469void qemu_system_reset_request(ShutdownCause reason)
bb0c6722 1470{
76ed4b18 1471 if (no_reboot && reason != SHUTDOWN_CAUSE_SUBSYSTEM_RESET) {
cf83f140 1472 shutdown_requested = reason;
d1beab82 1473 } else {
cf83f140 1474 reset_requested = reason;
d1beab82 1475 }
b4a3d965 1476 cpu_stop_current();
d9f75a4e 1477 qemu_notify_event();
bb0c6722
FB
1478}
1479
95b363b5
GH
1480static void qemu_system_suspend(void)
1481{
1482 pause_all_vcpus();
1483 notifier_list_notify(&suspend_notifiers, NULL);
ad02b96a 1484 runstate_set(RUN_STATE_SUSPENDED);
3ab72385 1485 qapi_event_send_suspend();
95b363b5
GH
1486}
1487
1488void qemu_system_suspend_request(void)
1489{
9abc62f6 1490 if (runstate_check(RUN_STATE_SUSPENDED)) {
95b363b5
GH
1491 return;
1492 }
1493 suspend_requested = 1;
1494 cpu_stop_current();
1495 qemu_notify_event();
1496}
1497
1498void qemu_register_suspend_notifier(Notifier *notifier)
1499{
1500 notifier_list_add(&suspend_notifiers, notifier);
1501}
1502
fb064112 1503void qemu_system_wakeup_request(WakeupReason reason, Error **errp)
95b363b5 1504{
4fed9421
AK
1505 trace_system_wakeup_request(reason);
1506
9abc62f6 1507 if (!runstate_check(RUN_STATE_SUSPENDED)) {
fb064112
DHB
1508 error_setg(errp,
1509 "Unable to wake up: guest is not in suspended state");
95b363b5
GH
1510 return;
1511 }
1512 if (!(wakeup_reason_mask & (1 << reason))) {
1513 return;
1514 }
ad02b96a 1515 runstate_set(RUN_STATE_RUNNING);
4bc78a87 1516 wakeup_reason = reason;
95b363b5 1517 qemu_notify_event();
95b363b5
GH
1518}
1519
1520void qemu_system_wakeup_enable(WakeupReason reason, bool enabled)
1521{
1522 if (enabled) {
1523 wakeup_reason_mask |= (1 << reason);
1524 } else {
1525 wakeup_reason_mask &= ~(1 << reason);
1526 }
1527}
1528
1529void qemu_register_wakeup_notifier(Notifier *notifier)
1530{
1531 notifier_list_add(&wakeup_notifiers, notifier);
1532}
1533
46ea94ca
DHB
1534void qemu_register_wakeup_support(void)
1535{
1536 wakeup_suspend_enabled = true;
1537}
1538
fb064112 1539bool qemu_wakeup_suspend_enabled(void)
46ea94ca
DHB
1540{
1541 return wakeup_suspend_enabled;
1542}
1543
f64622c4
GN
1544void qemu_system_killed(int signal, pid_t pid)
1545{
1546 shutdown_signal = signal;
1547 shutdown_pid = pid;
d9389b96 1548 no_shutdown = 0;
8bd7f71d
PD
1549
1550 /* Cannot call qemu_system_shutdown_request directly because
1551 * we are in a signal handler.
1552 */
aedbe192 1553 shutdown_requested = SHUTDOWN_CAUSE_HOST_SIGNAL;
8bd7f71d 1554 qemu_notify_event();
f64622c4
GN
1555}
1556
cf83f140 1557void qemu_system_shutdown_request(ShutdownCause reason)
bb0c6722 1558{
cf83f140
EB
1559 trace_qemu_system_shutdown_request(reason);
1560 replay_shutdown_request(reason);
1561 shutdown_requested = reason;
d9f75a4e 1562 qemu_notify_event();
bb0c6722
FB
1563}
1564
013c2f15
IM
1565static void qemu_system_powerdown(void)
1566{
3ab72385 1567 qapi_event_send_powerdown();
013c2f15
IM
1568 notifier_list_notify(&powerdown_notifiers, NULL);
1569}
1570
2dadd753
YS
1571static void qemu_system_shutdown(ShutdownCause cause)
1572{
1573 qapi_event_send_shutdown(shutdown_caused_by_guest(cause), cause);
1574 notifier_list_notify(&shutdown_notifiers, &cause);
1575}
1576
3475187d
FB
1577void qemu_system_powerdown_request(void)
1578{
bc78cff9 1579 trace_qemu_system_powerdown_request();
3475187d 1580 powerdown_requested = 1;
d9f75a4e
AL
1581 qemu_notify_event();
1582}
1583
a9552c8e
IM
1584void qemu_register_powerdown_notifier(Notifier *notifier)
1585{
1586 notifier_list_add(&powerdown_notifiers, notifier);
1587}
1588
2dadd753
YS
1589void qemu_register_shutdown_notifier(Notifier *notifier)
1590{
1591 notifier_list_add(&shutdown_notifiers, notifier);
1592}
1593
8cf71710
JK
1594void qemu_system_debug_request(void)
1595{
1596 debug_requested = 1;
83f338f7 1597 qemu_notify_event();
8cf71710
JK
1598}
1599
99435906
PB
1600static bool main_loop_should_exit(void)
1601{
1602 RunState r;
aedbe192
EB
1603 ShutdownCause request;
1604
047f7038
IM
1605 if (preconfig_exit_requested) {
1606 if (runstate_check(RUN_STATE_PRECONFIG)) {
1607 runstate_set(RUN_STATE_PRELAUNCH);
1608 }
1609 preconfig_exit_requested = false;
1610 return true;
1611 }
99435906
PB
1612 if (qemu_debug_requested()) {
1613 vm_stop(RUN_STATE_DEBUG);
1614 }
95b363b5
GH
1615 if (qemu_suspend_requested()) {
1616 qemu_system_suspend();
1617 }
aedbe192
EB
1618 request = qemu_shutdown_requested();
1619 if (request) {
99435906 1620 qemu_kill_report();
2dadd753 1621 qemu_system_shutdown(request);
99435906
PB
1622 if (no_shutdown) {
1623 vm_stop(RUN_STATE_SHUTDOWN);
1624 } else {
1625 return true;
1626 }
1627 }
aedbe192
EB
1628 request = qemu_reset_requested();
1629 if (request) {
99435906 1630 pause_all_vcpus();
aedbe192 1631 qemu_system_reset(request);
99435906 1632 resume_all_vcpus();
ddad81bd
LV
1633 /*
1634 * runstate can change in pause_all_vcpus()
1635 * as iothread mutex is unlocked
1636 */
7ec13c79 1637 if (!runstate_check(RUN_STATE_RUNNING) &&
ddad81bd
LV
1638 !runstate_check(RUN_STATE_INMIGRATE) &&
1639 !runstate_check(RUN_STATE_FINISH_MIGRATE)) {
7ec13c79 1640 runstate_set(RUN_STATE_PRELAUNCH);
99435906
PB
1641 }
1642 }
14058196
LC
1643 if (qemu_wakeup_requested()) {
1644 pause_all_vcpus();
4b5e06c9 1645 qemu_system_wakeup();
4bc78a87
LJ
1646 notifier_list_notify(&wakeup_notifiers, &wakeup_reason);
1647 wakeup_reason = QEMU_WAKEUP_REASON_NONE;
14058196 1648 resume_all_vcpus();
3ab72385 1649 qapi_event_send_wakeup();
14058196 1650 }
99435906 1651 if (qemu_powerdown_requested()) {
013c2f15 1652 qemu_system_powerdown();
99435906
PB
1653 }
1654 if (qemu_vmstop_requested(&r)) {
1655 vm_stop(r);
1656 }
1657 return false;
1658}
1659
7b733862 1660void qemu_main_loop(void)
43b96858 1661{
8e1b90ec
JK
1662#ifdef CONFIG_PROFILER
1663 int64_t ti;
1664#endif
0f5319ea 1665 while (!main_loop_should_exit()) {
89bfc105 1666#ifdef CONFIG_PROFILER
46481d39 1667 ti = profile_getclock();
89bfc105 1668#endif
e330c118 1669 main_loop_wait(false);
89bfc105 1670#ifdef CONFIG_PROFILER
46481d39 1671 dev_time += profile_getclock() - ti;
89bfc105 1672#endif
0f5319ea 1673 }
b4608c04
FB
1674}
1675
9bd7e6d9
PB
1676static void version(void)
1677{
7e563bfb 1678 printf("QEMU emulator version " QEMU_FULL_VERSION "\n"
d915b7bb 1679 QEMU_COPYRIGHT "\n");
9bd7e6d9
PB
1680}
1681
15f82208 1682static void help(int exitcode)
0824d6fc 1683{
a3adb7ad
ME
1684 version();
1685 printf("usage: %s [options] [disk_image]\n\n"
1686 "'disk_image' is a raw hard disk image for IDE hard disk 0\n\n",
1687 error_get_progname());
1688
77bd1119
ME
1689#define QEMU_OPTIONS_GENERATE_HELP
1690#include "qemu-options-wrapper.h"
a3adb7ad
ME
1691
1692 printf("\nDuring emulation, the following keys are useful:\n"
3f020d70 1693 "ctrl-alt-f toggle full screen\n"
1694 "ctrl-alt-n switch to virtual console 'n'\n"
1695 "ctrl-alt toggle mouse and keyboard grab\n"
1696 "\n"
f5048cb7
EB
1697 "When using -nographic, press 'ctrl-a h' to get some help.\n"
1698 "\n"
1699 QEMU_HELP_BOTTOM "\n");
a3adb7ad 1700
15f82208 1701 exit(exitcode);
0824d6fc
FB
1702}
1703
cd6f1169
FB
1704#define HAS_ARG 0x0001
1705
cd6f1169
FB
1706typedef struct QEMUOption {
1707 const char *name;
1708 int flags;
1709 int index;
ad96090a 1710 uint32_t arch_mask;
cd6f1169
FB
1711} QEMUOption;
1712
dbed7e40 1713static const QEMUOption qemu_options[] = {
ad96090a 1714 { "h", 0, QEMU_OPTION_h, QEMU_ARCH_ALL },
77bd1119
ME
1715#define QEMU_OPTIONS_GENERATE_OPTIONS
1716#include "qemu-options-wrapper.h"
cd6f1169 1717 { NULL },
fc01f7e7 1718};
a369da5f 1719
8c9a2b71
EH
1720typedef struct VGAInterfaceInfo {
1721 const char *opt_name; /* option name */
1722 const char *name; /* human-readable name */
c2c7b22d
EH
1723 /* Class names indicating that support is available.
1724 * If no class is specified, the interface is always available */
1725 const char *class_names[2];
8c9a2b71
EH
1726} VGAInterfaceInfo;
1727
53b93511 1728static const VGAInterfaceInfo vga_interfaces[VGA_TYPE_MAX] = {
8c9a2b71
EH
1729 [VGA_NONE] = {
1730 .opt_name = "none",
d2fa65cd 1731 .name = "no graphic card",
8c9a2b71
EH
1732 },
1733 [VGA_STD] = {
1734 .opt_name = "std",
1735 .name = "standard VGA",
c2c7b22d 1736 .class_names = { "VGA", "isa-vga" },
8c9a2b71
EH
1737 },
1738 [VGA_CIRRUS] = {
1739 .opt_name = "cirrus",
1740 .name = "Cirrus VGA",
c2c7b22d 1741 .class_names = { "cirrus-vga", "isa-cirrus-vga" },
8c9a2b71
EH
1742 },
1743 [VGA_VMWARE] = {
1744 .opt_name = "vmware",
1745 .name = "VMWare SVGA",
c2c7b22d 1746 .class_names = { "vmware-svga" },
8c9a2b71
EH
1747 },
1748 [VGA_VIRTIO] = {
1749 .opt_name = "virtio",
1750 .name = "Virtio VGA",
c2c7b22d 1751 .class_names = { "virtio-vga" },
8c9a2b71
EH
1752 },
1753 [VGA_QXL] = {
1754 .opt_name = "qxl",
1755 .name = "QXL VGA",
c2c7b22d 1756 .class_names = { "qxl-vga" },
8c9a2b71
EH
1757 },
1758 [VGA_TCX] = {
1759 .opt_name = "tcx",
1760 .name = "TCX framebuffer",
c2c7b22d 1761 .class_names = { "SUNW,tcx" },
8c9a2b71
EH
1762 },
1763 [VGA_CG3] = {
1764 .opt_name = "cg3",
1765 .name = "CG3 framebuffer",
c2c7b22d 1766 .class_names = { "cgthree" },
8c9a2b71
EH
1767 },
1768 [VGA_XENFB] = {
1769 .opt_name = "xenfb",
d2fa65cd 1770 .name = "Xen paravirtualized framebuffer",
8c9a2b71
EH
1771 },
1772};
1773
c2c7b22d
EH
1774static bool vga_interface_available(VGAInterfaceType t)
1775{
53b93511 1776 const VGAInterfaceInfo *ti = &vga_interfaces[t];
c2c7b22d
EH
1777
1778 assert(t < VGA_TYPE_MAX);
1779 return !ti->class_names[0] ||
7ab6e7fc
GH
1780 module_object_class_by_name(ti->class_names[0]) ||
1781 module_object_class_by_name(ti->class_names[1]);
c2c7b22d
EH
1782}
1783
dceb8852
MAL
1784static const char *
1785get_default_vga_model(const MachineClass *machine_class)
1786{
1787 if (machine_class->default_display) {
1788 return machine_class->default_display;
1789 } else if (vga_interface_available(VGA_CIRRUS)) {
1790 return "cirrus";
1791 } else if (vga_interface_available(VGA_STD)) {
1792 return "std";
1793 }
1794
1795 return NULL;
1796}
1797
1798static void select_vgahw(const MachineClass *machine_class, const char *p)
3893c124 1799{
1800 const char *opts;
8c9a2b71 1801 int t;
3893c124 1802
dceb8852
MAL
1803 if (g_str_equal(p, "help")) {
1804 const char *def = get_default_vga_model(machine_class);
1805
1806 for (t = 0; t < VGA_TYPE_MAX; t++) {
1807 const VGAInterfaceInfo *ti = &vga_interfaces[t];
1808
1809 if (vga_interface_available(t) && ti->opt_name) {
1810 printf("%-20s %s%s\n", ti->opt_name, ti->name ?: "",
1811 g_str_equal(ti->opt_name, def) ? " (default)" : "");
1812 }
1813 }
1814 exit(0);
1815 }
1816
d44229c5 1817 assert(vga_interface_type == VGA_NONE);
8c9a2b71 1818 for (t = 0; t < VGA_TYPE_MAX; t++) {
53b93511 1819 const VGAInterfaceInfo *ti = &vga_interfaces[t];
8c9a2b71 1820 if (ti->opt_name && strstart(p, ti->opt_name, &opts)) {
c2c7b22d 1821 if (!vga_interface_available(t)) {
8c9a2b71
EH
1822 error_report("%s not available", ti->name);
1823 exit(1);
1824 }
1825 vga_interface_type = t;
1826 break;
af87bf29 1827 }
8c9a2b71
EH
1828 }
1829 if (t == VGA_TYPE_MAX) {
3893c124 1830 invalid_vga:
3e515373 1831 error_report("unknown vga type: %s", p);
3893c124 1832 exit(1);
1833 }
cb5a7aa8 1834 while (*opts) {
1835 const char *nextopt;
1836
1837 if (strstart(opts, ",retrace=", &nextopt)) {
1838 opts = nextopt;
1839 if (strstart(opts, "dumb", &nextopt))
1840 vga_retrace_method = VGA_RETRACE_DUMB;
1841 else if (strstart(opts, "precise", &nextopt))
1842 vga_retrace_method = VGA_RETRACE_PRECISE;
1843 else goto invalid_vga;
1844 } else goto invalid_vga;
1845 opts = nextopt;
1846 }
3893c124 1847}
1848
776d1344
GH
1849static void parse_display_qapi(const char *optarg)
1850{
776d1344
GH
1851 DisplayOptions *opts;
1852 Visitor *v;
1853
50beeb68 1854 v = qobject_input_visitor_new_str(optarg, "type", &error_fatal);
776d1344
GH
1855
1856 visit_type_DisplayOptions(v, NULL, &opts, &error_fatal);
1857 QAPI_CLONE_MEMBERS(DisplayOptions, &dpy, opts);
1858
1859 qapi_free_DisplayOptions(opts);
1860 visit_free(v);
1861}
1862
e1ca8f7e
GH
1863DisplayOptions *qmp_query_display_options(Error **errp)
1864{
1865 return QAPI_CLONE(DisplayOptions, &dpy);
1866}
1867
e3af9f9a 1868static void parse_display(const char *p)
1472a95b
JS
1869{
1870 const char *opts;
1472a95b 1871
c388f408
TH
1872 if (is_help_option(p)) {
1873 qemu_display_help();
1874 exit(0);
1875 }
1876
1472a95b 1877 if (strstart(p, "sdl", &opts)) {
7a61f438
GH
1878 /*
1879 * sdl DisplayType needs hand-crafted parser instead of
1880 * parse_display_qapi() due to some options not in
1881 * DisplayOptions, specifically:
1882 * - frame
1883 * Already deprecated.
1884 * - ctrl_grab + alt_grab
1885 * Not clear yet what happens to them long-term. Should
1886 * replaced by something better or deprecated and dropped.
1887 */
fe91f36a 1888 dpy.type = DISPLAY_TYPE_SDL;
1472a95b
JS
1889 while (*opts) {
1890 const char *nextopt;
1891
09bd7ba9 1892 if (strstart(opts, ",alt_grab=", &nextopt)) {
1472a95b
JS
1893 opts = nextopt;
1894 if (strstart(opts, "on", &nextopt)) {
1895 alt_grab = 1;
1896 } else if (strstart(opts, "off", &nextopt)) {
1897 alt_grab = 0;
1898 } else {
05175535 1899 goto invalid_sdl_args;
1472a95b
JS
1900 }
1901 } else if (strstart(opts, ",ctrl_grab=", &nextopt)) {
1902 opts = nextopt;
1903 if (strstart(opts, "on", &nextopt)) {
1904 ctrl_grab = 1;
1905 } else if (strstart(opts, "off", &nextopt)) {
1906 ctrl_grab = 0;
1907 } else {
05175535 1908 goto invalid_sdl_args;
1472a95b
JS
1909 }
1910 } else if (strstart(opts, ",window_close=", &nextopt)) {
1911 opts = nextopt;
fe91f36a 1912 dpy.has_window_close = true;
1472a95b 1913 if (strstart(opts, "on", &nextopt)) {
fe91f36a 1914 dpy.window_close = true;
1472a95b 1915 } else if (strstart(opts, "off", &nextopt)) {
fe91f36a 1916 dpy.window_close = false;
1472a95b 1917 } else {
05175535 1918 goto invalid_sdl_args;
1472a95b 1919 }
86a088e6
GH
1920 } else if (strstart(opts, ",show-cursor=", &nextopt)) {
1921 opts = nextopt;
1922 dpy.has_show_cursor = true;
1923 if (strstart(opts, "on", &nextopt)) {
1924 dpy.show_cursor = true;
1925 } else if (strstart(opts, "off", &nextopt)) {
1926 dpy.show_cursor = false;
1927 } else {
1928 goto invalid_sdl_args;
1929 }
0b71a5d5
GH
1930 } else if (strstart(opts, ",gl=", &nextopt)) {
1931 opts = nextopt;
fe91f36a 1932 dpy.has_gl = true;
0b71a5d5 1933 if (strstart(opts, "on", &nextopt)) {
62f27922 1934 dpy.gl = DISPLAYGL_MODE_ON;
4867e47c
ET
1935 } else if (strstart(opts, "core", &nextopt)) {
1936 dpy.gl = DISPLAYGL_MODE_CORE;
1937 } else if (strstart(opts, "es", &nextopt)) {
1938 dpy.gl = DISPLAYGL_MODE_ES;
0b71a5d5 1939 } else if (strstart(opts, "off", &nextopt)) {
62f27922 1940 dpy.gl = DISPLAYGL_MODE_OFF;
0b71a5d5
GH
1941 } else {
1942 goto invalid_sdl_args;
1943 }
1472a95b 1944 } else {
05175535 1945 invalid_sdl_args:
3e515373 1946 error_report("invalid SDL option string");
05175535 1947 exit(1);
1472a95b
JS
1948 }
1949 opts = nextopt;
1950 }
3264ff12 1951 } else if (strstart(p, "vnc", &opts)) {
7a61f438
GH
1952 /*
1953 * vnc isn't a (local) DisplayType but a protocol for remote
1954 * display access.
1955 */
4db14629 1956 if (*opts == '=') {
7b1ee0f2 1957 vnc_parse(opts + 1, &error_fatal);
4db14629 1958 } else {
c6bf0f7f 1959 error_report("VNC requires a display argument vnc=<display>");
3264ff12
JS
1960 exit(1);
1961 }
1472a95b 1962 } else {
776d1344 1963 parse_display_qapi(p);
1472a95b 1964 }
1472a95b
JS
1965}
1966
5cea8590
PB
1967char *qemu_find_file(int type, const char *name)
1968{
4524051c 1969 int i;
5cea8590
PB
1970 const char *subdir;
1971 char *buf;
1972
31783203
PM
1973 /* Try the name as a straight path first */
1974 if (access(name, R_OK) == 0) {
4524051c 1975 trace_load_file(name, name);
7267c094 1976 return g_strdup(name);
5cea8590 1977 }
4524051c 1978
5cea8590
PB
1979 switch (type) {
1980 case QEMU_FILE_TYPE_BIOS:
1981 subdir = "";
1982 break;
1983 case QEMU_FILE_TYPE_KEYMAP:
1984 subdir = "keymaps/";
1985 break;
1986 default:
1987 abort();
1988 }
4524051c
GH
1989
1990 for (i = 0; i < data_dir_idx; i++) {
1991 buf = g_strdup_printf("%s/%s%s", data_dir[i], subdir, name);
1992 if (access(buf, R_OK) == 0) {
1993 trace_load_file(name, buf);
1994 return buf;
1995 }
7267c094 1996 g_free(buf);
5cea8590 1997 }
4524051c 1998 return NULL;
5cea8590
PB
1999}
2000
7a071a96 2001void qemu_add_data_dir(const char *path)
2a1cce90
GH
2002{
2003 int i;
2004
2005 if (path == NULL) {
2006 return;
2007 }
2008 if (data_dir_idx == ARRAY_SIZE(data_dir)) {
2009 return;
2010 }
2011 for (i = 0; i < data_dir_idx; i++) {
2012 if (strcmp(data_dir[i], path) == 0) {
2013 return; /* duplicate */
2014 }
2015 }
35471127 2016 data_dir[data_dir_idx++] = g_strdup(path);
2a1cce90
GH
2017}
2018
6407d76e
GS
2019static inline bool nonempty_str(const char *str)
2020{
2021 return str && *str;
2022}
2023
81b2b810
GS
2024static int parse_fw_cfg(void *opaque, QemuOpts *opts, Error **errp)
2025{
2026 gchar *buf;
2027 size_t size;
6552d87c 2028 const char *name, *file, *str, *gen_id;
bab47d9a 2029 FWCfgState *fw_cfg = (FWCfgState *) opaque;
81b2b810 2030
bab47d9a 2031 if (fw_cfg == NULL) {
406b6367 2032 error_setg(errp, "fw_cfg device not available");
81b2b810
GS
2033 return -1;
2034 }
2035 name = qemu_opt_get(opts, "name");
2036 file = qemu_opt_get(opts, "file");
6407d76e 2037 str = qemu_opt_get(opts, "string");
6552d87c 2038 gen_id = qemu_opt_get(opts, "gen_id");
6407d76e 2039
6552d87c
PMD
2040 /* we need the name, and exactly one of: file, content string, gen_id */
2041 if (!nonempty_str(name) ||
2042 nonempty_str(file) + nonempty_str(str) + nonempty_str(gen_id) != 1) {
2043 error_setg(errp, "name, plus exactly one of file,"
2044 " string and gen_id, are needed");
81b2b810
GS
2045 return -1;
2046 }
2047 if (strlen(name) > FW_CFG_MAX_FILE_PATH - 1) {
406b6367
MA
2048 error_setg(errp, "name too long (max. %d char)",
2049 FW_CFG_MAX_FILE_PATH - 1);
81b2b810
GS
2050 return -1;
2051 }
f7d8afb1
PMD
2052 if (nonempty_str(gen_id)) {
2053 /*
2054 * In this particular case where the content is populated
2055 * internally, the "etc/" namespace protection is relaxed,
2056 * so do not emit a warning.
2057 */
2058 } else if (strncmp(name, "opt/", 4) != 0) {
3dc6f869
AF
2059 warn_report("externally provided fw_cfg item names "
2060 "should be prefixed with \"opt/\"");
81b2b810 2061 }
6407d76e
GS
2062 if (nonempty_str(str)) {
2063 size = strlen(str); /* NUL terminator NOT included in fw_cfg blob */
2064 buf = g_memdup(str, size);
6552d87c
PMD
2065 } else if (nonempty_str(gen_id)) {
2066 Error *local_err = NULL;
2067
2068 fw_cfg_add_from_generator(fw_cfg, name, gen_id, errp);
2069 if (local_err) {
2070 error_propagate(errp, local_err);
2071 return -1;
2072 }
2073 return 0;
6407d76e 2074 } else {
353c7d58
LQ
2075 GError *err = NULL;
2076 if (!g_file_get_contents(file, &buf, &size, &err)) {
2077 error_setg(errp, "can't load %s: %s", file, err->message);
2078 g_error_free(err);
6407d76e
GS
2079 return -1;
2080 }
81b2b810 2081 }
bab47d9a
GH
2082 /* For legacy, keep user files in a specific global order. */
2083 fw_cfg_set_order_override(fw_cfg, FW_CFG_ORDER_OVERRIDE_USER);
2084 fw_cfg_add_file(fw_cfg, name, buf, size);
2085 fw_cfg_reset_order_override(fw_cfg);
81b2b810
GS
2086 return 0;
2087}
2088
28d0de7a 2089static int device_help_func(void *opaque, QemuOpts *opts, Error **errp)
ff952ba2
MA
2090{
2091 return qdev_device_help(opts);
2092}
2093
28d0de7a 2094static int device_init_func(void *opaque, QemuOpts *opts, Error **errp)
f31d07d1
GH
2095{
2096 DeviceState *dev;
2097
cd65f349 2098 dev = qdev_device_add(opts, errp);
f3a85056
JF
2099 if (!dev && *errp) {
2100 error_report_err(*errp);
f31d07d1 2101 return -1;
f3a85056
JF
2102 } else if (dev) {
2103 object_unref(OBJECT(dev));
f006cf7f 2104 }
f31d07d1
GH
2105 return 0;
2106}
2107
28d0de7a 2108static int chardev_init_func(void *opaque, QemuOpts *opts, Error **errp)
1a688d3b 2109{
bd2d80b2 2110 Error *local_err = NULL;
1a688d3b 2111
4ad6f6cb 2112 if (!qemu_chr_new_from_opts(opts, NULL, &local_err)) {
0ec846bf 2113 if (local_err) {
dd4af977 2114 error_propagate(errp, local_err);
0ec846bf
AN
2115 return -1;
2116 }
2117 exit(0);
bd2d80b2 2118 }
1a688d3b
GH
2119 return 0;
2120}
2121
758e8e38 2122#ifdef CONFIG_VIRTFS
28d0de7a 2123static int fsdev_init_func(void *opaque, QemuOpts *opts, Error **errp)
74db920c 2124{
b836723d 2125 return qemu_fsdev_add(opts, errp);
74db920c
GS
2126}
2127#endif
2128
28d0de7a 2129static int mon_init_func(void *opaque, QemuOpts *opts, Error **errp)
88589343 2130{
c3e95551 2131 return monitor_init_opts(opts, errp);
88589343
GH
2132}
2133
4821cd4c 2134static void monitor_parse(const char *optarg, const char *mode, bool pretty)
88589343
GH
2135{
2136 static int monitor_device_index = 0;
2137 QemuOpts *opts;
2138 const char *p;
2139 char label[32];
88589343
GH
2140
2141 if (strstart(optarg, "chardev:", &p)) {
2142 snprintf(label, sizeof(label), "%s", p);
2143 } else {
140e065d
JK
2144 snprintf(label, sizeof(label), "compat_monitor%d",
2145 monitor_device_index);
95e30b2a 2146 opts = qemu_chr_parse_compat(label, optarg, true);
88589343 2147 if (!opts) {
f61eddcb 2148 error_report("parse error: %s", optarg);
88589343
GH
2149 exit(1);
2150 }
2151 }
2152
822ac12d 2153 opts = qemu_opts_create(qemu_find_opts("mon"), label, 1, &error_fatal);
f43e47db
MA
2154 qemu_opt_set(opts, "mode", mode, &error_abort);
2155 qemu_opt_set(opts, "chardev", label, &error_abort);
3c45f625
KW
2156 if (!strcmp(mode, "control")) {
2157 qemu_opt_set_bool(opts, "pretty", pretty, &error_abort);
2158 } else {
2159 assert(pretty == false);
2160 }
88589343
GH
2161 monitor_device_index++;
2162}
2163
bd3c948d
GH
2164struct device_config {
2165 enum {
aee1b935 2166 DEV_USB, /* -usbdevice */
aee1b935
GH
2167 DEV_SERIAL, /* -serial */
2168 DEV_PARALLEL, /* -parallel */
c9f398e5 2169 DEV_DEBUGCON, /* -debugcon */
ef0c4a0d 2170 DEV_GDB, /* -gdb, -s */
3ef669e1 2171 DEV_SCLP, /* s390 sclp */
bd3c948d
GH
2172 } type;
2173 const char *cmdline;
d9a5954d 2174 Location loc;
72cf2d4f 2175 QTAILQ_ENTRY(device_config) next;
bd3c948d 2176};
4fdcac0e
BS
2177
2178static QTAILQ_HEAD(, device_config) device_configs =
2179 QTAILQ_HEAD_INITIALIZER(device_configs);
bd3c948d
GH
2180
2181static void add_device_config(int type, const char *cmdline)
2182{
2183 struct device_config *conf;
2184
7267c094 2185 conf = g_malloc0(sizeof(*conf));
bd3c948d
GH
2186 conf->type = type;
2187 conf->cmdline = cmdline;
d9a5954d 2188 loc_save(&conf->loc);
72cf2d4f 2189 QTAILQ_INSERT_TAIL(&device_configs, conf, next);
bd3c948d
GH
2190}
2191
2192static int foreach_device_config(int type, int (*func)(const char *cmdline))
2193{
2194 struct device_config *conf;
2195 int rc;
2196
72cf2d4f 2197 QTAILQ_FOREACH(conf, &device_configs, next) {
bd3c948d
GH
2198 if (conf->type != type)
2199 continue;
d9a5954d 2200 loc_push_restore(&conf->loc);
bd3c948d 2201 rc = func(conf->cmdline);
d9a5954d 2202 loc_pop(&conf->loc);
28de2f88 2203 if (rc) {
bd3c948d 2204 return rc;
28de2f88 2205 }
bd3c948d
GH
2206 }
2207 return 0;
2208}
2209
998bbd74
GH
2210static int serial_parse(const char *devname)
2211{
6af2692e 2212 int index = num_serial_hds;
998bbd74
GH
2213 char label[32];
2214
2215 if (strcmp(devname, "none") == 0)
2216 return 0;
998bbd74 2217 snprintf(label, sizeof(label), "serial%d", index);
6af2692e
PM
2218 serial_hds = g_renew(Chardev *, serial_hds, index + 1);
2219
4ad6f6cb 2220 serial_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
998bbd74 2221 if (!serial_hds[index]) {
f61eddcb
EH
2222 error_report("could not connect serial device"
2223 " to character backend '%s'", devname);
998bbd74
GH
2224 return -1;
2225 }
6af2692e 2226 num_serial_hds++;
998bbd74
GH
2227 return 0;
2228}
2229
a8d78cd0
PM
2230Chardev *serial_hd(int i)
2231{
2232 assert(i >= 0);
6af2692e 2233 if (i < num_serial_hds) {
a8d78cd0
PM
2234 return serial_hds[i];
2235 }
2236 return NULL;
2237}
2238
b8846a4d
PM
2239int serial_max_hds(void)
2240{
2241 return num_serial_hds;
2242}
2243
6a5e8b0e
GH
2244static int parallel_parse(const char *devname)
2245{
2246 static int index = 0;
2247 char label[32];
2248
2249 if (strcmp(devname, "none") == 0)
2250 return 0;
2251 if (index == MAX_PARALLEL_PORTS) {
f61eddcb 2252 error_report("too many parallel ports");
6a5e8b0e
GH
2253 exit(1);
2254 }
2255 snprintf(label, sizeof(label), "parallel%d", index);
4ad6f6cb 2256 parallel_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
6a5e8b0e 2257 if (!parallel_hds[index]) {
f61eddcb
EH
2258 error_report("could not connect parallel device"
2259 " to character backend '%s'", devname);
6a5e8b0e
GH
2260 return -1;
2261 }
2262 index++;
2263 return 0;
2264}
2265
c9f398e5 2266static int debugcon_parse(const char *devname)
4d8b3c63 2267{
c9f398e5
PA
2268 QemuOpts *opts;
2269
4ad6f6cb 2270 if (!qemu_chr_new_mux_mon("debugcon", devname, NULL)) {
d7ecf712 2271 error_report("invalid character backend '%s'", devname);
c9f398e5
PA
2272 exit(1);
2273 }
8be7e7e4 2274 opts = qemu_opts_create(qemu_find_opts("device"), "debugcon", 1, NULL);
c9f398e5 2275 if (!opts) {
f61eddcb 2276 error_report("already have a debugcon device");
c9f398e5
PA
2277 exit(1);
2278 }
f43e47db
MA
2279 qemu_opt_set(opts, "driver", "isa-debugcon", &error_abort);
2280 qemu_opt_set(opts, "chardev", "debugcon", &error_abort);
c9f398e5
PA
2281 return 0;
2282}
2283
2709f263
LE
2284static gint machine_class_cmp(gconstpointer a, gconstpointer b)
2285{
2286 const MachineClass *mc1 = a, *mc2 = b;
2287 int res;
2288
2289 if (mc1->family == NULL) {
2290 if (mc2->family == NULL) {
2291 /* Compare standalone machine types against each other; they sort
2292 * in increasing order.
2293 */
2294 return strcmp(object_class_get_name(OBJECT_CLASS(mc1)),
2295 object_class_get_name(OBJECT_CLASS(mc2)));
2296 }
2297
2298 /* Standalone machine types sort after families. */
2299 return 1;
2300 }
2301
2302 if (mc2->family == NULL) {
2303 /* Families sort before standalone machine types. */
2304 return -1;
2305 }
2306
2307 /* Families sort between each other alphabetically increasingly. */
2308 res = strcmp(mc1->family, mc2->family);
2309 if (res != 0) {
2310 return res;
2311 }
2312
2313 /* Within the same family, machine types sort in decreasing order. */
2314 return strcmp(object_class_get_name(OBJECT_CLASS(mc2)),
2315 object_class_get_name(OBJECT_CLASS(mc1)));
2316}
2317
c516cd1b 2318static MachineClass *machine_parse(const char *name, GSList *machines)
9052ea6b 2319{
12cb82fd 2320 MachineClass *mc;
c516cd1b 2321 GSList *el;
9052ea6b 2322
12cb82fd 2323 if (is_help_option(name)) {
025172d5 2324 printf("Supported machines are:\n");
2709f263 2325 machines = g_slist_sort(machines, machine_class_cmp);
025172d5
MR
2326 for (el = machines; el; el = el->next) {
2327 MachineClass *mc = el->data;
958db90c
MA
2328 if (mc->alias) {
2329 printf("%-20s %s (alias of %s)\n", mc->alias, mc->desc, mc->name);
025172d5 2330 }
08fe6824
TH
2331 printf("%-20s %s%s%s\n", mc->name, mc->desc,
2332 mc->is_default ? " (default)" : "",
2333 mc->deprecation_reason ? " (deprecated)" : "");
9052ea6b 2334 }
12cb82fd 2335 exit(0);
9052ea6b 2336 }
261747f1 2337
12cb82fd
MA
2338 mc = find_machine(name, machines);
2339 if (!mc) {
2340 error_report("unsupported machine type");
2341 error_printf("Use -machine help to list supported machines\n");
2342 exit(1);
2343 }
2344 return mc;
9052ea6b
JK
2345}
2346
fd42deeb
GH
2347void qemu_add_exit_notifier(Notifier *notify)
2348{
2349 notifier_list_add(&exit_notifiers, notify);
2350}
2351
2352void qemu_remove_exit_notifier(Notifier *notify)
2353{
31552529 2354 notifier_remove(notify);
fd42deeb
GH
2355}
2356
2357static void qemu_run_exit_notifiers(void)
2358{
9e8dd451 2359 notifier_list_notify(&exit_notifiers, NULL);
fd42deeb
GH
2360}
2361
90a84d13
MAL
2362static const char *pid_file;
2363static Notifier qemu_unlink_pidfile_notifier;
2364
2365static void qemu_unlink_pidfile(Notifier *n, void *data)
2366{
2367 if (pid_file) {
2368 unlink(pid_file);
2369 }
2370}
2371
c8ca2a23 2372bool machine_init_done;
71cdd1cb 2373
4cab946a
GN
2374void qemu_add_machine_init_done_notifier(Notifier *notify)
2375{
2376 notifier_list_add(&machine_init_done_notifiers, notify);
71cdd1cb
PB
2377 if (machine_init_done) {
2378 notify->notify(notify, NULL);
2379 }
4cab946a
GN
2380}
2381
b86eacb8
MA
2382void qemu_remove_machine_init_done_notifier(Notifier *notify)
2383{
2384 notifier_remove(notify);
2385}
2386
4cab946a
GN
2387static void qemu_run_machine_init_done_notifiers(void)
2388{
71cdd1cb 2389 machine_init_done = true;
c8ca2a23 2390 notifier_list_notify(&machine_init_done_notifiers, NULL);
4cab946a
GN
2391}
2392
6530a97b
AL
2393static const QEMUOption *lookup_opt(int argc, char **argv,
2394 const char **poptarg, int *poptind)
2395{
2396 const QEMUOption *popt;
2397 int optind = *poptind;
2398 char *r = argv[optind];
2399 const char *optarg;
2400
0f0bc3f1 2401 loc_set_cmdline(argv, optind, 1);
6530a97b
AL
2402 optind++;
2403 /* Treat --foo the same as -foo. */
2404 if (r[1] == '-')
2405 r++;
2406 popt = qemu_options;
2407 for(;;) {
2408 if (!popt->name) {
0f0bc3f1 2409 error_report("invalid option");
6530a97b
AL
2410 exit(1);
2411 }
2412 if (!strcmp(popt->name, r + 1))
2413 break;
2414 popt++;
2415 }
2416 if (popt->flags & HAS_ARG) {
2417 if (optind >= argc) {
0f0bc3f1 2418 error_report("requires an argument");
6530a97b
AL
2419 exit(1);
2420 }
2421 optarg = argv[optind++];
0f0bc3f1 2422 loc_set_cmdline(argv, optind - 2, 2);
6530a97b
AL
2423 } else {
2424 optarg = NULL;
2425 }
2426
2427 *poptarg = optarg;
2428 *poptind = optind;
2429
2430 return popt;
2431}
2432
7580f231 2433static MachineClass *select_machine(void)
34f405ae 2434{
c516cd1b
WY
2435 GSList *machines = object_class_get_list(TYPE_MACHINE, false);
2436 MachineClass *machine_class = find_default_machine(machines);
34f405ae
MA
2437 const char *optarg;
2438 QemuOpts *opts;
2439 Location loc;
2440
2441 loc_push_none(&loc);
2442
2443 opts = qemu_get_machine_opts();
2444 qemu_opts_loc_restore(opts);
2445
2446 optarg = qemu_opt_get(opts, "type");
2447 if (optarg) {
c516cd1b 2448 machine_class = machine_parse(optarg, machines);
34f405ae
MA
2449 }
2450
7580f231 2451 if (!machine_class) {
34f405ae
MA
2452 error_report("No machine specified, and there is no default");
2453 error_printf("Use -machine help to list supported machines\n");
2454 exit(1);
2455 }
2456
2457 loc_pop(&loc);
c516cd1b 2458 g_slist_free(machines);
7580f231 2459 return machine_class;
34f405ae
MA
2460}
2461
e5db4bd8
PB
2462static int object_parse_property_opt(Object *obj,
2463 const char *name, const char *value,
2464 const char *skip, Error **errp)
68d98d3e 2465{
68d98d3e
AL
2466 Error *local_err = NULL;
2467
e5db4bd8 2468 if (g_str_equal(name, skip)) {
68d98d3e
AL
2469 return 0;
2470 }
2471
5325cc34 2472 object_property_parse(obj, name, value, &local_err);
68d98d3e
AL
2473
2474 if (local_err) {
702832b8 2475 error_propagate(errp, local_err);
68d98d3e
AL
2476 return -1;
2477 }
2478
2479 return 0;
2480}
2481
e5db4bd8
PB
2482static int machine_set_property(void *opaque,
2483 const char *name, const char *value,
2484 Error **errp)
2485{
2486 g_autofree char *qom_name = g_strdup(name);
2487 char *p;
2488
2489 for (p = qom_name; *p; p++) {
2490 if (*p == '_') {
2491 *p = '-';
2492 }
2493 }
2494
6f6e1698
PB
2495 /* Legacy options do not correspond to MachineState properties. */
2496 if (g_str_equal(qom_name, "accel")) {
2497 return 0;
2498 }
46472d82
PB
2499 if (g_str_equal(qom_name, "igd-passthru")) {
2500 object_register_sugar_prop(ACCEL_CLASS_NAME("xen"), qom_name, value);
2501 return 0;
2502 }
11bc4a13
PB
2503 if (g_str_equal(qom_name, "kvm-shadow-mem") ||
2504 g_str_equal(qom_name, "kernel-irqchip")) {
23b0898e
PB
2505 object_register_sugar_prop(ACCEL_CLASS_NAME("kvm"), qom_name, value);
2506 return 0;
2507 }
6f6e1698 2508
e5db4bd8
PB
2509 return object_parse_property_opt(opaque, name, value, "type", errp);
2510}
f08f9271
DB
2511
2512/*
2513 * Initial object creation happens before all other
2514 * QEMU data types are created. The majority of objects
2515 * can be created at this point. The rng-egd object
2516 * cannot be created here, as it depends on the chardev
2517 * already existing.
2518 */
1195fa2b 2519static bool object_create_initial(const char *type, QemuOpts *opts)
f08f9271 2520{
3e9297f3 2521 if (user_creatable_print_help(type, opts)) {
1195fa2b
MAL
2522 exit(0);
2523 }
2524
edfb4389
MA
2525 /*
2526 * Objects should not be made "delayed" without a reason. If you
2527 * add one, state the reason in a comment!
2528 */
2529
2530 /* Reason: rng-egd property "chardev" */
9ea18ed2 2531 if (g_str_equal(type, "rng-egd")) {
f08f9271
DB
2532 return false;
2533 }
7dbb11c8 2534
042cea27 2535#if defined(CONFIG_VHOST_USER) && defined(CONFIG_LINUX)
edfb4389 2536 /* Reason: cryptodev-vhost-user property "chardev" */
042cea27
GA
2537 if (g_str_equal(type, "cryptodev-vhost-user")) {
2538 return false;
2539 }
2540#endif
2541
9d3e12e8 2542 /*
edfb4389 2543 * Reason: filter-* property "netdev" etc.
9d3e12e8
TH
2544 */
2545 if (g_str_equal(type, "filter-buffer") ||
f6d3afb5 2546 g_str_equal(type, "filter-dump") ||
d46f75b2 2547 g_str_equal(type, "filter-mirror") ||
7dce4e6f 2548 g_str_equal(type, "filter-redirector") ||
e6eee8ab 2549 g_str_equal(type, "colo-compare") ||
646c5478
PD
2550 g_str_equal(type, "filter-rewriter") ||
2551 g_str_equal(type, "filter-replay")) {
7dbb11c8
YH
2552 return false;
2553 }
2554
6546d0db
EH
2555 /* Memory allocation by backends needs to be done
2556 * after configure_accelerator() (due to the tcg_enabled()
2557 * checks at memory_region_init_*()).
2558 *
2559 * Also, allocation of large amounts of memory may delay
2560 * chardev initialization for too long, and trigger timeouts
2561 * on software that waits for a monitor socket to be created
2562 * (e.g. libvirt).
2563 */
2564 if (g_str_has_prefix(type, "memory-backend-")) {
2565 return false;
2566 }
2567
f08f9271
DB
2568 return true;
2569}
2570
2571
2572/*
2573 * The remainder of object creation happens after the
9abce56d 2574 * creation of chardev, fsdev, net clients and device data types.
f08f9271 2575 */
1195fa2b 2576static bool object_create_delayed(const char *type, QemuOpts *opts)
f08f9271 2577{
1195fa2b 2578 return !object_create_initial(type, opts);
f08f9271
DB
2579}
2580
2581
2a7b18a3 2582static bool set_memory_options(uint64_t *ram_slots, ram_addr_t *maxram_size,
076b35b5 2583 MachineClass *mc)
3b9985e9
MA
2584{
2585 uint64_t sz;
2586 const char *mem_str;
076b35b5 2587 const ram_addr_t default_ram_size = mc->default_ram_size;
3b9985e9 2588 QemuOpts *opts = qemu_find_opts_singleton("memory");
bbe2d25c
EH
2589 Location loc;
2590
2591 loc_push_none(&loc);
2592 qemu_opts_loc_restore(opts);
3b9985e9
MA
2593
2594 sz = 0;
2595 mem_str = qemu_opt_get(opts, "size");
2596 if (mem_str) {
2597 if (!*mem_str) {
2598 error_report("missing 'size' option value");
2599 exit(EXIT_FAILURE);
2600 }
2601
2602 sz = qemu_opt_get_size(opts, "size", ram_size);
2603
2604 /* Fix up legacy suffix-less format */
2605 if (g_ascii_isdigit(mem_str[strlen(mem_str) - 1])) {
2606 uint64_t overflow_check = sz;
2607
3dc54b0e
PMD
2608 sz *= MiB;
2609 if (sz / MiB != overflow_check) {
3b9985e9
MA
2610 error_report("too large 'size' option value");
2611 exit(EXIT_FAILURE);
2612 }
2613 }
2614 }
2615
2616 /* backward compatibility behaviour for case "-m 0" */
2617 if (sz == 0) {
2618 sz = default_ram_size;
2619 }
2620
2621 sz = QEMU_ALIGN_UP(sz, 8192);
5c30ef93
CB
2622 if (mc->fixup_ram_size) {
2623 sz = mc->fixup_ram_size(sz);
2624 }
3b9985e9
MA
2625 ram_size = sz;
2626 if (ram_size != sz) {
2627 error_report("ram size too large");
2628 exit(EXIT_FAILURE);
2629 }
2630
2631 /* store value for the future use */
39101f25 2632 qemu_opt_set_number(opts, "size", ram_size, &error_abort);
3b9985e9
MA
2633 *maxram_size = ram_size;
2634
951f2269 2635 if (qemu_opt_get(opts, "maxmem")) {
3b9985e9
MA
2636 uint64_t slots;
2637
2638 sz = qemu_opt_get_size(opts, "maxmem", 0);
214224ad 2639 slots = qemu_opt_get_number(opts, "slots", 0);
3b9985e9 2640 if (sz < ram_size) {
214224ad
PK
2641 error_report("invalid value of -m option maxmem: "
2642 "maximum memory size (0x%" PRIx64 ") must be at least "
2643 "the initial memory size (0x" RAM_ADDR_FMT ")",
2644 sz, ram_size);
3b9985e9 2645 exit(EXIT_FAILURE);
951f2269 2646 } else if (slots && sz == ram_size) {
214224ad
PK
2647 error_report("invalid value of -m option maxmem: "
2648 "memory slots were specified but maximum memory size "
2649 "(0x%" PRIx64 ") is equal to the initial memory size "
2650 "(0x" RAM_ADDR_FMT ")", sz, ram_size);
3b9985e9
MA
2651 exit(EXIT_FAILURE);
2652 }
2653
3b9985e9
MA
2654 *maxram_size = sz;
2655 *ram_slots = slots;
951f2269
DH
2656 } else if (qemu_opt_get(opts, "slots")) {
2657 error_report("invalid -m option value: missing 'maxmem' option");
3b9985e9
MA
2658 exit(EXIT_FAILURE);
2659 }
bbe2d25c
EH
2660
2661 loc_pop(&loc);
2a7b18a3 2662 return !!mem_str;
3b9985e9
MA
2663}
2664
8d76bfe8
EH
2665static int global_init_func(void *opaque, QemuOpts *opts, Error **errp)
2666{
2667 GlobalProperty *g;
2668
2669 g = g_malloc0(sizeof(*g));
2670 g->driver = qemu_opt_get(opts, "driver");
2671 g->property = qemu_opt_get(opts, "property");
2672 g->value = qemu_opt_get(opts, "value");
8d76bfe8
EH
2673 qdev_prop_register_global(g);
2674 return 0;
2675}
2676
726401be
EH
2677static int qemu_read_default_config_file(void)
2678{
2679 int ret;
2680
2681 ret = qemu_read_config_file(CONFIG_QEMU_CONFDIR "/qemu.conf");
2682 if (ret < 0 && ret != -ENOENT) {
2683 return ret;
2684 }
2685
2686 return 0;
2687}
2688
a0660e0b
PX
2689static void user_register_global_props(void)
2690{
2691 qemu_opts_foreach(qemu_find_opts("global"),
2692 global_init_func, NULL, NULL);
2693}
2694
7f8b6126
PB
2695static int do_configure_icount(void *opaque, QemuOpts *opts, Error **errp)
2696{
2697 configure_icount(opts, errp);
2698 return 0;
2699}
2700
12ceaef6
PB
2701static int accelerator_set_property(void *opaque,
2702 const char *name, const char *value,
2703 Error **errp)
2704{
2705 return object_parse_property_opt(opaque, name, value, "accel", errp);
2706}
2707
deda73e8
PB
2708static int do_configure_accelerator(void *opaque, QemuOpts *opts, Error **errp)
2709{
6f6e1698
PB
2710 bool *p_init_failed = opaque;
2711 const char *acc = qemu_opt_get(opts, "accel");
2712 AccelClass *ac = accel_find(acc);
fc5cf826 2713 AccelState *accel;
6f6e1698
PB
2714 int ret;
2715
2716 if (!ac) {
8b90f1c5
PB
2717 *p_init_failed = true;
2718 error_report("invalid accelerator %s", acc);
6f6e1698
PB
2719 return 0;
2720 }
fc5cf826 2721 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac)));
fe174132 2722 object_apply_compat_props(OBJECT(accel));
12ceaef6
PB
2723 qemu_opt_foreach(opts, accelerator_set_property,
2724 accel,
2725 &error_fatal);
2726
fc5cf826 2727 ret = accel_init_machine(accel, current_machine);
6f6e1698
PB
2728 if (ret < 0) {
2729 *p_init_failed = true;
2730 error_report("failed to initialize %s: %s",
2731 acc, strerror(-ret));
2732 return 0;
2733 }
fe174132 2734
6f6e1698 2735 return 1;
deda73e8
PB
2736}
2737
28a09617 2738static void configure_accelerators(const char *progname)
deda73e8 2739{
28a09617 2740 const char *accel;
28a09617 2741 bool init_failed = false;
28a09617
PB
2742
2743 qemu_opts_foreach(qemu_find_opts("icount"),
2744 do_configure_icount, NULL, &error_fatal);
2745
2746 accel = qemu_opt_get(qemu_get_machine_opts(), "accel");
6f6e1698 2747 if (QTAILQ_EMPTY(&qemu_accel_opts.head)) {
60ee3552
RH
2748 char **accel_list, **tmp;
2749
6f6e1698
PB
2750 if (accel == NULL) {
2751 /* Select the default accelerator */
755ee1f3
RH
2752 bool have_tcg = accel_find("tcg");
2753 bool have_kvm = accel_find("kvm");
2754
2755 if (have_tcg && have_kvm) {
2756 if (g_str_has_suffix(progname, "kvm")) {
6f6e1698
PB
2757 /* If the program name ends with "kvm", we prefer KVM */
2758 accel = "kvm:tcg";
2759 } else {
2760 accel = "tcg:kvm";
2761 }
755ee1f3
RH
2762 } else if (have_kvm) {
2763 accel = "kvm";
2764 } else if (have_tcg) {
2765 accel = "tcg";
2766 } else {
2767 error_report("No accelerator selected and"
2768 " no default accelerator available");
2769 exit(1);
28a09617
PB
2770 }
2771 }
6f6e1698 2772 accel_list = g_strsplit(accel, ":", 0);
28a09617 2773
a024b090 2774 for (tmp = accel_list; *tmp; tmp++) {
6f6e1698
PB
2775 /*
2776 * Filter invalid accelerators here, to prevent obscenities
2777 * such as "-machine accel=tcg,,thread=single".
2778 */
2779 if (accel_find(*tmp)) {
2780 qemu_opts_parse_noisily(qemu_find_opts("accel"), *tmp, true);
8b90f1c5
PB
2781 } else {
2782 init_failed = true;
2783 error_report("invalid accelerator %s", *tmp);
6f6e1698 2784 }
28a09617 2785 }
adb464ff 2786 g_strfreev(accel_list);
6f6e1698
PB
2787 } else {
2788 if (accel != NULL) {
2789 error_report("The -accel and \"-machine accel=\" options are incompatible");
2790 exit(1);
28a09617
PB
2791 }
2792 }
28a09617 2793
6f6e1698
PB
2794 if (!qemu_opts_foreach(qemu_find_opts("accel"),
2795 do_configure_accelerator, &init_failed, &error_fatal)) {
28a09617 2796 if (!init_failed) {
6f6e1698 2797 error_report("no accelerator found");
28a09617
PB
2798 }
2799 exit(1);
2800 }
2801
2802 if (init_failed) {
4f7f5893 2803 AccelClass *ac = ACCEL_GET_CLASS(current_accel());
8b90f1c5 2804 error_report("falling back to %s", ac->name);
28a09617
PB
2805 }
2806
deda73e8
PB
2807 if (use_icount && !(tcg_enabled() || qtest_enabled())) {
2808 error_report("-icount is not allowed with hardware virtualization");
2809 exit(1);
2810 }
2811}
2812
ffac16fa 2813static void create_default_memdev(MachineState *ms, const char *path)
900c0ba3
IM
2814{
2815 Object *obj;
2816 MachineClass *mc = MACHINE_GET_CLASS(ms);
2817
2818 obj = object_new(path ? TYPE_MEMORY_BACKEND_FILE : TYPE_MEMORY_BACKEND_RAM);
2819 if (path) {
5325cc34 2820 object_property_set_str(obj, "mem-path", path, &error_fatal);
900c0ba3 2821 }
5325cc34 2822 object_property_set_int(obj, "size", ms->ram_size, &error_fatal);
900c0ba3 2823 object_property_add_child(object_get_objects_root(), mc->default_ram_id,
d2623129 2824 obj);
d96c4d5f 2825 /* Ensure backend's memory region name is equal to mc->default_ram_id */
5325cc34
MA
2826 object_property_set_bool(obj, "x-use-canonical-path-for-ramblock-id",
2827 false, &error_fatal);
900c0ba3
IM
2828 user_creatable_complete(USER_CREATABLE(obj), &error_fatal);
2829 object_unref(obj);
5325cc34 2830 object_property_set_str(OBJECT(ms), "memory-backend", mc->default_ram_id,
900c0ba3
IM
2831 &error_fatal);
2832}
2833
7b733862 2834void qemu_init(int argc, char **argv, char **envp)
0824d6fc 2835{
e4bcb14c 2836 int i;
da1fcfda 2837 int snapshot, linux_boot;
7f7f9873 2838 const char *initrd_filename;
a20dd508 2839 const char *kernel_filename, *kernel_cmdline;
f05f47bb
GA
2840 const char *boot_order = NULL;
2841 const char *boot_once = NULL;
3023f332 2842 DisplayState *ds;
8d4e9146 2843 QemuOpts *opts, *machine_opts;
d1cdd92e 2844 QemuOpts *icount_opts = NULL, *accel_opts = NULL;
03b0ba70 2845 QemuOptsList *olist;
cd6f1169 2846 int optind;
6530a97b 2847 const char *optarg;
d63d307f 2848 const char *loadvm = NULL;
0056ae24 2849 MachineClass *machine_class;
c1c8cfe5 2850 const char *cpu_option;
d44229c5 2851 const char *vga_model = NULL;
d4fce24f
PB
2852 const char *qtest_chrdev = NULL;
2853 const char *qtest_log = NULL;
5bb7910a 2854 const char *incoming = NULL;
f29a5614 2855 bool userconfig = true;
cfc58cf3 2856 bool nographic = false;
1f0dfe02 2857 int display_remote = 0;
c235d738
MF
2858 const char *log_mask = NULL;
2859 const char *log_file = NULL;
41fc57e4 2860 char *trace_file = NULL;
3b9985e9 2861 ram_addr_t maxram_size;
c270fb9e 2862 uint64_t ram_slots = 0;
abfd9ce3 2863 FILE *vmstate_dump_file = NULL;
2f78e491 2864 Error *main_loop_err = NULL;
ddbb0d09 2865 Error *err = NULL;
37146e7e 2866 bool list_data_dirs = false;
35471127 2867 char *dir, **dirs;
8b38de9f 2868 const char *mem_path = NULL;
2a7b18a3 2869 bool have_custom_ram_size;
651af51c 2870 BlockdevOptionsQueue bdo_queue = QSIMPLEQ_HEAD_INITIALIZER(bdo_queue);
42229a75 2871 QemuPluginList plugin_list = QTAILQ_HEAD_INITIALIZER(plugin_list);
4ebc74db 2872 int mem_prealloc = 0; /* force preallocation of physical target memory */
0b5538c3 2873
45d8bc3a
WY
2874 os_set_line_buffering();
2875
f5852efa 2876 error_init(argv[0]);
fe4db84d
DB
2877 module_call_init(MODULE_INIT_TRACE);
2878
267f685b 2879 qemu_init_cpu_list();
576a94d8 2880 qemu_init_cpu_loop();
d759c951 2881
576a94d8
PB
2882 qemu_mutex_lock_iothread();
2883
fd42deeb 2884 atexit(qemu_run_exit_notifiers);
10f5bff6 2885 qemu_init_exec_dir(argv[0]);
65abca0a 2886
1b71f7c1 2887 module_call_init(MODULE_INIT_QOM);
a2d07731 2888 module_call_init(MODULE_INIT_MIGRATION);
1b71f7c1 2889
4d454574 2890 qemu_add_opts(&qemu_drive_opts);
968854c8
AK
2891 qemu_add_drive_opts(&qemu_legacy_drive_opts);
2892 qemu_add_drive_opts(&qemu_common_drive_opts);
2893 qemu_add_drive_opts(&qemu_drive_opts);
c5f3014b 2894 qemu_add_drive_opts(&bdrv_runtime_opts);
4d454574
PB
2895 qemu_add_opts(&qemu_chardev_opts);
2896 qemu_add_opts(&qemu_device_opts);
2897 qemu_add_opts(&qemu_netdev_opts);
78cd6f7b 2898 qemu_add_opts(&qemu_nic_opts);
4d454574
PB
2899 qemu_add_opts(&qemu_net_opts);
2900 qemu_add_opts(&qemu_rtc_opts);
2901 qemu_add_opts(&qemu_global_opts);
2902 qemu_add_opts(&qemu_mon_opts);
2903 qemu_add_opts(&qemu_trace_opts);
42229a75 2904 qemu_plugin_add_opts();
4d454574
PB
2905 qemu_add_opts(&qemu_option_rom_opts);
2906 qemu_add_opts(&qemu_machine_opts);
8d4e9146 2907 qemu_add_opts(&qemu_accel_opts);
6e1d3c1c 2908 qemu_add_opts(&qemu_mem_opts);
12b7f57e 2909 qemu_add_opts(&qemu_smp_opts);
4d454574 2910 qemu_add_opts(&qemu_boot_opts);
4d454574
PB
2911 qemu_add_opts(&qemu_add_fd_opts);
2912 qemu_add_opts(&qemu_object_opts);
d1a0cf73 2913 qemu_add_opts(&qemu_tpmdev_opts);
888a6bc6 2914 qemu_add_opts(&qemu_realtime_opts);
1fdd4748 2915 qemu_add_opts(&qemu_overcommit_opts);
5e2ac519 2916 qemu_add_opts(&qemu_msg_opts);
5d12f961 2917 qemu_add_opts(&qemu_name_opts);
0042109a 2918 qemu_add_opts(&qemu_numa_opts);
1ad9580b 2919 qemu_add_opts(&qemu_icount_opts);
a38bb079 2920 qemu_add_opts(&qemu_semihosting_config_opts);
81b2b810 2921 qemu_add_opts(&qemu_fw_cfg_opts);
34294e2f 2922 module_call_init(MODULE_INIT_OPTS);
4d454574 2923
5db9d4d1 2924 runstate_init();
bd227060 2925 precopy_infrastructure_init();
1693c64c 2926 postcopy_infrastructure_init();
d32749de 2927 monitor_init_globals();
5db9d4d1 2928
ddbb0d09 2929 if (qcrypto_init(&err) < 0) {
c29b77f9 2930 error_reportf_err(err, "cannot initialize crypto: ");
ddbb0d09
DB
2931 exit(1);
2932 }
6875204c 2933
60dbc5a1 2934 QTAILQ_INIT(&vm_change_state_head);
fe98ac14 2935 os_setup_early_signal_handling();
be995c27 2936
c1c8cfe5 2937 cpu_option = NULL;
33e3963e 2938 snapshot = 0;
c4b1fcc0 2939
7c9d8e07 2940 nb_nics = 0;
3b46e624 2941
142c6b1a
PL
2942 bdrv_init_with_whitelist();
2943
2c02d1ad 2944 autostart = 1;
41bd639b 2945
292444cb
AL
2946 /* first pass of option parsing */
2947 optind = 1;
2948 while (optind < argc) {
2949 if (argv[optind][0] != '-') {
2950 /* disk image */
28e68d68 2951 optind++;
292444cb
AL
2952 } else {
2953 const QEMUOption *popt;
2954
2955 popt = lookup_opt(argc, argv, &optarg, &optind);
2956 switch (popt->index) {
f29a5614
EH
2957 case QEMU_OPTION_nouserconfig:
2958 userconfig = false;
2959 break;
292444cb
AL
2960 }
2961 }
2962 }
2963
1ea06c39 2964 if (userconfig) {
726401be 2965 if (qemu_read_default_config_file() < 0) {
dcfb0939 2966 exit(1);
292444cb
AL
2967 }
2968 }
2969
2970 /* second pass of option parsing */
cd6f1169 2971 optind = 1;
0824d6fc 2972 for(;;) {
cd6f1169 2973 if (optind >= argc)
0824d6fc 2974 break;
6530a97b 2975 if (argv[optind][0] != '-') {
17f30eae 2976 loc_set_cmdline(argv, optind, 1);
d1cdd92e 2977 drive_add(IF_DEFAULT, 0, argv[optind++], HD_OPTS);
cd6f1169
FB
2978 } else {
2979 const QEMUOption *popt;
2980
6530a97b 2981 popt = lookup_opt(argc, argv, &optarg, &optind);
ad96090a 2982 if (!(popt->arch_mask & arch_type)) {
da002526 2983 error_report("Option not supported for this target");
ad96090a
BS
2984 exit(1);
2985 }
cd6f1169 2986 switch(popt->index) {
94fc95cd
JM
2987 case QEMU_OPTION_cpu:
2988 /* hw initialization will check this */
c1c8cfe5 2989 cpu_option = optarg;
94fc95cd 2990 break;
cd6f1169 2991 case QEMU_OPTION_hda:
cd6f1169 2992 case QEMU_OPTION_hdb:
cc1daa40
FB
2993 case QEMU_OPTION_hdc:
2994 case QEMU_OPTION_hdd:
2292ddae
MA
2995 drive_add(IF_DEFAULT, popt->index - QEMU_OPTION_hda, optarg,
2996 HD_OPTS);
fc01f7e7 2997 break;
42e5f393
MA
2998 case QEMU_OPTION_blockdev:
2999 {
3000 Visitor *v;
651af51c 3001 BlockdevOptionsQueueEntry *bdo;
42e5f393 3002
92917cd2
MA
3003 v = qobject_input_visitor_new_str(optarg, "driver",
3004 &error_fatal);
42e5f393 3005
651af51c 3006 bdo = g_new(BlockdevOptionsQueueEntry, 1);
42e5f393
MA
3007 visit_type_BlockdevOptions(v, NULL, &bdo->bdo,
3008 &error_fatal);
3009 visit_free(v);
3010 loc_save(&bdo->loc);
3011 QSIMPLEQ_INSERT_TAIL(&bdo_queue, bdo, entry);
3012 break;
3013 }
e4bcb14c 3014 case QEMU_OPTION_drive:
e2982c3a
MT
3015 if (drive_def(optarg) == NULL) {
3016 exit(1);
3017 }
99efa84d 3018 break;
d058fe03
GH
3019 case QEMU_OPTION_set:
3020 if (qemu_set_option(optarg) != 0)
3021 exit(1);
99efa84d 3022 break;
d0fef6fb
GH
3023 case QEMU_OPTION_global:
3024 if (qemu_global_option(optarg) != 0)
3025 exit(1);
99efa84d 3026 break;
3e3d5815 3027 case QEMU_OPTION_mtdblock:
2292ddae 3028 drive_add(IF_MTD, -1, optarg, MTD_OPTS);
3e3d5815 3029 break;
a1bb27b1 3030 case QEMU_OPTION_sd:
80f4d9fc 3031 drive_add(IF_SD, -1, optarg, SD_OPTS);
a1bb27b1 3032 break;
86f55663 3033 case QEMU_OPTION_pflash:
2292ddae 3034 drive_add(IF_PFLASH, -1, optarg, PFLASH_OPTS);
86f55663 3035 break;
cd6f1169 3036 case QEMU_OPTION_snapshot:
25863975
PD
3037 {
3038 Error *blocker = NULL;
3039 snapshot = 1;
3040 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED,
3041 "-snapshot");
3042 replay_add_blocker(blocker);
3043 }
33e3963e 3044 break;
268a362c 3045 case QEMU_OPTION_numa:
70b94331
MA
3046 opts = qemu_opts_parse_noisily(qemu_find_opts("numa"),
3047 optarg, true);
0042109a
WG
3048 if (!opts) {
3049 exit(1);
3050 }
268a362c 3051 break;
1472a95b 3052 case QEMU_OPTION_display:
e3af9f9a 3053 parse_display(optarg);
1472a95b 3054 break;
cd6f1169 3055 case QEMU_OPTION_nographic:
cfc58cf3
EH
3056 olist = qemu_find_opts("machine");
3057 qemu_opts_parse_noisily(olist, "graphics=off", false);
3058 nographic = true;
0c8d7065 3059 dpy.type = DISPLAY_TYPE_NONE;
a20dd508 3060 break;
4d3b6f6e 3061 case QEMU_OPTION_curses:
47b05369 3062#ifdef CONFIG_CURSES
14f130fa 3063 dpy.type = DISPLAY_TYPE_CURSES;
47b05369 3064#else
e08bb301 3065 error_report("curses or iconv support is disabled");
47b05369 3066 exit(1);
4d3b6f6e 3067#endif
47b05369 3068 break;
a171fe39 3069 case QEMU_OPTION_portrait:
9312805d
VK
3070 graphic_rotate = 90;
3071 break;
3072 case QEMU_OPTION_rotate:
3073 graphic_rotate = strtol(optarg, (char **) &optarg, 10);
3074 if (graphic_rotate != 0 && graphic_rotate != 90 &&
3075 graphic_rotate != 180 && graphic_rotate != 270) {
f61eddcb 3076 error_report("only 90, 180, 270 deg rotation is available");
9312805d
VK
3077 exit(1);
3078 }
a171fe39 3079 break;
cd6f1169 3080 case QEMU_OPTION_kernel:
8ef3a4be 3081 qemu_opts_set(qemu_find_opts("machine"), NULL, "kernel", optarg,
79087c78 3082 &error_abort);
a0abe474
PM
3083 break;
3084 case QEMU_OPTION_initrd:
8ef3a4be 3085 qemu_opts_set(qemu_find_opts("machine"), NULL, "initrd", optarg,
79087c78 3086 &error_abort);
a20dd508 3087 break;
cd6f1169 3088 case QEMU_OPTION_append:
8ef3a4be 3089 qemu_opts_set(qemu_find_opts("machine"), NULL, "append", optarg,
79087c78 3090 &error_abort);
313aa567 3091 break;
412beee6 3092 case QEMU_OPTION_dtb:
8ef3a4be 3093 qemu_opts_set(qemu_find_opts("machine"), NULL, "dtb", optarg,
79087c78 3094 &error_abort);
412beee6 3095 break;
cd6f1169 3096 case QEMU_OPTION_cdrom:
2292ddae 3097 drive_add(IF_DEFAULT, 2, optarg, CDROM_OPTS);
36b486bb 3098 break;
cd6f1169 3099 case QEMU_OPTION_boot:
70b94331
MA
3100 opts = qemu_opts_parse_noisily(qemu_find_opts("boot-opts"),
3101 optarg, true);
8281abd5
MA
3102 if (!opts) {
3103 exit(1);
36b486bb
FB
3104 }
3105 break;
cd6f1169 3106 case QEMU_OPTION_fda:
cd6f1169 3107 case QEMU_OPTION_fdb:
2292ddae
MA
3108 drive_add(IF_FLOPPY, popt->index - QEMU_OPTION_fda,
3109 optarg, FD_OPTS);
c45886db 3110 break;
52ca8d6a
FB
3111 case QEMU_OPTION_no_fd_bootchk:
3112 fd_bootchk = 0;
3113 break;
a1ea458f 3114 case QEMU_OPTION_netdev:
d30300f7 3115 default_net = 0;
3329f07b 3116 if (net_client_parse(qemu_find_opts("netdev"), optarg) == -1) {
a1ea458f
MM
3117 exit(1);
3118 }
3119 break;
78cd6f7b
TH
3120 case QEMU_OPTION_nic:
3121 default_net = 0;
3122 if (net_client_parse(qemu_find_opts("nic"), optarg) == -1) {
3123 exit(1);
3124 }
3125 break;
7c9d8e07 3126 case QEMU_OPTION_net:
d30300f7 3127 default_net = 0;
3329f07b 3128 if (net_client_parse(qemu_find_opts("net"), optarg) == -1) {
c4b1fcc0
FB
3129 exit(1);
3130 }
702c651c 3131 break;
f9dadc98
RS
3132#ifdef CONFIG_LIBISCSI
3133 case QEMU_OPTION_iscsi:
70b94331
MA
3134 opts = qemu_opts_parse_noisily(qemu_find_opts("iscsi"),
3135 optarg, false);
f9dadc98
RS
3136 if (!opts) {
3137 exit(1);
3138 }
3139 break;
c7f74643 3140#endif
1d14ffa9 3141 case QEMU_OPTION_audio_help:
71830221 3142 audio_legacy_help();
1d14ffa9
FB
3143 exit (0);
3144 break;
71830221
KZ
3145 case QEMU_OPTION_audiodev:
3146 audio_parse_option(optarg);
3147 break;
1d14ffa9
FB
3148 case QEMU_OPTION_soundhw:
3149 select_soundhw (optarg);
3150 break;
cd6f1169 3151 case QEMU_OPTION_h:
15f82208 3152 help(0);
cd6f1169 3153 break;
9bd7e6d9
PB
3154 case QEMU_OPTION_version:
3155 version();
3156 exit(0);
3157 break;
3b9985e9 3158 case QEMU_OPTION_m:
70b94331
MA
3159 opts = qemu_opts_parse_noisily(qemu_find_opts("memory"),
3160 optarg, true);
6e1d3c1c
IM
3161 if (!opts) {
3162 exit(EXIT_FAILURE);
3163 }
cd6f1169 3164 break;
d1a0cf73
SB
3165#ifdef CONFIG_TPM
3166 case QEMU_OPTION_tpmdev:
3167 if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg) < 0) {
3168 exit(1);
3169 }
3170 break;
3171#endif
c902760f
MT
3172 case QEMU_OPTION_mempath:
3173 mem_path = optarg;
3174 break;
c902760f
MT
3175 case QEMU_OPTION_mem_prealloc:
3176 mem_prealloc = 1;
3177 break;
cd6f1169 3178 case QEMU_OPTION_d:
c235d738
MF
3179 log_mask = optarg;
3180 break;
3181 case QEMU_OPTION_D:
3182 log_file = optarg;
cd6f1169 3183 break;
3514552e 3184 case QEMU_OPTION_DFILTER:
bd6fee9f 3185 qemu_set_dfilter_ranges(optarg, &error_fatal);
3514552e 3186 break;
9c09a251
RH
3187 case QEMU_OPTION_seed:
3188 qemu_guest_random_seed_main(optarg, &error_fatal);
3189 break;
cd6f1169 3190 case QEMU_OPTION_s:
ef0c4a0d 3191 add_device_config(DEV_GDB, "tcp::" DEFAULT_GDBSTUB_PORT);
cd6f1169 3192 break;
59030a8c 3193 case QEMU_OPTION_gdb:
ef0c4a0d 3194 add_device_config(DEV_GDB, optarg);
cd6f1169 3195 break;
cd6f1169 3196 case QEMU_OPTION_L:
37146e7e
RJ
3197 if (is_help_option(optarg)) {
3198 list_data_dirs = true;
2a1cce90
GH
3199 } else {
3200 qemu_add_data_dir(optarg);
4524051c 3201 }
cd6f1169 3202 break;
1192dad8 3203 case QEMU_OPTION_bios:
8ef3a4be 3204 qemu_opts_set(qemu_find_opts("machine"), NULL, "firmware", optarg,
79087c78 3205 &error_abort);
1192dad8 3206 break;
1b530a6d
AJ
3207 case QEMU_OPTION_singlestep:
3208 singlestep = 1;
3209 break;
cd6f1169 3210 case QEMU_OPTION_S:
3c07f8e8 3211 autostart = 0;
cd6f1169 3212 break;
99efa84d
MA
3213 case QEMU_OPTION_k:
3214 keyboard_layout = optarg;
3215 break;
3893c124 3216 case QEMU_OPTION_vga:
a369da5f 3217 vga_model = optarg;
7f1b17f2 3218 default_vga = 0;
1bfe856e 3219 break;
e9b137c2
FB
3220 case QEMU_OPTION_g:
3221 {
3222 const char *p;
3223 int w, h, depth;
3224 p = optarg;
3225 w = strtol(p, (char **)&p, 10);
3226 if (w <= 0) {
3227 graphic_error:
f61eddcb 3228 error_report("invalid resolution or depth");
e9b137c2
FB
3229 exit(1);
3230 }
3231 if (*p != 'x')
3232 goto graphic_error;
3233 p++;
3234 h = strtol(p, (char **)&p, 10);
3235 if (h <= 0)
3236 goto graphic_error;
3237 if (*p == 'x') {
3238 p++;
3239 depth = strtol(p, (char **)&p, 10);
8ac919a0
LV
3240 if (depth != 1 && depth != 2 && depth != 4 &&
3241 depth != 8 && depth != 15 && depth != 16 &&
e9b137c2
FB
3242 depth != 24 && depth != 32)
3243 goto graphic_error;
3244 } else if (*p == '\0') {
3245 depth = graphic_depth;
3246 } else {
3247 goto graphic_error;
3248 }
3b46e624 3249
e9b137c2
FB
3250 graphic_width = w;
3251 graphic_height = h;
3252 graphic_depth = depth;
3253 }
3254 break;
20d8a3ed
TS
3255 case QEMU_OPTION_echr:
3256 {
3257 char *r;
3258 term_escape_char = strtol(optarg, &r, 0);
3259 if (r == optarg)
3260 printf("Bad argument to echr\n");
3261 break;
3262 }
82c643ff 3263 case QEMU_OPTION_monitor:
6ca5582d 3264 default_monitor = 0;
70e098af 3265 if (strncmp(optarg, "none", 4)) {
4821cd4c 3266 monitor_parse(optarg, "readline", false);
70e098af 3267 }
6ca5582d
GH
3268 break;
3269 case QEMU_OPTION_qmp:
4821cd4c
HR
3270 monitor_parse(optarg, "control", false);
3271 default_monitor = 0;
3272 break;
3273 case QEMU_OPTION_qmp_pretty:
3274 monitor_parse(optarg, "control", true);
2d114dc1 3275 default_monitor = 0;
82c643ff 3276 break;
22a0e04b 3277 case QEMU_OPTION_mon:
70b94331
MA
3278 opts = qemu_opts_parse_noisily(qemu_find_opts("mon"), optarg,
3279 true);
22a0e04b 3280 if (!opts) {
22a0e04b
GH
3281 exit(1);
3282 }
2d114dc1 3283 default_monitor = 0;
22a0e04b 3284 break;
191bc01b 3285 case QEMU_OPTION_chardev:
70b94331
MA
3286 opts = qemu_opts_parse_noisily(qemu_find_opts("chardev"),
3287 optarg, true);
191bc01b 3288 if (!opts) {
191bc01b
GH
3289 exit(1);
3290 }
191bc01b 3291 break;
74db920c 3292 case QEMU_OPTION_fsdev:
03b0ba70
GH
3293 olist = qemu_find_opts("fsdev");
3294 if (!olist) {
5dfdae81 3295 error_report("fsdev support is disabled");
03b0ba70
GH
3296 exit(1);
3297 }
70b94331 3298 opts = qemu_opts_parse_noisily(olist, optarg, true);
74db920c 3299 if (!opts) {
74db920c
GS
3300 exit(1);
3301 }
3302 break;
3d54abc7 3303 case QEMU_OPTION_virtfs: {
e14ea479
SH
3304 QemuOpts *fsdev;
3305 QemuOpts *device;
1a6ed33c
AM
3306 const char *writeout, *sock_fd, *socket, *path, *security_model,
3307 *multidevs;
3d54abc7 3308
03b0ba70
GH
3309 olist = qemu_find_opts("virtfs");
3310 if (!olist) {
5dfdae81 3311 error_report("virtfs support is disabled");
03b0ba70
GH
3312 exit(1);
3313 }
70b94331 3314 opts = qemu_opts_parse_noisily(olist, optarg, true);
3d54abc7 3315 if (!opts) {
3d54abc7
GS
3316 exit(1);
3317 }
3318
fbcbf101 3319 if (qemu_opt_get(opts, "fsdriver") == NULL ||
99519f0a 3320 qemu_opt_get(opts, "mount_tag") == NULL) {
8afb9000 3321 error_report("Usage: -virtfs fsdriver,mount_tag=tag");
9ce56db6
VJ
3322 exit(1);
3323 }
e14ea479 3324 fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
3baa0a6a 3325 qemu_opts_id(opts) ?:
8be7e7e4
LC
3326 qemu_opt_get(opts, "mount_tag"),
3327 1, NULL);
e14ea479 3328 if (!fsdev) {
3baa0a6a 3329 error_report("duplicate or invalid fsdev id: %s",
f61eddcb 3330 qemu_opt_get(opts, "mount_tag"));
3d54abc7
GS
3331 exit(1);
3332 }
d3ab98e6
AK
3333
3334 writeout = qemu_opt_get(opts, "writeout");
3335 if (writeout) {
3336#ifdef CONFIG_SYNC_FILE_RANGE
f43e47db 3337 qemu_opt_set(fsdev, "writeout", writeout, &error_abort);
d3ab98e6 3338#else
f61eddcb
EH
3339 error_report("writeout=immediate not supported "
3340 "on this platform");
d3ab98e6
AK
3341 exit(1);
3342#endif
3343 }
f43e47db
MA
3344 qemu_opt_set(fsdev, "fsdriver",
3345 qemu_opt_get(opts, "fsdriver"), &error_abort);
32b69436
GK
3346 path = qemu_opt_get(opts, "path");
3347 if (path) {
3348 qemu_opt_set(fsdev, "path", path, &error_abort);
3349 }
3350 security_model = qemu_opt_get(opts, "security_model");
3351 if (security_model) {
3352 qemu_opt_set(fsdev, "security_model", security_model,
3353 &error_abort);
3354 }
84a87cc4
MK
3355 socket = qemu_opt_get(opts, "socket");
3356 if (socket) {
f43e47db 3357 qemu_opt_set(fsdev, "socket", socket, &error_abort);
84a87cc4 3358 }
4c793dda
MK
3359 sock_fd = qemu_opt_get(opts, "sock_fd");
3360 if (sock_fd) {
f43e47db 3361 qemu_opt_set(fsdev, "sock_fd", sock_fd, &error_abort);
4c793dda 3362 }
e14ea479 3363
2c74c2cb 3364 qemu_opt_set_bool(fsdev, "readonly",
cccb7967
MA
3365 qemu_opt_get_bool(opts, "readonly", 0),
3366 &error_abort);
1a6ed33c
AM
3367 multidevs = qemu_opt_get(opts, "multidevs");
3368 if (multidevs) {
3369 qemu_opt_set(fsdev, "multidevs", multidevs, &error_abort);
3370 }
87ea75d5
PC
3371 device = qemu_opts_create(qemu_find_opts("device"), NULL, 0,
3372 &error_abort);
f43e47db 3373 qemu_opt_set(device, "driver", "virtio-9p-pci", &error_abort);
e14ea479 3374 qemu_opt_set(device, "fsdev",
3baa0a6a 3375 qemu_opts_id(fsdev), &error_abort);
e14ea479 3376 qemu_opt_set(device, "mount_tag",
f43e47db 3377 qemu_opt_get(opts, "mount_tag"), &error_abort);
3d54abc7
GS
3378 break;
3379 }
82c643ff 3380 case QEMU_OPTION_serial:
998bbd74
GH
3381 add_device_config(DEV_SERIAL, optarg);
3382 default_serial = 0;
18141ed6
JK
3383 if (strncmp(optarg, "mon:", 4) == 0) {
3384 default_monitor = 0;
3385 }
82c643ff 3386 break;
9dd986cc 3387 case QEMU_OPTION_watchdog:
09aaa160 3388 if (watchdog) {
f61eddcb 3389 error_report("only one watchdog option may be given");
7b733862 3390 exit(1);
09aaa160
MA
3391 }
3392 watchdog = optarg;
9dd986cc
RJ
3393 break;
3394 case QEMU_OPTION_watchdog_action:
3395 if (select_watchdog_action(optarg) == -1) {
3e515373 3396 error_report("unknown -watchdog-action parameter");
9dd986cc
RJ
3397 exit(1);
3398 }
3399 break;
6508fe59 3400 case QEMU_OPTION_parallel:
6a5e8b0e
GH
3401 add_device_config(DEV_PARALLEL, optarg);
3402 default_parallel = 0;
18141ed6
JK
3403 if (strncmp(optarg, "mon:", 4) == 0) {
3404 default_monitor = 0;
3405 }
6508fe59 3406 break;
c9f398e5
PA
3407 case QEMU_OPTION_debugcon:
3408 add_device_config(DEV_DEBUGCON, optarg);
3409 break;
99efa84d
MA
3410 case QEMU_OPTION_loadvm:
3411 loadvm = optarg;
3412 break;
d63d307f 3413 case QEMU_OPTION_full_screen:
0c8d7065
GH
3414 dpy.has_full_screen = true;
3415 dpy.full_screen = true;
d63d307f 3416 break;
3780e197
TS
3417 case QEMU_OPTION_alt_grab:
3418 alt_grab = 1;
3419 break;
0ca9f8a4
DK
3420 case QEMU_OPTION_ctrl_grab:
3421 ctrl_grab = 1;
3422 break;
667accab 3423 case QEMU_OPTION_no_quit:
0c8d7065
GH
3424 dpy.has_window_close = true;
3425 dpy.window_close = false;
667accab 3426 break;
7d957bd8 3427 case QEMU_OPTION_sdl:
24f6ff86 3428#ifdef CONFIG_SDL
fe91f36a 3429 dpy.type = DISPLAY_TYPE_SDL;
7d957bd8 3430 break;
58fc096c 3431#else
f61eddcb 3432 error_report("SDL support is disabled");
58fc096c 3433 exit(1);
667accab 3434#endif
f7cce898 3435 case QEMU_OPTION_pidfile:
93815bc2 3436 pid_file = optarg;
f7cce898 3437 break;
a09db21f
FB
3438 case QEMU_OPTION_win2k_hack:
3439 win2k_install_hack = 1;
3440 break;
8a92ea2f 3441 case QEMU_OPTION_acpitable:
70b94331
MA
3442 opts = qemu_opts_parse_noisily(qemu_find_opts("acpi"),
3443 optarg, true);
f46e720a
LE
3444 if (!opts) {
3445 exit(1);
3446 }
9f57061c 3447 acpi_table_add(opts, &error_fatal);
8a92ea2f 3448 break;
b6f6e3d3 3449 case QEMU_OPTION_smbios:
70b94331
MA
3450 opts = qemu_opts_parse_noisily(qemu_find_opts("smbios"),
3451 optarg, false);
f46e720a
LE
3452 if (!opts) {
3453 exit(1);
3454 }
1007a37e 3455 smbios_entry_add(opts, &error_fatal);
b6f6e3d3 3456 break;
81b2b810 3457 case QEMU_OPTION_fwcfg:
70b94331
MA
3458 opts = qemu_opts_parse_noisily(qemu_find_opts("fw_cfg"),
3459 optarg, true);
81b2b810
GS
3460 if (opts == NULL) {
3461 exit(1);
3462 }
3463 break;
047f7038
IM
3464 case QEMU_OPTION_preconfig:
3465 preconfig_exit_requested = false;
3466 break;
7ba1e619 3467 case QEMU_OPTION_enable_kvm:
303d4e86 3468 olist = qemu_find_opts("machine");
70b94331 3469 qemu_opts_parse_noisily(olist, "accel=kvm", false);
303d4e86 3470 break;
364c3e6b 3471 case QEMU_OPTION_M:
303d4e86
AP
3472 case QEMU_OPTION_machine:
3473 olist = qemu_find_opts("machine");
70b94331 3474 opts = qemu_opts_parse_noisily(olist, optarg, true);
303d4e86 3475 if (!opts) {
303d4e86
AP
3476 exit(1);
3477 }
7ba1e619 3478 break;
a0dac021
JK
3479 case QEMU_OPTION_no_kvm:
3480 olist = qemu_find_opts("machine");
70b94331 3481 qemu_opts_parse_noisily(olist, "accel=tcg", false);
a0dac021 3482 break;
a20fa79f 3483 case QEMU_OPTION_accel:
8d4e9146
FK
3484 accel_opts = qemu_opts_parse_noisily(qemu_find_opts("accel"),
3485 optarg, true);
3486 optarg = qemu_opt_get(accel_opts, "accel");
bde4d920 3487 if (!optarg || is_help_option(optarg)) {
cbe6d636
WSM
3488 printf("Accelerators supported in QEMU binary:\n");
3489 GSList *el, *accel_list = object_class_get_list(TYPE_ACCEL,
3490 false);
3491 for (el = accel_list; el; el = el->next) {
3492 gchar *typename = g_strdup(object_class_get_name(
3493 OBJECT_CLASS(el->data)));
3494 /* omit qtest which is used for tests only */
3495 if (g_strcmp0(typename, ACCEL_CLASS_NAME("qtest")) &&
3496 g_str_has_suffix(typename, ACCEL_CLASS_SUFFIX)) {
3497 gchar **optname = g_strsplit(typename,
3498 ACCEL_CLASS_SUFFIX, 0);
3499 printf("%s\n", optname[0]);
4903602e 3500 g_strfreev(optname);
cbe6d636
WSM
3501 }
3502 g_free(typename);
3503 }
3504 g_slist_free(accel_list);
a20fa79f 3505 exit(0);
8d4e9146 3506 }
3d5e90a5
TH
3507 if (optarg && strchr(optarg, ':')) {
3508 error_report("Don't use ':' with -accel, "
3509 "use -M accel=... for now instead");
3510 exit(1);
3511 }
8d4e9146 3512 break;
bb36d470 3513 case QEMU_OPTION_usb:
fa5358c6 3514 olist = qemu_find_opts("machine");
70b94331 3515 qemu_opts_parse_noisily(olist, "usb=on", false);
bb36d470 3516 break;
a594cfbf 3517 case QEMU_OPTION_usbdevice:
a358a3af
TH
3518 error_report("'-usbdevice' is deprecated, please use "
3519 "'-device usb-...' instead");
fa5358c6 3520 olist = qemu_find_opts("machine");
70b94331 3521 qemu_opts_parse_noisily(olist, "usb=on", false);
bd3c948d
GH
3522 add_device_config(DEV_USB, optarg);
3523 break;
3524 case QEMU_OPTION_device:
70b94331
MA
3525 if (!qemu_opts_parse_noisily(qemu_find_opts("device"),
3526 optarg, true)) {
f31d07d1
GH
3527 exit(1);
3528 }
a594cfbf 3529 break;
6a00d601 3530 case QEMU_OPTION_smp:
70b94331
MA
3531 if (!qemu_opts_parse_noisily(qemu_find_opts("smp-opts"),
3532 optarg, true)) {
6be68d7e
JS
3533 exit(1);
3534 }
6a00d601 3535 break;
99efa84d 3536 case QEMU_OPTION_vnc:
7b1ee0f2 3537 vnc_parse(optarg, &error_fatal);
821601ea 3538 break;
6515b203 3539 case QEMU_OPTION_no_acpi:
17e89077
GH
3540 olist = qemu_find_opts("machine");
3541 qemu_opts_parse_noisily(olist, "acpi=off", false);
6515b203 3542 break;
16b29ae1
AL
3543 case QEMU_OPTION_no_hpet:
3544 no_hpet = 1;
3545 break;
d1beab82
FB
3546 case QEMU_OPTION_no_reboot:
3547 no_reboot = 1;
3548 break;
b2f76161
AJ
3549 case QEMU_OPTION_no_shutdown:
3550 no_shutdown = 1;
3551 break;
9467cd46 3552 case QEMU_OPTION_show_cursor:
df2ac3cc
GH
3553 warn_report("The -show-cursor option is deprecated. Please "
3554 "add show-cursor=on to your -display options.");
3555 warn_report("When using the default display you can use "
3556 "-display default,show-cursor=on");
09aa82ee
GH
3557 dpy.has_show_cursor = true;
3558 dpy.show_cursor = true;
9467cd46 3559 break;
8fcb1b90 3560 case QEMU_OPTION_uuid:
9c5ce8db 3561 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
4cd70f34 3562 error_report("failed to parse UUID string: wrong format");
8fcb1b90
BS
3563 exit(1);
3564 }
fc3b3295 3565 qemu_uuid_set = true;
8fcb1b90 3566 break;
99efa84d
MA
3567 case QEMU_OPTION_option_rom:
3568 if (nb_option_roms >= MAX_OPTION_ROMS) {
3e515373 3569 error_report("too many option ROMs");
99efa84d
MA
3570 exit(1);
3571 }
70b94331
MA
3572 opts = qemu_opts_parse_noisily(qemu_find_opts("option-rom"),
3573 optarg, true);
49295ebc
MA
3574 if (!opts) {
3575 exit(1);
3576 }
2e55e842
GN
3577 option_rom[nb_option_roms].name = qemu_opt_get(opts, "romfile");
3578 option_rom[nb_option_roms].bootindex =
3579 qemu_opt_get_number(opts, "bootindex", -1);
3580 if (!option_rom[nb_option_roms].name) {
f61eddcb 3581 error_report("Option ROM file is not specified");
2e55e842
GN
3582 exit(1);
3583 }
99efa84d
MA
3584 nb_option_roms++;
3585 break;
8e71621f 3586 case QEMU_OPTION_semihosting:
f1672e6f 3587 qemu_semihosting_enable();
a38bb079
LI
3588 break;
3589 case QEMU_OPTION_semihosting_config:
f1672e6f 3590 if (qemu_semihosting_config_options(optarg) != 0) {
a38bb079
LI
3591 exit(1);
3592 }
8e71621f 3593 break;
c35734b2 3594 case QEMU_OPTION_name:
70b94331
MA
3595 opts = qemu_opts_parse_noisily(qemu_find_opts("name"),
3596 optarg, true);
5d12f961
DDAG
3597 if (!opts) {
3598 exit(1);
3599 }
c35734b2 3600 break;
66508601
BS
3601 case QEMU_OPTION_prom_env:
3602 if (nb_prom_envs >= MAX_PROM_ENVS) {
3e515373 3603 error_report("too many prom variables");
66508601
BS
3604 exit(1);
3605 }
3606 prom_envs[nb_prom_envs] = optarg;
3607 nb_prom_envs++;
3608 break;
2b8f2d41
AZ
3609 case QEMU_OPTION_old_param:
3610 old_param = 1;
05ebd537 3611 break;
1ed2fc1f 3612 case QEMU_OPTION_rtc:
70b94331
MA
3613 opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg,
3614 false);
1ed2fc1f 3615 if (!opts) {
1ed2fc1f 3616 exit(1);
7e0af5d0
FB
3617 }
3618 break;
26a5f13b 3619 case QEMU_OPTION_tb_size:
f940488f
EC
3620#ifndef CONFIG_TCG
3621 error_report("TCG is disabled");
3622 exit(1);
3623#endif
fe174132
PB
3624 warn_report("The -tb-size option is deprecated, use -accel tcg,tb-size instead");
3625 object_register_sugar_prop(ACCEL_CLASS_NAME("tcg"), "tb-size", optarg);
26a5f13b 3626 break;
2e70f6ef 3627 case QEMU_OPTION_icount:
70b94331
MA
3628 icount_opts = qemu_opts_parse_noisily(qemu_find_opts("icount"),
3629 optarg, true);
1ad9580b
ST
3630 if (!icount_opts) {
3631 exit(1);
3632 }
2e70f6ef 3633 break;
5bb7910a 3634 case QEMU_OPTION_incoming:
7c76235a
DDAG
3635 if (!incoming) {
3636 runstate_set(RUN_STATE_INMIGRATE);
3637 }
5bb7910a
AL
3638 incoming = optarg;
3639 break;
d15c05fc 3640 case QEMU_OPTION_only_migratable:
811f8652 3641 only_migratable = 1;
d15c05fc 3642 break;
d8c208dd 3643 case QEMU_OPTION_nodefaults:
d44229c5 3644 has_defaults = 0;
d8c208dd 3645 break;
e37630ca 3646 case QEMU_OPTION_xen_domid:
ad96090a 3647 if (!(xen_available())) {
da002526 3648 error_report("Option not supported for this target");
ad96090a
BS
3649 exit(1);
3650 }
e37630ca
AL
3651 xen_domid = atoi(optarg);
3652 break;
e37630ca 3653 case QEMU_OPTION_xen_attach:
ad96090a 3654 if (!(xen_available())) {
da002526 3655 error_report("Option not supported for this target");
ad96090a
BS
3656 exit(1);
3657 }
e37630ca
AL
3658 xen_mode = XEN_ATTACH;
3659 break;
1c599472
PD
3660 case QEMU_OPTION_xen_domid_restrict:
3661 if (!(xen_available())) {
3662 error_report("Option not supported for this target");
3663 exit(1);
3664 }
3665 xen_domid_restrict = true;
3666 break;
ab6540d5 3667 case QEMU_OPTION_trace:
e9e0bb2a
DL
3668 g_free(trace_file);
3669 trace_file = trace_opt_parse(optarg);
ab6540d5 3670 break;
42229a75
LV
3671 case QEMU_OPTION_plugin:
3672 qemu_plugin_opt_parse(optarg, &plugin_list);
3673 break;
715a664a
GH
3674 case QEMU_OPTION_readconfig:
3675 {
dcfb0939
KW
3676 int ret = qemu_read_config_file(optarg);
3677 if (ret < 0) {
f61eddcb
EH
3678 error_report("read config %s: %s", optarg,
3679 strerror(-ret));
715a664a
GH
3680 exit(1);
3681 }
715a664a
GH
3682 break;
3683 }
29b0040b
GH
3684 case QEMU_OPTION_spice:
3685 olist = qemu_find_opts("spice");
3686 if (!olist) {
5dfdae81 3687 error_report("spice support is disabled");
29b0040b
GH
3688 exit(1);
3689 }
70b94331 3690 opts = qemu_opts_parse_noisily(olist, optarg, false);
29b0040b 3691 if (!opts) {
29b0040b
GH
3692 exit(1);
3693 }
f963e4d0 3694 display_remote++;
29b0040b 3695 break;
715a664a
GH
3696 case QEMU_OPTION_writeconfig:
3697 {
3698 FILE *fp;
3699 if (strcmp(optarg, "-") == 0) {
3700 fp = stdout;
3701 } else {
3702 fp = fopen(optarg, "w");
3703 if (fp == NULL) {
f61eddcb
EH
3704 error_report("open %s: %s", optarg,
3705 strerror(errno));
715a664a
GH
3706 exit(1);
3707 }
3708 }
3709 qemu_config_write(fp);
7fb8b5d9
CG
3710 if (fp != stdout) {
3711 fclose(fp);
3712 }
715a664a
GH
3713 break;
3714 }
c7f0f3b1
AL
3715 case QEMU_OPTION_qtest:
3716 qtest_chrdev = optarg;
3717 break;
3718 case QEMU_OPTION_qtest_log:
3719 qtest_log = optarg;
3720 break;
7d76ad4f 3721 case QEMU_OPTION_sandbox:
2bb814a4
MAL
3722 olist = qemu_find_opts("sandbox");
3723 if (!olist) {
3724#ifndef CONFIG_SECCOMP
3725 error_report("-sandbox support is not enabled "
3726 "in this QEMU binary");
3727#endif
3728 exit(1);
3729 }
3730
3731 opts = qemu_opts_parse_noisily(olist, optarg, true);
7d76ad4f 3732 if (!opts) {
49295ebc 3733 exit(1);
7d76ad4f
EO
3734 }
3735 break;
587ed6be
CB
3736 case QEMU_OPTION_add_fd:
3737#ifndef _WIN32
70b94331
MA
3738 opts = qemu_opts_parse_noisily(qemu_find_opts("add-fd"),
3739 optarg, false);
587ed6be 3740 if (!opts) {
49295ebc 3741 exit(1);
587ed6be
CB
3742 }
3743#else
3744 error_report("File descriptor passing is disabled on this "
3745 "platform");
3746 exit(1);
3747#endif
3748 break;
68d98d3e 3749 case QEMU_OPTION_object:
70b94331
MA
3750 opts = qemu_opts_parse_noisily(qemu_find_opts("object"),
3751 optarg, true);
49295ebc
MA
3752 if (!opts) {
3753 exit(1);
3754 }
68d98d3e 3755 break;
888a6bc6 3756 case QEMU_OPTION_realtime:
583f34c4
TH
3757 warn_report("'-realtime mlock=...' is deprecated, please use "
3758 "'-overcommit mem-lock=...' instead");
70b94331
MA
3759 opts = qemu_opts_parse_noisily(qemu_find_opts("realtime"),
3760 optarg, false);
888a6bc6
SM
3761 if (!opts) {
3762 exit(1);
3763 }
6f131f13
MT
3764 /* Don't override the -overcommit option if set */
3765 enable_mlock = enable_mlock ||
3766 qemu_opt_get_bool(opts, "mlock", true);
3767 break;
3768 case QEMU_OPTION_overcommit:
3769 opts = qemu_opts_parse_noisily(qemu_find_opts("overcommit"),
3770 optarg, false);
3771 if (!opts) {
3772 exit(1);
3773 }
3774 /* Don't override the -realtime option if set */
3775 enable_mlock = enable_mlock ||
3776 qemu_opt_get_bool(opts, "mem-lock", false);
3777 enable_cpu_pm = qemu_opt_get_bool(opts, "cpu-pm", false);
888a6bc6 3778 break;
5e2ac519 3779 case QEMU_OPTION_msg:
70b94331
MA
3780 opts = qemu_opts_parse_noisily(qemu_find_opts("msg"), optarg,
3781 false);
5e2ac519
SA
3782 if (!opts) {
3783 exit(1);
3784 }
3785 configure_msg(opts);
3786 break;
abfd9ce3 3787 case QEMU_OPTION_dump_vmstate:
522abf69 3788 if (vmstate_dump_file) {
f61eddcb
EH
3789 error_report("only one '-dump-vmstate' "
3790 "option may be given");
522abf69
GA
3791 exit(1);
3792 }
abfd9ce3
AS
3793 vmstate_dump_file = fopen(optarg, "w");
3794 if (vmstate_dump_file == NULL) {
f61eddcb 3795 error_report("open %s: %s", optarg, strerror(errno));
abfd9ce3
AS
3796 exit(1);
3797 }
12df189d
EC
3798 break;
3799 case QEMU_OPTION_enable_sync_profile:
3800 qsp_enable();
abfd9ce3 3801 break;
aec0d0e1
MP
3802 case QEMU_OPTION_nouserconfig:
3803 /* Nothing to be parsed here. Especially, do not error out below. */
3804 break;
59a5264b 3805 default:
1217d6ca
TH
3806 if (os_parse_cmd_args(popt->index, optarg)) {
3807 error_report("Option not supported in this build");
3808 exit(1);
3809 }
cd6f1169 3810 }
0824d6fc
FB
3811 }
3812 }
43fa1e0b
EH
3813 /*
3814 * Clear error location left behind by the loop.
3815 * Best done right after the loop. Do not insert code here!
3816 */
3817 loc_set_none();
364c3e6b 3818
3df261b6
PM
3819 /*
3820 * Check for -cpu help and -device help before we call select_machine(),
3821 * which will return an error if the architecture has no default machine
3822 * type and the user did not specify one, so that the user doesn't need
3823 * to say '-cpu help -machine something'.
3824 */
3825 if (cpu_option && is_help_option(cpu_option)) {
3826 list_cpus(cpu_option);
3827 exit(0);
3828 }
3829
3830 if (qemu_opts_foreach(qemu_find_opts("device"),
3831 device_help_func, NULL, NULL)) {
3832 exit(0);
3833 }
3834
fc4a4734
MA
3835 user_register_global_props();
3836
4c27b859
PD
3837 replay_configure(icount_opts);
3838
047f7038
IM
3839 if (incoming && !preconfig_exit_requested) {
3840 error_report("'preconfig' and 'incoming' options are "
3841 "mutually exclusive");
3842 exit(EXIT_FAILURE);
3843 }
3844
eb6a5209
AP
3845 configure_rtc(qemu_find_opts_singleton("rtc"));
3846
7580f231 3847 machine_class = select_machine();
1a3ec8c1 3848 object_set_machine_compat_props(machine_class->compat_props);
076b35b5 3849
2a7b18a3
IM
3850 have_custom_ram_size = set_memory_options(&ram_slots, &maxram_size,
3851 machine_class);
3852
2d9c2725 3853 os_daemonize();
45222b9a 3854 rcu_disable_atfork();
2d9c2725 3855
9e6bdef2
MAL
3856 if (pid_file && !qemu_write_pidfile(pid_file, &err)) {
3857 error_reportf_err(err, "cannot create PID file: ");
004c8e00
MT
3858 exit(1);
3859 }
3860
90a84d13
MAL
3861 qemu_unlink_pidfile_notifier.notify = qemu_unlink_pidfile;
3862 qemu_add_exit_notifier(&qemu_unlink_pidfile_notifier);
3863
2f78e491 3864 if (qemu_init_main_loop(&main_loop_err)) {
565f65d2 3865 error_report_err(main_loop_err);
1c53786f
PB
3866 exit(1);
3867 }
3868
9d0fdecb 3869#ifdef CONFIG_SECCOMP
5780760f 3870 olist = qemu_find_opts_err("sandbox", NULL);
65484597
MA
3871 if (olist) {
3872 qemu_opts_foreach(olist, parse_sandbox, NULL, &error_fatal);
7d76ad4f 3873 }
9d0fdecb 3874#endif
7d76ad4f 3875
5343bda4
MA
3876 qemu_opts_foreach(qemu_find_opts("name"),
3877 parse_name, NULL, &error_fatal);
5b9d313e 3878
587ed6be 3879#ifndef _WIN32
6353218b
MA
3880 qemu_opts_foreach(qemu_find_opts("add-fd"),
3881 parse_add_fd, NULL, &error_fatal);
587ed6be 3882
6353218b
MA
3883 qemu_opts_foreach(qemu_find_opts("add-fd"),
3884 cleanup_add_fd, NULL, &error_fatal);
587ed6be
CB
3885#endif
3886
3c75e12e 3887 current_machine = MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
52eb3dfd
MA
3888 if (machine_help_func(qemu_get_machine_opts(), current_machine)) {
3889 exit(0);
3890 }
0056ae24 3891 object_property_add_child(object_get_root(), "machine",
d2623129 3892 OBJECT(current_machine));
e2fb3fbb
MA
3893 object_property_add_child(container_get(OBJECT(current_machine),
3894 "/unattached"),
d2623129 3895 "sysbus", OBJECT(sysbus_get_default()));
20bccb82
PM
3896
3897 if (machine_class->minimum_page_bits) {
3898 if (!set_preferred_target_page_bits(machine_class->minimum_page_bits)) {
3899 /* This would be a board error: specifying a minimum smaller than
3900 * a target's compile-time fixed setting.
3901 */
3902 g_assert_not_reached();
3903 }
3904 }
3905
b5c2c3d0 3906 cpu_exec_init_all();
0056ae24 3907
958db90c 3908 if (machine_class->hw_version) {
35c2c8dc 3909 qemu_set_hw_version(machine_class->hw_version);
93bfef4c
CV
3910 }
3911
62cb4145
DL
3912 if (!trace_init_backends()) {
3913 exit(1);
3914 }
41fc57e4
PB
3915 trace_init_file(trace_file);
3916
67633bb4 3917 /* Open the logfile at this point and set the log mask if necessary.
c235d738 3918 */
e144a605 3919 qemu_set_log_filename(log_file, &error_fatal);
c235d738 3920 if (log_mask) {
b946bffa 3921 int mask;
b946bffa
PM
3922 mask = qemu_str_to_log_mask(log_mask);
3923 if (!mask) {
3924 qemu_print_log_usage(stdout);
3925 exit(1);
3926 }
3927 qemu_set_log(mask);
ed7f5f1d
PB
3928 } else {
3929 qemu_set_log(0);
c235d738 3930 }
330d0414 3931
3d5eecab
GH
3932 /* add configured firmware directories */
3933 dirs = g_strsplit(CONFIG_QEMU_FIRMWAREPATH, G_SEARCHPATH_SEPARATOR_S, 0);
3934 for (i = 0; dirs[i] != NULL; i++) {
3935 qemu_add_data_dir(dirs[i]);
3936 }
35471127 3937 g_strfreev(dirs);
3d5eecab
GH
3938
3939 /* try to find datadir relative to the executable path */
35471127
MAL
3940 dir = os_find_datadir();
3941 qemu_add_data_dir(dir);
3942 g_free(dir);
2a1cce90 3943
3d5eecab 3944 /* add the datadir specified when building */
2a1cce90 3945 qemu_add_data_dir(CONFIG_QEMU_DATADIR);
5cea8590 3946
37146e7e
RJ
3947 /* -L help lists the data directories and exits. */
3948 if (list_data_dirs) {
3949 for (i = 0; i < data_dir_idx; i++) {
3950 printf("%s\n", data_dir[i]);
3951 }
3952 exit(0);
3953 }
3954
72649619
EC
3955 /* machine_class: default to UP */
3956 machine_class->max_cpus = machine_class->max_cpus ?: 1;
3957 machine_class->min_cpus = machine_class->min_cpus ?: 1;
3958 machine_class->default_cpus = machine_class->default_cpus ?: 1;
3959
3960 /* default to machine_class->default_cpus */
a5e0b331
LX
3961 current_machine->smp.cpus = machine_class->default_cpus;
3962 current_machine->smp.max_cpus = machine_class->default_cpus;
3963 current_machine->smp.cores = 1;
3964 current_machine->smp.threads = 1;
8cb30e3a 3965 current_machine->smp.sockets = 1;
72649619 3966
6f479566
LX
3967 machine_class->smp_parse(current_machine,
3968 qemu_opts_find(qemu_find_opts("smp-opts"), NULL));
6be68d7e 3969
72649619 3970 /* sanity-check smp_cpus and max_cpus against machine_class */
a5e0b331 3971 if (current_machine->smp.cpus < machine_class->min_cpus) {
72649619 3972 error_report("Invalid SMP CPUs %d. The min CPUs "
a5e0b331
LX
3973 "supported by machine '%s' is %d",
3974 current_machine->smp.cpus,
72649619
EC
3975 machine_class->name, machine_class->min_cpus);
3976 exit(1);
3977 }
a5e0b331 3978 if (current_machine->smp.max_cpus > machine_class->max_cpus) {
c0dd1099 3979 error_report("Invalid SMP CPUs %d. The max CPUs "
a5e0b331
LX
3980 "supported by machine '%s' is %d",
3981 current_machine->smp.max_cpus,
f61eddcb 3982 machine_class->name, machine_class->max_cpus);
b2097003
AL
3983 exit(1);
3984 }
3985
ffac16fa
IM
3986 if (mem_prealloc) {
3987 char *val;
3988
3989 val = g_strdup_printf("%d", current_machine->smp.cpus);
3990 object_register_sugar_prop("memory-backend", "prealloc-threads", val);
3991 g_free(val);
4ebc74db 3992 object_register_sugar_prop("memory-backend", "prealloc", "on");
ffac16fa
IM
3993 }
3994
67b724e6
AP
3995 /*
3996 * Get the default machine options from the machine if it is not already
3997 * specified either by the configuration file or by the command line.
3998 */
958db90c 3999 if (machine_class->default_machine_opts) {
25de5935 4000 qemu_opts_set_defaults(qemu_find_opts("machine"),
958db90c 4001 machine_class->default_machine_opts, 0);
67b724e6
AP
4002 }
4003
42229a75
LV
4004 /* process plugin before CPUs are created, but once -smp has been parsed */
4005 if (qemu_plugin_load_list(&plugin_list)) {
4006 exit(1);
4007 }
4008
28d0de7a
MA
4009 qemu_opts_foreach(qemu_find_opts("device"),
4010 default_driver_check, NULL, NULL);
4011 qemu_opts_foreach(qemu_find_opts("global"),
4012 default_driver_check, NULL, NULL);
998bbd74 4013
d44229c5
MW
4014 if (!vga_model && !default_vga) {
4015 vga_interface_type = VGA_DEVICE;
4016 }
958db90c 4017 if (!has_defaults || machine_class->no_serial) {
986c5f78
GH
4018 default_serial = 0;
4019 }
958db90c 4020 if (!has_defaults || machine_class->no_parallel) {
986c5f78
GH
4021 default_parallel = 0;
4022 }
958db90c 4023 if (!has_defaults || machine_class->no_floppy) {
ac33f8fa
GH
4024 default_floppy = 0;
4025 }
958db90c 4026 if (!has_defaults || machine_class->no_cdrom) {
ac33f8fa
GH
4027 default_cdrom = 0;
4028 }
958db90c 4029 if (!has_defaults || machine_class->no_sdcard) {
ac33f8fa
GH
4030 default_sdcard = 0;
4031 }
d44229c5
MW
4032 if (!has_defaults) {
4033 default_monitor = 0;
4034 default_net = 0;
4035 default_vga = 0;
4036 }
986c5f78 4037
ab51b1d5 4038 if (is_daemonized()) {
2ee3518b
IM
4039 if (!preconfig_exit_requested) {
4040 error_report("'preconfig' and 'daemonize' options are "
4041 "mutually exclusive");
4042 exit(EXIT_FAILURE);
4043 }
4044
ab51b1d5
MT
4045 /* According to documentation and historically, -nographic redirects
4046 * serial port, parallel port and monitor to stdio, which does not work
4047 * with -daemonize. We can redirect these to null instead, but since
4048 * -nographic is legacy, let's just error out.
4049 * We disallow -nographic only if all other ports are not redirected
4050 * explicitly, to not break existing legacy setups which uses
4051 * -nographic _and_ redirects all ports explicitly - this is valid
4052 * usage, -nographic is just a no-op in this case.
4053 */
cfc58cf3 4054 if (nographic
9fd7e96a 4055 && (default_parallel || default_serial || default_monitor)) {
4cd70f34 4056 error_report("-nographic cannot be used with -daemonize");
ab51b1d5
MT
4057 exit(1);
4058 }
4059#ifdef CONFIG_CURSES
e3af9f9a 4060 if (dpy.type == DISPLAY_TYPE_CURSES) {
4cd70f34 4061 error_report("curses display cannot be used with -daemonize");
ab51b1d5
MT
4062 exit(1);
4063 }
4064#endif
4065 }
4066
cfc58cf3 4067 if (nographic) {
6a5e8b0e
GH
4068 if (default_parallel)
4069 add_device_config(DEV_PARALLEL, "null");
e1c09175
GH
4070 if (default_serial && default_monitor) {
4071 add_device_config(DEV_SERIAL, "mon:stdio");
4072 } else {
4073 if (default_serial)
4074 add_device_config(DEV_SERIAL, "stdio");
4075 if (default_monitor)
4821cd4c 4076 monitor_parse("stdio", "readline", false);
e1c09175 4077 }
998bbd74
GH
4078 } else {
4079 if (default_serial)
4080 add_device_config(DEV_SERIAL, "vc:80Cx24C");
6a5e8b0e
GH
4081 if (default_parallel)
4082 add_device_config(DEV_PARALLEL, "vc:80Cx24C");
abdeed06 4083 if (default_monitor)
4821cd4c 4084 monitor_parse("vc:80Cx24C", "readline", false);
bc0129d9
AL
4085 }
4086
006decd4
GH
4087#if defined(CONFIG_VNC)
4088 if (!QTAILQ_EMPTY(&(qemu_find_opts("vnc")->head))) {
4089 display_remote++;
4090 }
4091#endif
e3af9f9a 4092 if (dpy.type == DISPLAY_TYPE_DEFAULT && !display_remote) {
898f9d41
GH
4093 if (!qemu_display_find_default(&dpy)) {
4094 dpy.type = DISPLAY_TYPE_NONE;
4095#if defined(CONFIG_VNC)
4096 vnc_parse("localhost:0,to=99,id=default", &error_abort);
15546425 4097#endif
898f9d41 4098 }
15546425 4099 }
db71589f
GH
4100 if (dpy.type == DISPLAY_TYPE_DEFAULT) {
4101 dpy.type = DISPLAY_TYPE_NONE;
15546425
AL
4102 }
4103
09bd7ba9
TH
4104 if ((alt_grab || ctrl_grab) && dpy.type != DISPLAY_TYPE_SDL) {
4105 error_report("-alt-grab and -ctrl-grab are only valid "
f61eddcb 4106 "for SDL, ignoring option");
047d4e15 4107 }
78782712 4108 if (dpy.has_window_close &&
e3af9f9a 4109 (dpy.type != DISPLAY_TYPE_GTK && dpy.type != DISPLAY_TYPE_SDL)) {
f61eddcb
EH
4110 error_report("-no-quit is only valid for GTK and SDL, "
4111 "ignoring option");
047d4e15
PW
4112 }
4113
5ee1718f 4114 qemu_display_early_init(&dpy);
777357d7
MAL
4115 qemu_console_early_init();
4116
62f27922 4117 if (dpy.has_gl && dpy.gl != DISPLAYGL_MODE_OFF && display_opengl == 0) {
0b71a5d5 4118#if defined(CONFIG_OPENGL)
8afb9000 4119 error_report("OpenGL is not supported by the display");
0b71a5d5 4120#else
5dfdae81 4121 error_report("OpenGL support is disabled");
0b71a5d5
GH
4122#endif
4123 exit(1);
4124 }
15546425 4125
87f50caa 4126 page_size_init();
a5829fd9
T
4127 socket_init();
4128
7e1e0c11
MA
4129 qemu_opts_foreach(qemu_find_opts("object"),
4130 user_creatable_add_opts_foreach,
4131 object_create_initial, &error_fatal);
a4c7367f 4132
dd4af977
MA
4133 qemu_opts_foreach(qemu_find_opts("chardev"),
4134 chardev_init_func, NULL, &error_fatal);
4e7f9032
AB
4135 /* now chardevs have been created we may have semihosting to connect */
4136 qemu_semihosting_connect_chardevs();
2c189a4e 4137
758e8e38 4138#ifdef CONFIG_VIRTFS
b836723d
MA
4139 qemu_opts_foreach(qemu_find_opts("fsdev"),
4140 fsdev_init_func, NULL, &error_fatal);
74db920c 4141#endif
1a688d3b 4142
dea1fb88
GH
4143 /* spice needs the timers to be initialized by this point */
4144 /* spice must initialize before audio as it changes the default auiodev */
4145 qemu_spice_init();
4146
cda4aa9a 4147 /*
dea1fb88 4148 * Note: we need to create audio and block backends before
cda4aa9a 4149 * machine_set_property(), so machine properties can refer to
2fa23277 4150 * them.
cda4aa9a
MA
4151 */
4152 configure_blockdev(&bdo_queue, machine_class, snapshot);
dea1fb88 4153 audio_init_audiodevs();
cda4aa9a 4154
6b1b1440 4155 machine_opts = qemu_get_machine_opts();
702832b8
MA
4156 qemu_opt_foreach(machine_opts, machine_set_property, current_machine,
4157 &error_fatal);
622e99c5
IM
4158 current_machine->ram_size = ram_size;
4159 current_machine->maxram_size = maxram_size;
4160 current_machine->ram_slots = ram_slots;
6b1b1440 4161
0427b625
MA
4162 /*
4163 * Note: uses machine properties such as kernel-irqchip, must run
4164 * after machine_set_property().
4165 */
28a09617 4166 configure_accelerators(argv[0]);
214910a7 4167
0427b625
MA
4168 /*
4169 * Beware, QOM objects created before this point miss global and
4170 * compat properties.
4171 *
4172 * Global properties get set up by qdev_prop_register_global(),
4173 * called from user_register_global_props(), and certain option
4174 * desugaring. Also in CPU feature desugaring (buried in
c1c8cfe5 4175 * parse_cpu_option()), which happens below this point, but may
0427b625 4176 * only target the CPU type, which can only be created after
c1c8cfe5 4177 * parse_cpu_option() returned the type.
0427b625
MA
4178 *
4179 * Machine compat properties: object_set_machine_compat_props().
4180 * Accelerator compat props: object_set_accelerator_compat_props(),
4181 * called from configure_accelerator().
4182 */
4183
08fe6824
TH
4184 if (!qtest_enabled() && machine_class->deprecation_reason) {
4185 error_report("Machine type '%s' is deprecated: %s",
4186 machine_class->name, machine_class->deprecation_reason);
4187 }
4188
2fa23277 4189 /*
0427b625
MA
4190 * Note: creates a QOM object, must run only after global and
4191 * compat properties have been set up.
2fa23277
MA
4192 */
4193 migration_object_init();
4194
2c189a4e 4195 if (qtest_chrdev) {
2b8985f1 4196 qtest_server_init(qtest_chrdev, qtest_log, &error_fatal);
2c189a4e
DB
4197 }
4198
2ff3de68
MA
4199 machine_opts = qemu_get_machine_opts();
4200 kernel_filename = qemu_opt_get(machine_opts, "kernel");
4201 initrd_filename = qemu_opt_get(machine_opts, "initrd");
4202 kernel_cmdline = qemu_opt_get(machine_opts, "append");
1442d3e6 4203 bios_name = qemu_opt_get(machine_opts, "firmware");
967c0da7 4204
8281abd5
MA
4205 opts = qemu_opts_find(qemu_find_opts("boot-opts"), NULL);
4206 if (opts) {
f05f47bb
GA
4207 boot_order = qemu_opt_get(opts, "order");
4208 if (boot_order) {
007b0657 4209 validate_bootdevices(boot_order, &error_fatal);
8281abd5
MA
4210 }
4211
f05f47bb
GA
4212 boot_once = qemu_opt_get(opts, "once");
4213 if (boot_once) {
007b0657 4214 validate_bootdevices(boot_once, &error_fatal);
8281abd5
MA
4215 }
4216
4217 boot_menu = qemu_opt_get_bool(opts, "menu", boot_menu);
e5187b56 4218 boot_strict = qemu_opt_get_bool(opts, "strict", false);
8281abd5
MA
4219 }
4220
f05f47bb
GA
4221 if (!boot_order) {
4222 boot_order = machine_class->default_boot_order;
4223 }
4224
a0abe474
PM
4225 if (!kernel_cmdline) {
4226 kernel_cmdline = "";
6b1b1440 4227 current_machine->kernel_cmdline = (char *)kernel_cmdline;
a0abe474
PM
4228 }
4229
a20dd508 4230 linux_boot = (kernel_filename != NULL);
6c41b272 4231
f8d39c01 4232 if (!linux_boot && *kernel_cmdline != '\0') {
f61eddcb 4233 error_report("-append only allowed with -kernel option");
f8d39c01
TS
4234 exit(1);
4235 }
4236
4237 if (!linux_boot && initrd_filename != NULL) {
f61eddcb 4238 error_report("-initrd only allowed with -kernel option");
f8d39c01
TS
4239 exit(1);
4240 }
4241
a59d31a1
LA
4242 if (semihosting_enabled() && !semihosting_get_argc() && kernel_filename) {
4243 /* fall back to the -kernel/-append */
4244 semihosting_arg_fallback(kernel_filename, kernel_cmdline);
4245 }
4246
4603ea01 4247 cpu_ticks_init();
83fd9629 4248
d30300f7
EH
4249 if (default_net) {
4250 QemuOptsList *net = qemu_find_opts("net");
4251 qemu_opts_set(net, NULL, "type", "nic", &error_abort);
4252#ifdef CONFIG_SLIRP
4253 qemu_opts_set(net, NULL, "type", "user", &error_abort);
4254#endif
4255 }
4256
34f708b0
TH
4257 if (net_init_clients(&err) < 0) {
4258 error_report_err(err);
dc1c9fe8 4259 exit(1);
702c651c 4260 }
f1510b2c 4261
7e1e0c11
MA
4262 qemu_opts_foreach(qemu_find_opts("object"),
4263 user_creatable_add_opts_foreach,
4264 object_create_delayed, &error_fatal);
9abce56d 4265
d10e05f1 4266 tpm_init();
d1a0cf73 4267
c163b5ca 4268 blk_mig_init();
0d6ab3ab 4269 ram_mig_init();
b35ebdf0 4270 dirty_bitmap_mig_init();
c163b5ca 4271
2d5a3a8b
MA
4272 qemu_opts_foreach(qemu_find_opts("mon"),
4273 mon_init_func, NULL, &error_fatal);
157b9319 4274
8de702cb
KP
4275 /* connect semihosting console input if requested */
4276 qemu_semihosting_console_init();
4277
998bbd74
GH
4278 if (foreach_device_config(DEV_SERIAL, serial_parse) < 0)
4279 exit(1);
6a5e8b0e
GH
4280 if (foreach_device_config(DEV_PARALLEL, parallel_parse) < 0)
4281 exit(1);
c9f398e5
PA
4282 if (foreach_device_config(DEV_DEBUGCON, debugcon_parse) < 0)
4283 exit(1);
2796dae0 4284
7f1b17f2 4285 /* If no default VGA is requested, the default is "none". */
3605ded5 4286 if (default_vga) {
dceb8852 4287 vga_model = get_default_vga_model(machine_class);
a369da5f 4288 }
d44229c5 4289 if (vga_model) {
dceb8852 4290 select_vgahw(machine_class, vga_model);
d44229c5 4291 }
a369da5f 4292
09aaa160
MA
4293 if (watchdog) {
4294 i = select_watchdog(watchdog);
4295 if (i > 0)
4296 exit (i == 1 ? 1 : 0);
4297 }
4298
8bd7f71d
PD
4299 /* This checkpoint is required by replay to separate prior clock
4300 reading from the other reads, because timer polling functions query
4301 clock values from the log. */
4302 replay_checkpoint(CHECKPOINT_INIT);
1de81d28
AL
4303 qdev_machine_init();
4304
3ef96221 4305 current_machine->boot_order = boot_order;
3ef96221 4306
6063d4c0 4307 /* parse features once if machine provides default cpu_type */
2278b939 4308 current_machine->cpu_type = machine_class->default_cpu_type;
c1c8cfe5
EH
4309 if (cpu_option) {
4310 current_machine->cpu_type = parse_cpu_option(cpu_option);
6063d4c0 4311 }
a1b18df9 4312
2a7b18a3
IM
4313 if (current_machine->ram_memdev_id) {
4314 Object *backend;
4315 ram_addr_t backend_size;
4316
4317 backend = object_resolve_path_type(current_machine->ram_memdev_id,
4318 TYPE_MEMORY_BACKEND, NULL);
4951247d
MAL
4319 if (!backend) {
4320 error_report("Memory backend '%s' not found",
4321 current_machine->ram_memdev_id);
4322 exit(EXIT_FAILURE);
4323 }
2a7b18a3
IM
4324 backend_size = object_property_get_uint(backend, "size", &error_abort);
4325 if (have_custom_ram_size && backend_size != ram_size) {
4326 error_report("Size specified by -m option must match size of "
4327 "explicitly specified 'memory-backend' property");
4328 exit(EXIT_FAILURE);
4329 }
1148e4f4
IM
4330 if (mem_path) {
4331 error_report("'-mem-path' can't be used together with"
4332 "'-machine memory-backend'");
4333 exit(EXIT_FAILURE);
4334 }
2a7b18a3
IM
4335 ram_size = backend_size;
4336 }
4337
4338 if (!xen_enabled()) {
4339 /* On 32-bit hosts, QEMU is limited by virtual address space */
4340 if (ram_size > (2047 << 20) && HOST_LONG_BITS == 32) {
4341 error_report("at most 2047 MB RAM can be simulated");
4342 exit(1);
4343 }
4344 }
4345
d342eb76 4346 parse_numa_opts(current_machine);
6063d4c0 4347
59d55a16
IM
4348 /* do monitor/qmp handling at preconfig state if requested */
4349 qemu_main_loop();
4350
900c0ba3 4351 if (machine_class->default_ram_id && current_machine->ram_size &&
6b61c2c5 4352 numa_uses_legacy_mem() && !current_machine->ram_memdev_id) {
ffac16fa 4353 create_default_memdev(current_machine, mem_path);
900c0ba3 4354 }
047f7038
IM
4355
4356 /* from here on runstate is RUN_STATE_PRELAUNCH */
482dfe9a 4357 machine_run_board_init(current_machine);
3023f332 4358
a1b40bda
MA
4359 /*
4360 * TODO To drop support for deprecated bogus if=..., move
4361 * drive_check_orphaned() here, replacing this call. Also drop
4362 * its deprecation warning, along with DriveInfo member
4363 * @claimed_by_board.
4364 */
4365 drive_mark_claimed_by_board();
4366
28d16f38
HZ
4367 realtime_init();
4368
4c565674 4369 soundhw_init();
b3e6d591 4370
b0cb0a66
VP
4371 if (hax_enabled()) {
4372 hax_sync_vcpus();
4373 }
4374
406b6367
MA
4375 qemu_opts_foreach(qemu_find_opts("fw_cfg"),
4376 parse_fw_cfg, fw_cfg_find(), &error_fatal);
81b2b810 4377
3023f332 4378 /* init USB devices */
4bcbe0b6 4379 if (machine_usb(current_machine)) {
0752706d
MA
4380 if (foreach_device_config(DEV_USB, usb_parse) < 0)
4381 exit(1);
3023f332
AL
4382 }
4383
bd3c948d 4384 /* init generic devices */
bab47d9a 4385 rom_set_order_override(FW_CFG_ORDER_OVERRIDE_DEVICE);
cd65f349
MA
4386 qemu_opts_foreach(qemu_find_opts("device"),
4387 device_init_func, NULL, &error_fatal);
9c6703fe 4388
3741c250
DL
4389 cpu_synchronize_all_post_init();
4390
bab47d9a 4391 rom_reset_order_override();
bd3c948d 4392
a66c9dc7
JS
4393 /* Did we create any drives that we failed to create a device for? */
4394 drive_check_orphaned();
4395
d30300f7
EH
4396 /* Don't warn about the default network setup that you get if
4397 * no command line -net or -netdev options are specified. There
4398 * are two cases that we would otherwise complain about:
4399 * (1) board doesn't support a NIC but the implicit "-net nic"
4400 * requested one
4401 * (2) CONFIG_SLIRP not set, in which case the implicit "-net nic"
4402 * sets up a nic that isn't connected to anything.
4403 */
a3ab1dc0 4404 if (!default_net && (!qtest_enabled() || has_defaults)) {
d30300f7
EH
4405 net_check_clients();
4406 }
4407
f05f47bb 4408 if (boot_once) {
07d04a02 4409 qemu_boot_set(boot_once, &error_fatal);
f05f47bb
GA
4410 qemu_register_reset(restore_boot_order, g_strdup(boot_order));
4411 }
4412
6b62dc2d 4413 /* init local displays */
b0766612
GH
4414 ds = init_displaystate();
4415 qemu_display_init(ds, &dpy);
6b62dc2d 4416
0ce235a7
GN
4417 /* must be after terminal init, SDL library changes signal handlers */
4418 os_setup_signal_handling();
4419
6b62dc2d 4420 /* init remote displays */
a663fbd9 4421#ifdef CONFIG_VNC
28d0de7a 4422 qemu_opts_foreach(qemu_find_opts("vnc"),
612aea20 4423 vnc_init_func, NULL, &error_fatal);
a663fbd9 4424#endif
f8c75b24 4425
9fa03286
GH
4426 if (using_spice) {
4427 qemu_spice_display_init();
a3e22260 4428 }
5b08fc10 4429
ef0c4a0d 4430 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) {
59030a8c 4431 exit(1);
45669e00 4432 }
45669e00 4433
3418bd25
GH
4434 qdev_machine_creation_done();
4435
80376c3f
IY
4436 /* TODO: once all bus devices are qdevified, this should be done
4437 * when bus is created by qdev.c */
751b4b7b
DH
4438 /*
4439 * TODO: If we had a main 'reset container' that the whole system
4440 * lived in, we could reset that using the multi-phase reset
4441 * APIs. For the moment, we just reset the sysbus, which will cause
4442 * all devices hanging off it (and all their child buses, recursively)
4443 * to be reset. Note that this will *not* reset any Device objects
4444 * which are not attached to some part of the qbus tree!
4445 */
4446 qemu_register_reset(resettable_cold_reset_fn, sysbus_get_default());
4cab946a
GN
4447 qemu_run_machine_init_done_notifiers();
4448
6b3f7f63 4449 if (rom_check_and_register_reset() != 0) {
f61eddcb 4450 error_report("rom check and register reset failed");
6b3f7f63
EA
4451 exit(1);
4452 }
d916b464 4453
7615936e
PD
4454 replay_start();
4455
8bd7f71d
PD
4456 /* This checkpoint is required by replay to separate prior clock
4457 reading from the other reads, because timer polling functions query
4458 clock values from the log. */
4459 replay_checkpoint(CHECKPOINT_RESET);
aedbe192 4460 qemu_system_reset(SHUTDOWN_CAUSE_NONE);
48212d87 4461 register_global_state();
bb3d7702 4462 if (loadvm) {
927d6638 4463 Error *local_err = NULL;
5e22479a 4464 if (load_snapshot(loadvm, &local_err) < 0) {
927d6638 4465 error_report_err(local_err);
05f2401e 4466 autostart = 0;
827beacb 4467 exit(1);
05f2401e
JQ
4468 }
4469 }
bb3d7702
PD
4470 if (replay_mode != REPLAY_MODE_NONE) {
4471 replay_vmstate_init();
4472 }
d63d307f 4473
d828c430 4474 qdev_prop_check_globals();
abfd9ce3
AS
4475 if (vmstate_dump_file) {
4476 /* dump and exit */
4477 dump_vmstate_json_to_file(vmstate_dump_file);
7b733862 4478 exit(0);
abfd9ce3 4479 }
9f9260a3 4480
2bb8c10c 4481 if (incoming) {
43eaae28
PB
4482 Error *local_err = NULL;
4483 qemu_start_incoming_migration(incoming, &local_err);
4484 if (local_err) {
c29b77f9 4485 error_reportf_err(local_err, "-incoming %s: ", incoming);
43eaae28 4486 exit(1);
8ca5e801 4487 }
6b99dadc 4488 } else if (autostart) {
c0f4ce77 4489 vm_start();
6b99dadc 4490 }
ffd843bc 4491
7a64c17f 4492 accel_setup_post(current_machine);
eb505be1 4493 os_setup_post();
71e3ceb8 4494
7b733862
AB
4495 return;
4496}
4486e89c 4497
7b733862
AB
4498void qemu_cleanup(void)
4499{
1bb982b8
KF
4500 gdbserver_cleanup();
4501
892ae715
DDAG
4502 /*
4503 * cleaning up the migration object cancels any existing migration
4504 * try to do this early so that it also stops using devices.
4505 */
4506 migration_shutdown();
4507
e6f0ac4d
HR
4508 /*
4509 * We must cancel all block jobs while the block layer is drained,
4510 * or cancelling will be affected by throttling and thus may block
4511 * for an extended period of time.
4512 * vm_shutdown() will bdrv_drain_all(), so we may as well include
4513 * it in the drained section.
4514 * We do not need to end this section, because we do not want any
4515 * requests happening from here on anyway.
4516 */
4517 bdrv_drain_all_begin();
4518
4486e89c
SH
4519 /* No more vcpu or device emulation activity beyond this point */
4520 vm_shutdown();
ae25dccb 4521 replay_finish();
4486e89c 4522
b3b5299d 4523 job_cancel_sync_all();
452589b6 4524 bdrv_close_all();
00d09fdb 4525
3d3b8303 4526 res_free();
b46a8906 4527
aa5cb7f5 4528 /* vhost-user must be cleaned up before chardevs. */
c37cacab 4529 tpm_cleanup();
8caf911d 4530 net_cleanup();
a384c205 4531 audio_cleanup();
2ef45716 4532 monitor_cleanup();
aa5cb7f5 4533 qemu_chr_cleanup();
9d5139e5 4534 user_creatable_cleanup();
474628e8 4535 /* TODO: unref root container, check all devices are ok */
0824d6fc 4536}