softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
[qemu/ar7.git] / softmmu / vl.c
blob13cada39d6bea3ca50c8634b6677945505e7782a
1 /*
2 * QEMU System Emulator
4 * Copyright (c) 2003-2008 Fabrice Bellard
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:
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
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.
25 #include "qemu/osdep.h"
26 #include "qemu-common.h"
27 #include "qemu/units.h"
28 #include "hw/boards.h"
29 #include "hw/qdev-properties.h"
30 #include "qapi/error.h"
31 #include "qemu-version.h"
32 #include "qemu/cutils.h"
33 #include "qemu/help_option.h"
34 #include "qemu/uuid.h"
35 #include "sysemu/reset.h"
36 #include "sysemu/runstate.h"
37 #include "sysemu/seccomp.h"
38 #include "sysemu/tcg.h"
39 #include "sysemu/xen.h"
41 #include "qemu/error-report.h"
42 #include "qemu/sockets.h"
43 #include "sysemu/accel.h"
44 #include "hw/usb.h"
45 #include "hw/isa/isa.h"
46 #include "hw/scsi/scsi.h"
47 #include "hw/display/vga.h"
48 #include "sysemu/watchdog.h"
49 #include "hw/firmware/smbios.h"
50 #include "hw/acpi/acpi.h"
51 #include "hw/xen/xen.h"
52 #include "hw/loader.h"
53 #include "monitor/qdev.h"
54 #include "net/net.h"
55 #include "net/slirp.h"
56 #include "monitor/monitor.h"
57 #include "ui/console.h"
58 #include "ui/input.h"
59 #include "sysemu/sysemu.h"
60 #include "sysemu/numa.h"
61 #include "sysemu/hostmem.h"
62 #include "exec/gdbstub.h"
63 #include "qemu/timer.h"
64 #include "chardev/char.h"
65 #include "qemu/bitmap.h"
66 #include "qemu/log.h"
67 #include "sysemu/blockdev.h"
68 #include "hw/block/block.h"
69 #include "migration/misc.h"
70 #include "migration/snapshot.h"
71 #include "migration/global_state.h"
72 #include "sysemu/tpm.h"
73 #include "sysemu/dma.h"
74 #include "hw/audio/soundhw.h"
75 #include "audio/audio.h"
76 #include "sysemu/cpus.h"
77 #include "migration/colo.h"
78 #include "migration/postcopy-ram.h"
79 #include "sysemu/kvm.h"
80 #include "sysemu/hax.h"
81 #include "qapi/qobject-input-visitor.h"
82 #include "qemu/option.h"
83 #include "qemu/config-file.h"
84 #include "qemu-options.h"
85 #include "qemu/main-loop.h"
86 #ifdef CONFIG_VIRTFS
87 #include "fsdev/qemu-fsdev.h"
88 #endif
89 #include "sysemu/qtest.h"
91 #include "disas/disas.h"
93 #include "trace-root.h"
94 #include "trace/control.h"
95 #include "qemu/plugin.h"
96 #include "qemu/queue.h"
97 #include "sysemu/arch_init.h"
99 #include "ui/qemu-spice.h"
100 #include "qapi/string-input-visitor.h"
101 #include "qapi/opts-visitor.h"
102 #include "qapi/clone-visitor.h"
103 #include "qom/object_interfaces.h"
104 #include "hw/semihosting/semihost.h"
105 #include "crypto/init.h"
106 #include "sysemu/replay.h"
107 #include "qapi/qapi-events-run-state.h"
108 #include "qapi/qapi-visit-block-core.h"
109 #include "qapi/qapi-visit-ui.h"
110 #include "qapi/qapi-commands-block-core.h"
111 #include "qapi/qapi-commands-run-state.h"
112 #include "qapi/qapi-commands-ui.h"
113 #include "qapi/qmp/qerror.h"
114 #include "sysemu/iothread.h"
115 #include "qemu/guest-random.h"
117 #define MAX_VIRTIO_CONSOLES 1
119 static const char *data_dir[16];
120 static int data_dir_idx;
121 const char *bios_name = NULL;
122 enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
123 int display_opengl;
124 const char* keyboard_layout = NULL;
125 ram_addr_t ram_size;
126 bool enable_mlock = false;
127 bool enable_cpu_pm = false;
128 int nb_nics;
129 NICInfo nd_table[MAX_NICS];
130 int autostart;
131 static enum {
132 RTC_BASE_UTC,
133 RTC_BASE_LOCALTIME,
134 RTC_BASE_DATETIME,
135 } rtc_base_type = RTC_BASE_UTC;
136 static time_t rtc_ref_start_datetime;
137 static int rtc_realtime_clock_offset; /* used only with QEMU_CLOCK_REALTIME */
138 static int rtc_host_datetime_offset = -1; /* valid & used only with
139 RTC_BASE_DATETIME */
140 QEMUClockType rtc_clock;
141 int vga_interface_type = VGA_NONE;
142 static DisplayOptions dpy;
143 static int num_serial_hds;
144 static Chardev **serial_hds;
145 Chardev *parallel_hds[MAX_PARALLEL_PORTS];
146 int win2k_install_hack = 0;
147 int singlestep = 0;
148 int no_hpet = 0;
149 int fd_bootchk = 1;
150 static int no_reboot;
151 int no_shutdown = 0;
152 int graphic_rotate = 0;
153 const char *watchdog;
154 QEMUOptionRom option_rom[MAX_OPTION_ROMS];
155 int nb_option_roms;
156 int old_param = 0;
157 const char *qemu_name;
158 int alt_grab = 0;
159 int ctrl_grab = 0;
160 unsigned int nb_prom_envs = 0;
161 const char *prom_envs[MAX_PROM_ENVS];
162 int boot_menu;
163 bool boot_strict;
164 uint8_t *boot_splash_filedata;
165 int only_migratable; /* turn it off unless user states otherwise */
166 bool wakeup_suspend_enabled;
168 int icount_align_option;
170 /* The bytes in qemu_uuid are in the order specified by RFC4122, _not_ in the
171 * little-endian "wire format" described in the SMBIOS 2.6 specification.
173 QemuUUID qemu_uuid;
174 bool qemu_uuid_set;
176 static NotifierList exit_notifiers =
177 NOTIFIER_LIST_INITIALIZER(exit_notifiers);
179 static NotifierList machine_init_done_notifiers =
180 NOTIFIER_LIST_INITIALIZER(machine_init_done_notifiers);
182 uint32_t xen_domid;
183 enum xen_mode xen_mode = XEN_EMULATE;
184 bool xen_domid_restrict;
186 static int has_defaults = 1;
187 static int default_serial = 1;
188 static int default_parallel = 1;
189 static int default_monitor = 1;
190 static int default_floppy = 1;
191 static int default_cdrom = 1;
192 static int default_sdcard = 1;
193 static int default_vga = 1;
194 static int default_net = 1;
196 static struct {
197 const char *driver;
198 int *flag;
199 } default_list[] = {
200 { .driver = "isa-serial", .flag = &default_serial },
201 { .driver = "isa-parallel", .flag = &default_parallel },
202 { .driver = "isa-fdc", .flag = &default_floppy },
203 { .driver = "floppy", .flag = &default_floppy },
204 { .driver = "ide-cd", .flag = &default_cdrom },
205 { .driver = "ide-hd", .flag = &default_cdrom },
206 { .driver = "ide-drive", .flag = &default_cdrom },
207 { .driver = "scsi-cd", .flag = &default_cdrom },
208 { .driver = "scsi-hd", .flag = &default_cdrom },
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 },
215 { .driver = "virtio-vga", .flag = &default_vga },
216 { .driver = "ati-vga", .flag = &default_vga },
217 { .driver = "vhost-user-vga", .flag = &default_vga },
220 static QemuOptsList qemu_rtc_opts = {
221 .name = "rtc",
222 .head = QTAILQ_HEAD_INITIALIZER(qemu_rtc_opts.head),
223 .merge_lists = true,
224 .desc = {
226 .name = "base",
227 .type = QEMU_OPT_STRING,
229 .name = "clock",
230 .type = QEMU_OPT_STRING,
232 .name = "driftfix",
233 .type = QEMU_OPT_STRING,
235 { /* end of list */ }
239 static 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 = {
245 .name = "bootindex",
246 .type = QEMU_OPT_NUMBER,
247 }, {
248 .name = "romfile",
249 .type = QEMU_OPT_STRING,
251 { /* end of list */ }
255 static 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 = {
262 * no elements => accept any
263 * sanity checking will happen later
264 * when setting machine properties
270 static QemuOptsList qemu_accel_opts = {
271 .name = "accel",
272 .implied_opt_name = "accel",
273 .head = QTAILQ_HEAD_INITIALIZER(qemu_accel_opts.head),
274 .desc = {
276 * no elements => accept any
277 * sanity checking will happen later
278 * when setting accelerator properties
284 static QemuOptsList qemu_boot_opts = {
285 .name = "boot-opts",
286 .implied_opt_name = "order",
287 .merge_lists = true,
288 .head = QTAILQ_HEAD_INITIALIZER(qemu_boot_opts.head),
289 .desc = {
291 .name = "order",
292 .type = QEMU_OPT_STRING,
293 }, {
294 .name = "once",
295 .type = QEMU_OPT_STRING,
296 }, {
297 .name = "menu",
298 .type = QEMU_OPT_BOOL,
299 }, {
300 .name = "splash",
301 .type = QEMU_OPT_STRING,
302 }, {
303 .name = "splash-time",
304 .type = QEMU_OPT_NUMBER,
305 }, {
306 .name = "reboot-timeout",
307 .type = QEMU_OPT_NUMBER,
308 }, {
309 .name = "strict",
310 .type = QEMU_OPT_BOOL,
312 { /*End of list */ }
316 static QemuOptsList qemu_add_fd_opts = {
317 .name = "add-fd",
318 .head = QTAILQ_HEAD_INITIALIZER(qemu_add_fd_opts.head),
319 .desc = {
321 .name = "fd",
322 .type = QEMU_OPT_NUMBER,
323 .help = "file descriptor of which a duplicate is added to fd set",
325 .name = "set",
326 .type = QEMU_OPT_NUMBER,
327 .help = "ID of the fd set to add fd to",
329 .name = "opaque",
330 .type = QEMU_OPT_STRING,
331 .help = "free-form string used to describe fd",
333 { /* end of list */ }
337 static QemuOptsList qemu_object_opts = {
338 .name = "object",
339 .implied_opt_name = "qom-type",
340 .head = QTAILQ_HEAD_INITIALIZER(qemu_object_opts.head),
341 .desc = {
346 static QemuOptsList qemu_tpmdev_opts = {
347 .name = "tpmdev",
348 .implied_opt_name = "type",
349 .head = QTAILQ_HEAD_INITIALIZER(qemu_tpmdev_opts.head),
350 .desc = {
351 /* options are defined in the TPM backends */
352 { /* end of list */ }
356 static QemuOptsList qemu_realtime_opts = {
357 .name = "realtime",
358 .head = QTAILQ_HEAD_INITIALIZER(qemu_realtime_opts.head),
359 .desc = {
361 .name = "mlock",
362 .type = QEMU_OPT_BOOL,
364 { /* end of list */ }
368 static QemuOptsList qemu_overcommit_opts = {
369 .name = "overcommit",
370 .head = QTAILQ_HEAD_INITIALIZER(qemu_overcommit_opts.head),
371 .desc = {
373 .name = "mem-lock",
374 .type = QEMU_OPT_BOOL,
377 .name = "cpu-pm",
378 .type = QEMU_OPT_BOOL,
380 { /* end of list */ }
384 static QemuOptsList qemu_msg_opts = {
385 .name = "msg",
386 .head = QTAILQ_HEAD_INITIALIZER(qemu_msg_opts.head),
387 .desc = {
389 .name = "timestamp",
390 .type = QEMU_OPT_BOOL,
392 { /* end of list */ }
396 static 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 = {
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",
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.",
419 { /* End of list */ }
423 static 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 = {
430 .name = "size",
431 .type = QEMU_OPT_SIZE,
434 .name = "slots",
435 .type = QEMU_OPT_NUMBER,
438 .name = "maxmem",
439 .type = QEMU_OPT_SIZE,
441 { /* end of list */ }
445 static 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 = {
452 .name = "shift",
453 .type = QEMU_OPT_STRING,
454 }, {
455 .name = "align",
456 .type = QEMU_OPT_BOOL,
457 }, {
458 .name = "sleep",
459 .type = QEMU_OPT_BOOL,
460 }, {
461 .name = "rr",
462 .type = QEMU_OPT_STRING,
463 }, {
464 .name = "rrfile",
465 .type = QEMU_OPT_STRING,
466 }, {
467 .name = "rrsnapshot",
468 .type = QEMU_OPT_STRING,
470 { /* end of list */ }
474 static 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 = {
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,
486 .help = "Sets the name of the file from which "
487 "the fw_cfg blob will be loaded",
488 }, {
489 .name = "string",
490 .type = QEMU_OPT_STRING,
491 .help = "Sets content of the blob to be inserted from a string",
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",
498 { /* end of list */ }
503 * Get machine options
505 * Returns: machine options (never null).
507 QemuOpts *qemu_get_machine_opts(void)
509 return qemu_find_opts_singleton("machine");
512 const char *qemu_get_vm_name(void)
514 return qemu_name;
517 static void res_free(void)
519 g_free(boot_splash_filedata);
520 boot_splash_filedata = NULL;
523 static int default_driver_check(void *opaque, QemuOpts *opts, Error **errp)
525 const char *driver = qemu_opt_get(opts, "driver");
526 int i;
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;
535 return 0;
538 /***********************************************************/
539 /* QEMU state */
541 static RunState current_run_state = RUN_STATE_PRECONFIG;
543 /* We use RUN_STATE__MAX but any invalid value will do */
544 static RunState vmstop_requested = RUN_STATE__MAX;
545 static QemuMutex vmstop_lock;
547 typedef struct {
548 RunState from;
549 RunState to;
550 } RunStateTransition;
552 static const RunStateTransition runstate_transitions_def[] = {
553 /* from -> to */
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.
559 { RUN_STATE_PRECONFIG, RUN_STATE_INMIGRATE },
561 { RUN_STATE_DEBUG, RUN_STATE_RUNNING },
562 { RUN_STATE_DEBUG, RUN_STATE_FINISH_MIGRATE },
563 { RUN_STATE_DEBUG, RUN_STATE_PRELAUNCH },
565 { RUN_STATE_INMIGRATE, RUN_STATE_INTERNAL_ERROR },
566 { RUN_STATE_INMIGRATE, RUN_STATE_IO_ERROR },
567 { RUN_STATE_INMIGRATE, RUN_STATE_PAUSED },
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 },
573 { RUN_STATE_INMIGRATE, RUN_STATE_FINISH_MIGRATE },
574 { RUN_STATE_INMIGRATE, RUN_STATE_PRELAUNCH },
575 { RUN_STATE_INMIGRATE, RUN_STATE_POSTMIGRATE },
576 { RUN_STATE_INMIGRATE, RUN_STATE_COLO },
578 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED },
579 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },
580 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PRELAUNCH },
582 { RUN_STATE_IO_ERROR, RUN_STATE_RUNNING },
583 { RUN_STATE_IO_ERROR, RUN_STATE_FINISH_MIGRATE },
584 { RUN_STATE_IO_ERROR, RUN_STATE_PRELAUNCH },
586 { RUN_STATE_PAUSED, RUN_STATE_RUNNING },
587 { RUN_STATE_PAUSED, RUN_STATE_FINISH_MIGRATE },
588 { RUN_STATE_PAUSED, RUN_STATE_POSTMIGRATE },
589 { RUN_STATE_PAUSED, RUN_STATE_PRELAUNCH },
590 { RUN_STATE_PAUSED, RUN_STATE_COLO},
592 { RUN_STATE_POSTMIGRATE, RUN_STATE_RUNNING },
593 { RUN_STATE_POSTMIGRATE, RUN_STATE_FINISH_MIGRATE },
594 { RUN_STATE_POSTMIGRATE, RUN_STATE_PRELAUNCH },
596 { RUN_STATE_PRELAUNCH, RUN_STATE_RUNNING },
597 { RUN_STATE_PRELAUNCH, RUN_STATE_FINISH_MIGRATE },
598 { RUN_STATE_PRELAUNCH, RUN_STATE_INMIGRATE },
600 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_RUNNING },
601 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_PAUSED },
602 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_POSTMIGRATE },
603 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_PRELAUNCH },
604 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_COLO},
606 { RUN_STATE_RESTORE_VM, RUN_STATE_RUNNING },
607 { RUN_STATE_RESTORE_VM, RUN_STATE_PRELAUNCH },
609 { RUN_STATE_COLO, RUN_STATE_RUNNING },
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 },
620 { RUN_STATE_RUNNING, RUN_STATE_GUEST_PANICKED },
621 { RUN_STATE_RUNNING, RUN_STATE_COLO},
623 { RUN_STATE_SAVE_VM, RUN_STATE_RUNNING },
625 { RUN_STATE_SHUTDOWN, RUN_STATE_PAUSED },
626 { RUN_STATE_SHUTDOWN, RUN_STATE_FINISH_MIGRATE },
627 { RUN_STATE_SHUTDOWN, RUN_STATE_PRELAUNCH },
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 },
633 { RUN_STATE_SUSPENDED, RUN_STATE_PRELAUNCH },
634 { RUN_STATE_SUSPENDED, RUN_STATE_COLO},
636 { RUN_STATE_WATCHDOG, RUN_STATE_RUNNING },
637 { RUN_STATE_WATCHDOG, RUN_STATE_FINISH_MIGRATE },
638 { RUN_STATE_WATCHDOG, RUN_STATE_PRELAUNCH },
639 { RUN_STATE_WATCHDOG, RUN_STATE_COLO},
641 { RUN_STATE_GUEST_PANICKED, RUN_STATE_RUNNING },
642 { RUN_STATE_GUEST_PANICKED, RUN_STATE_FINISH_MIGRATE },
643 { RUN_STATE_GUEST_PANICKED, RUN_STATE_PRELAUNCH },
645 { RUN_STATE__MAX, RUN_STATE__MAX },
648 static bool runstate_valid_transitions[RUN_STATE__MAX][RUN_STATE__MAX];
650 bool runstate_check(RunState state)
652 return current_run_state == state;
655 bool runstate_store(char *str, size_t size)
657 const char *state = RunState_str(current_run_state);
658 size_t len = strlen(state) + 1;
660 if (len > size) {
661 return false;
663 memcpy(str, state, len);
664 return true;
667 static void runstate_init(void)
669 const RunStateTransition *p;
671 memset(&runstate_valid_transitions, 0, sizeof(runstate_valid_transitions));
672 for (p = &runstate_transitions_def[0]; p->from != RUN_STATE__MAX; p++) {
673 runstate_valid_transitions[p->from][p->to] = true;
676 qemu_mutex_init(&vmstop_lock);
679 /* This function will abort() on invalid state transitions */
680 void runstate_set(RunState new_state)
682 assert(new_state < RUN_STATE__MAX);
684 trace_runstate_set(current_run_state, RunState_str(current_run_state),
685 new_state, RunState_str(new_state));
687 if (current_run_state == new_state) {
688 return;
691 if (!runstate_valid_transitions[current_run_state][new_state]) {
692 error_report("invalid runstate transition: '%s' -> '%s'",
693 RunState_str(current_run_state),
694 RunState_str(new_state));
695 abort();
698 current_run_state = new_state;
701 int runstate_is_running(void)
703 return runstate_check(RUN_STATE_RUNNING);
706 bool runstate_needs_reset(void)
708 return runstate_check(RUN_STATE_INTERNAL_ERROR) ||
709 runstate_check(RUN_STATE_SHUTDOWN);
712 StatusInfo *qmp_query_status(Error **errp)
714 StatusInfo *info = g_malloc0(sizeof(*info));
716 info->running = runstate_is_running();
717 info->singlestep = singlestep;
718 info->status = current_run_state;
720 return info;
723 bool qemu_vmstop_requested(RunState *r)
725 qemu_mutex_lock(&vmstop_lock);
726 *r = vmstop_requested;
727 vmstop_requested = RUN_STATE__MAX;
728 qemu_mutex_unlock(&vmstop_lock);
729 return *r < RUN_STATE__MAX;
732 void qemu_system_vmstop_request_prepare(void)
734 qemu_mutex_lock(&vmstop_lock);
737 void qemu_system_vmstop_request(RunState state)
739 vmstop_requested = state;
740 qemu_mutex_unlock(&vmstop_lock);
741 qemu_notify_event();
744 /***********************************************************/
745 /* RTC reference time/date access */
746 static time_t qemu_ref_timedate(QEMUClockType clock)
748 time_t value = qemu_clock_get_ms(clock) / 1000;
749 switch (clock) {
750 case QEMU_CLOCK_REALTIME:
751 value -= rtc_realtime_clock_offset;
752 /* fall through */
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;
760 break;
761 default:
762 assert(0);
764 return value;
767 void qemu_get_timedate(struct tm *tm, int offset)
769 time_t ti = qemu_ref_timedate(rtc_clock);
771 ti += offset;
773 switch (rtc_base_type) {
774 case RTC_BASE_DATETIME:
775 case RTC_BASE_UTC:
776 gmtime_r(&ti, tm);
777 break;
778 case RTC_BASE_LOCALTIME:
779 localtime_r(&ti, tm);
780 break;
784 int qemu_timedate_diff(struct tm *tm)
786 time_t seconds;
788 switch (rtc_base_type) {
789 case RTC_BASE_DATETIME:
790 case RTC_BASE_UTC:
791 seconds = mktimegm(tm);
792 break;
793 case RTC_BASE_LOCALTIME:
795 struct tm tmp = *tm;
796 tmp.tm_isdst = -1; /* use timezone to figure it out */
797 seconds = mktime(&tmp);
798 break;
800 default:
801 abort();
804 return seconds - qemu_ref_timedate(QEMU_CLOCK_HOST);
807 static void configure_rtc_base_datetime(const char *startdate)
809 time_t rtc_start_datetime;
810 struct tm tm;
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;
820 } else {
821 goto date_fail;
823 tm.tm_year -= 1900;
824 tm.tm_mon--;
825 rtc_start_datetime = mktimegm(&tm);
826 if (rtc_start_datetime == -1) {
827 date_fail:
828 error_report("invalid datetime format");
829 error_printf("valid formats: "
830 "'2006-06-17T16:01:21' or '2006-06-17'\n");
831 exit(1);
833 rtc_host_datetime_offset = rtc_ref_start_datetime - rtc_start_datetime;
834 rtc_ref_start_datetime = rtc_start_datetime;
837 static void configure_rtc(QemuOpts *opts)
839 const char *value;
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;
846 value = qemu_opt_get(opts, "base");
847 if (value) {
848 if (!strcmp(value, "utc")) {
849 rtc_base_type = RTC_BASE_UTC;
850 } else if (!strcmp(value, "localtime")) {
851 Error *blocker = NULL;
852 rtc_base_type = RTC_BASE_LOCALTIME;
853 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED,
854 "-rtc base=localtime");
855 replay_add_blocker(blocker);
856 } else {
857 rtc_base_type = RTC_BASE_DATETIME;
858 configure_rtc_base_datetime(value);
861 value = qemu_opt_get(opts, "clock");
862 if (value) {
863 if (!strcmp(value, "host")) {
864 rtc_clock = QEMU_CLOCK_HOST;
865 } else if (!strcmp(value, "rt")) {
866 rtc_clock = QEMU_CLOCK_REALTIME;
867 } else if (!strcmp(value, "vm")) {
868 rtc_clock = QEMU_CLOCK_VIRTUAL;
869 } else {
870 error_report("invalid option value '%s'", value);
871 exit(1);
874 value = qemu_opt_get(opts, "driftfix");
875 if (value) {
876 if (!strcmp(value, "slew")) {
877 object_register_sugar_prop("mc146818rtc",
878 "lost_tick_policy",
879 "slew");
880 } else if (!strcmp(value, "none")) {
881 /* discard is default */
882 } else {
883 error_report("invalid option value '%s'", value);
884 exit(1);
889 static int parse_name(void *opaque, QemuOpts *opts, Error **errp)
891 const char *proc_name;
893 if (qemu_opt_get(opts, "debug-threads")) {
894 qemu_thread_naming(qemu_opt_get_bool(opts, "debug-threads", false));
896 qemu_name = qemu_opt_get(opts, "guest");
898 proc_name = qemu_opt_get(opts, "process");
899 if (proc_name) {
900 os_set_proc_name(proc_name);
903 return 0;
906 bool defaults_enabled(void)
908 return has_defaults;
911 #ifndef _WIN32
912 static int parse_add_fd(void *opaque, QemuOpts *opts, Error **errp)
914 int fd, dupfd, flags;
915 int64_t fdset_id;
916 const char *fd_opaque = NULL;
917 AddfdInfo *fdinfo;
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");
923 if (fd < 0) {
924 error_setg(errp, "fd option is required and must be non-negative");
925 return -1;
928 if (fd <= STDERR_FILENO) {
929 error_setg(errp, "fd cannot be a standard I/O stream");
930 return -1;
934 * All fds inherited across exec() necessarily have FD_CLOEXEC
935 * clear, while qemu sets FD_CLOEXEC on all other fds used internally.
937 flags = fcntl(fd, F_GETFD);
938 if (flags == -1 || (flags & FD_CLOEXEC)) {
939 error_setg(errp, "fd is not valid or already in use");
940 return -1;
943 if (fdset_id < 0) {
944 error_setg(errp, "set option is required and must be non-negative");
945 return -1;
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);
955 #endif
956 if (dupfd == -1) {
957 error_setg(errp, "error duplicating fd: %s", strerror(errno));
958 return -1;
961 /* add the duplicate fd, and optionally the opaque string, to the fd set */
962 fdinfo = monitor_fdset_add_fd(dupfd, true, fdset_id, !!fd_opaque, fd_opaque,
963 &error_abort);
964 g_free(fdinfo);
966 return 0;
969 static int cleanup_add_fd(void *opaque, QemuOpts *opts, Error **errp)
971 int fd;
973 fd = qemu_opt_get_number(opts, "fd", -1);
974 close(fd);
976 return 0;
978 #endif
980 /***********************************************************/
981 /* QEMU Block devices */
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 ""
990 static int drive_init_func(void *opaque, QemuOpts *opts, Error **errp)
992 BlockInterfaceType *block_default_type = opaque;
994 return drive_new(opts, *block_default_type, errp) == NULL;
997 static int drive_enable_snapshot(void *opaque, QemuOpts *opts, Error **errp)
999 if (qemu_opt_get(opts, "snapshot") == NULL) {
1000 qemu_opt_set(opts, "snapshot", "on", &error_abort);
1002 return 0;
1005 static void default_drive(int enable, int snapshot, BlockInterfaceType type,
1006 int index, const char *optstr)
1008 QemuOpts *opts;
1009 DriveInfo *dinfo;
1011 if (!enable || drive_get_by_index(type, index)) {
1012 return;
1015 opts = drive_add(type, index, NULL, optstr);
1016 if (snapshot) {
1017 drive_enable_snapshot(NULL, opts, NULL);
1020 dinfo = drive_new(opts, type, &error_abort);
1021 dinfo->is_default = true;
1025 typedef struct BlockdevOptionsQueueEntry {
1026 BlockdevOptions *bdo;
1027 Location loc;
1028 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry;
1029 } BlockdevOptionsQueueEntry;
1031 typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;
1033 static void configure_blockdev(BlockdevOptionsQueue *bdo_queue,
1034 MachineClass *machine_class, int snapshot)
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.
1041 if (machine_class->units_per_default_bus) {
1042 override_max_devs(machine_class->block_default_type,
1043 machine_class->units_per_default_bus);
1046 /* open the virtual block devices */
1047 while (!QSIMPLEQ_EMPTY(bdo_queue)) {
1048 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue);
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);
1057 if (snapshot) {
1058 qemu_opts_foreach(qemu_find_opts("drive"), drive_enable_snapshot,
1059 NULL, NULL);
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);
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);
1074 static 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 = {
1081 .name = "cpus",
1082 .type = QEMU_OPT_NUMBER,
1083 }, {
1084 .name = "sockets",
1085 .type = QEMU_OPT_NUMBER,
1086 }, {
1087 .name = "dies",
1088 .type = QEMU_OPT_NUMBER,
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,
1099 { /*End of list */ }
1103 static void realtime_init(void)
1105 if (enable_mlock) {
1106 if (os_mlock() < 0) {
1107 error_report("locking memory failed");
1108 exit(1);
1114 static void configure_msg(QemuOpts *opts)
1116 error_with_timestamp = qemu_opt_get_bool(opts, "timestamp", false);
1120 /***********************************************************/
1121 /* USB devices */
1123 static int usb_device_add(const char *devname)
1125 USBDevice *dev = NULL;
1127 if (!machine_usb(current_machine)) {
1128 return -1;
1131 dev = usbdevice_create(devname);
1132 if (!dev)
1133 return -1;
1135 return 0;
1138 static int usb_parse(const char *cmdline)
1140 int r;
1141 r = usb_device_add(cmdline);
1142 if (r < 0) {
1143 error_report("could not add USB device '%s'", cmdline);
1145 return r;
1148 /***********************************************************/
1149 /* machine registration */
1151 MachineState *current_machine;
1153 static MachineClass *find_machine(const char *name, GSList *machines)
1155 GSList *el;
1157 for (el = machines; el; el = el->next) {
1158 MachineClass *mc = el->data;
1160 if (!strcmp(mc->name, name) || !g_strcmp0(mc->alias, name)) {
1161 return mc;
1165 return NULL;
1168 static MachineClass *find_default_machine(GSList *machines)
1170 GSList *el;
1171 MachineClass *default_machineclass = NULL;
1173 for (el = machines; el; el = el->next) {
1174 MachineClass *mc = el->data;
1176 if (mc->is_default) {
1177 assert(default_machineclass == NULL && "Multiple default machines");
1178 default_machineclass = mc;
1182 return default_machineclass;
1185 static int machine_help_func(QemuOpts *opts, MachineState *machine)
1187 ObjectProperty *prop;
1188 ObjectPropertyIterator iter;
1190 if (!qemu_opt_has_help_opt(opts)) {
1191 return 0;
1194 object_property_iter_init(&iter, OBJECT(machine));
1195 while ((prop = object_property_iter_next(&iter))) {
1196 if (!prop->set) {
1197 continue;
1200 printf("%s.%s=%s", MACHINE_GET_CLASS(machine)->name,
1201 prop->name, prop->type);
1202 if (prop->description) {
1203 printf(" (%s)\n", prop->description);
1204 } else {
1205 printf("\n");
1209 return 1;
1212 struct VMChangeStateEntry {
1213 VMChangeStateHandler *cb;
1214 void *opaque;
1215 QTAILQ_ENTRY(VMChangeStateEntry) entries;
1216 int priority;
1219 static QTAILQ_HEAD(, VMChangeStateEntry) vm_change_state_head;
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
1228 * Register a callback function that is invoked when the vm starts or stops
1229 * running.
1231 * Returns: an entry to be freed using qemu_del_vm_change_state_handler()
1233 VMChangeStateEntry *qemu_add_vm_change_state_handler_prio(
1234 VMChangeStateHandler *cb, void *opaque, int priority)
1236 VMChangeStateEntry *e;
1237 VMChangeStateEntry *other;
1239 e = g_malloc0(sizeof(*e));
1240 e->cb = cb;
1241 e->opaque = opaque;
1242 e->priority = priority;
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;
1252 QTAILQ_INSERT_TAIL(&vm_change_state_head, e, entries);
1253 return e;
1256 VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb,
1257 void *opaque)
1259 return qemu_add_vm_change_state_handler_prio(cb, opaque, 0);
1262 void qemu_del_vm_change_state_handler(VMChangeStateEntry *e)
1264 QTAILQ_REMOVE(&vm_change_state_head, e, entries);
1265 g_free(e);
1268 void vm_state_notify(int running, RunState state)
1270 VMChangeStateEntry *e, *next;
1272 trace_vm_state_notify(running, state, RunState_str(state));
1274 if (running) {
1275 QTAILQ_FOREACH_SAFE(e, &vm_change_state_head, entries, next) {
1276 e->cb(e->opaque, running, state);
1278 } else {
1279 QTAILQ_FOREACH_REVERSE_SAFE(e, &vm_change_state_head, entries, next) {
1280 e->cb(e->opaque, running, state);
1285 static ShutdownCause reset_requested;
1286 static ShutdownCause shutdown_requested;
1287 static int shutdown_signal;
1288 static pid_t shutdown_pid;
1289 static int powerdown_requested;
1290 static int debug_requested;
1291 static int suspend_requested;
1292 static bool preconfig_exit_requested = true;
1293 static WakeupReason wakeup_reason;
1294 static NotifierList powerdown_notifiers =
1295 NOTIFIER_LIST_INITIALIZER(powerdown_notifiers);
1296 static NotifierList suspend_notifiers =
1297 NOTIFIER_LIST_INITIALIZER(suspend_notifiers);
1298 static NotifierList wakeup_notifiers =
1299 NOTIFIER_LIST_INITIALIZER(wakeup_notifiers);
1300 static NotifierList shutdown_notifiers =
1301 NOTIFIER_LIST_INITIALIZER(shutdown_notifiers);
1302 static uint32_t wakeup_reason_mask = ~(1 << QEMU_WAKEUP_REASON_NONE);
1304 ShutdownCause qemu_shutdown_requested_get(void)
1306 return shutdown_requested;
1309 ShutdownCause qemu_reset_requested_get(void)
1311 return reset_requested;
1314 static int qemu_shutdown_requested(void)
1316 return atomic_xchg(&shutdown_requested, SHUTDOWN_CAUSE_NONE);
1319 static void qemu_kill_report(void)
1321 if (!qtest_driver() && shutdown_signal) {
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.
1326 error_report("terminating on signal %d", shutdown_signal);
1327 } else {
1328 char *shutdown_cmd = qemu_get_pid_name(shutdown_pid);
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);
1335 shutdown_signal = 0;
1339 static ShutdownCause qemu_reset_requested(void)
1341 ShutdownCause r = reset_requested;
1343 if (r && replay_checkpoint(CHECKPOINT_RESET_REQUESTED)) {
1344 reset_requested = SHUTDOWN_CAUSE_NONE;
1345 return r;
1347 return SHUTDOWN_CAUSE_NONE;
1350 static int qemu_suspend_requested(void)
1352 int r = suspend_requested;
1353 if (r && replay_checkpoint(CHECKPOINT_SUSPEND_REQUESTED)) {
1354 suspend_requested = 0;
1355 return r;
1357 return false;
1360 static WakeupReason qemu_wakeup_requested(void)
1362 return wakeup_reason;
1365 static int qemu_powerdown_requested(void)
1367 int r = powerdown_requested;
1368 powerdown_requested = 0;
1369 return r;
1372 static int qemu_debug_requested(void)
1374 int r = debug_requested;
1375 debug_requested = 0;
1376 return r;
1379 void qemu_exit_preconfig_request(void)
1381 preconfig_exit_requested = true;
1385 * Reset the VM. Issue an event unless @reason is SHUTDOWN_CAUSE_NONE.
1387 void qemu_system_reset(ShutdownCause reason)
1389 MachineClass *mc;
1391 mc = current_machine ? MACHINE_GET_CLASS(current_machine) : NULL;
1393 cpu_synchronize_all_states();
1395 if (mc && mc->reset) {
1396 mc->reset(current_machine);
1397 } else {
1398 qemu_devices_reset();
1400 if (reason && reason != SHUTDOWN_CAUSE_SUBSYSTEM_RESET) {
1401 qapi_event_send_reset(shutdown_caused_by_guest(reason), reason);
1403 cpu_synchronize_all_post_reset();
1407 * Wake the VM after suspend.
1409 static void qemu_system_wakeup(void)
1411 MachineClass *mc;
1413 mc = current_machine ? MACHINE_GET_CLASS(current_machine) : NULL;
1415 if (mc && mc->wakeup) {
1416 mc->wakeup(current_machine);
1420 void qemu_system_guest_panicked(GuestPanicInformation *info)
1422 qemu_log_mask(LOG_GUEST_ERROR, "Guest crashed");
1424 if (current_cpu) {
1425 current_cpu->crash_occurred = true;
1427 qapi_event_send_guest_panicked(GUEST_PANIC_ACTION_PAUSE,
1428 !!info, info);
1429 vm_stop(RUN_STATE_GUEST_PANICKED);
1430 if (!no_shutdown) {
1431 qapi_event_send_guest_panicked(GUEST_PANIC_ACTION_POWEROFF,
1432 !!info, info);
1433 qemu_system_shutdown_request(SHUTDOWN_CAUSE_GUEST_PANIC);
1436 if (info) {
1437 if (info->type == GUEST_PANIC_INFORMATION_TYPE_HYPER_V) {
1438 qemu_log_mask(LOG_GUEST_ERROR, "\nHV crash parameters: (%#"PRIx64
1439 " %#"PRIx64" %#"PRIx64" %#"PRIx64" %#"PRIx64")\n",
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);
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);
1453 qapi_free_GuestPanicInformation(info);
1457 void qemu_system_guest_crashloaded(GuestPanicInformation *info)
1459 qemu_log_mask(LOG_GUEST_ERROR, "Guest crash loaded");
1461 qapi_event_send_guest_crashloaded(GUEST_PANIC_ACTION_RUN,
1462 !!info, info);
1464 if (info) {
1465 qapi_free_GuestPanicInformation(info);
1469 void qemu_system_reset_request(ShutdownCause reason)
1471 if (no_reboot && reason != SHUTDOWN_CAUSE_SUBSYSTEM_RESET) {
1472 shutdown_requested = reason;
1473 } else {
1474 reset_requested = reason;
1476 cpu_stop_current();
1477 qemu_notify_event();
1480 static void qemu_system_suspend(void)
1482 pause_all_vcpus();
1483 notifier_list_notify(&suspend_notifiers, NULL);
1484 runstate_set(RUN_STATE_SUSPENDED);
1485 qapi_event_send_suspend();
1488 void qemu_system_suspend_request(void)
1490 if (runstate_check(RUN_STATE_SUSPENDED)) {
1491 return;
1493 suspend_requested = 1;
1494 cpu_stop_current();
1495 qemu_notify_event();
1498 void qemu_register_suspend_notifier(Notifier *notifier)
1500 notifier_list_add(&suspend_notifiers, notifier);
1503 void qemu_system_wakeup_request(WakeupReason reason, Error **errp)
1505 trace_system_wakeup_request(reason);
1507 if (!runstate_check(RUN_STATE_SUSPENDED)) {
1508 error_setg(errp,
1509 "Unable to wake up: guest is not in suspended state");
1510 return;
1512 if (!(wakeup_reason_mask & (1 << reason))) {
1513 return;
1515 runstate_set(RUN_STATE_RUNNING);
1516 wakeup_reason = reason;
1517 qemu_notify_event();
1520 void qemu_system_wakeup_enable(WakeupReason reason, bool enabled)
1522 if (enabled) {
1523 wakeup_reason_mask |= (1 << reason);
1524 } else {
1525 wakeup_reason_mask &= ~(1 << reason);
1529 void qemu_register_wakeup_notifier(Notifier *notifier)
1531 notifier_list_add(&wakeup_notifiers, notifier);
1534 void qemu_register_wakeup_support(void)
1536 wakeup_suspend_enabled = true;
1539 bool qemu_wakeup_suspend_enabled(void)
1541 return wakeup_suspend_enabled;
1544 void qemu_system_killed(int signal, pid_t pid)
1546 shutdown_signal = signal;
1547 shutdown_pid = pid;
1548 no_shutdown = 0;
1550 /* Cannot call qemu_system_shutdown_request directly because
1551 * we are in a signal handler.
1553 shutdown_requested = SHUTDOWN_CAUSE_HOST_SIGNAL;
1554 qemu_notify_event();
1557 void qemu_system_shutdown_request(ShutdownCause reason)
1559 trace_qemu_system_shutdown_request(reason);
1560 replay_shutdown_request(reason);
1561 shutdown_requested = reason;
1562 qemu_notify_event();
1565 static void qemu_system_powerdown(void)
1567 qapi_event_send_powerdown();
1568 notifier_list_notify(&powerdown_notifiers, NULL);
1571 static void qemu_system_shutdown(ShutdownCause cause)
1573 qapi_event_send_shutdown(shutdown_caused_by_guest(cause), cause);
1574 notifier_list_notify(&shutdown_notifiers, &cause);
1577 void qemu_system_powerdown_request(void)
1579 trace_qemu_system_powerdown_request();
1580 powerdown_requested = 1;
1581 qemu_notify_event();
1584 void qemu_register_powerdown_notifier(Notifier *notifier)
1586 notifier_list_add(&powerdown_notifiers, notifier);
1589 void qemu_register_shutdown_notifier(Notifier *notifier)
1591 notifier_list_add(&shutdown_notifiers, notifier);
1594 void qemu_system_debug_request(void)
1596 debug_requested = 1;
1597 qemu_notify_event();
1600 static bool main_loop_should_exit(void)
1602 RunState r;
1603 ShutdownCause request;
1605 if (preconfig_exit_requested) {
1606 if (runstate_check(RUN_STATE_PRECONFIG)) {
1607 runstate_set(RUN_STATE_PRELAUNCH);
1609 preconfig_exit_requested = false;
1610 return true;
1612 if (qemu_debug_requested()) {
1613 vm_stop(RUN_STATE_DEBUG);
1615 if (qemu_suspend_requested()) {
1616 qemu_system_suspend();
1618 request = qemu_shutdown_requested();
1619 if (request) {
1620 qemu_kill_report();
1621 qemu_system_shutdown(request);
1622 if (no_shutdown) {
1623 vm_stop(RUN_STATE_SHUTDOWN);
1624 } else {
1625 return true;
1628 request = qemu_reset_requested();
1629 if (request) {
1630 pause_all_vcpus();
1631 qemu_system_reset(request);
1632 resume_all_vcpus();
1634 * runstate can change in pause_all_vcpus()
1635 * as iothread mutex is unlocked
1637 if (!runstate_check(RUN_STATE_RUNNING) &&
1638 !runstate_check(RUN_STATE_INMIGRATE) &&
1639 !runstate_check(RUN_STATE_FINISH_MIGRATE)) {
1640 runstate_set(RUN_STATE_PRELAUNCH);
1643 if (qemu_wakeup_requested()) {
1644 pause_all_vcpus();
1645 qemu_system_wakeup();
1646 notifier_list_notify(&wakeup_notifiers, &wakeup_reason);
1647 wakeup_reason = QEMU_WAKEUP_REASON_NONE;
1648 resume_all_vcpus();
1649 qapi_event_send_wakeup();
1651 if (qemu_powerdown_requested()) {
1652 qemu_system_powerdown();
1654 if (qemu_vmstop_requested(&r)) {
1655 vm_stop(r);
1657 return false;
1660 void qemu_main_loop(void)
1662 #ifdef CONFIG_PROFILER
1663 int64_t ti;
1664 #endif
1665 while (!main_loop_should_exit()) {
1666 #ifdef CONFIG_PROFILER
1667 ti = profile_getclock();
1668 #endif
1669 main_loop_wait(false);
1670 #ifdef CONFIG_PROFILER
1671 dev_time += profile_getclock() - ti;
1672 #endif
1676 static void version(void)
1678 printf("QEMU emulator version " QEMU_FULL_VERSION "\n"
1679 QEMU_COPYRIGHT "\n");
1682 static void help(int exitcode)
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());
1689 #define QEMU_OPTIONS_GENERATE_HELP
1690 #include "qemu-options-wrapper.h"
1692 printf("\nDuring emulation, the following keys are useful:\n"
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"
1697 "When using -nographic, press 'ctrl-a h' to get some help.\n"
1698 "\n"
1699 QEMU_HELP_BOTTOM "\n");
1701 exit(exitcode);
1704 #define HAS_ARG 0x0001
1706 typedef struct QEMUOption {
1707 const char *name;
1708 int flags;
1709 int index;
1710 uint32_t arch_mask;
1711 } QEMUOption;
1713 static const QEMUOption qemu_options[] = {
1714 { "h", 0, QEMU_OPTION_h, QEMU_ARCH_ALL },
1715 #define QEMU_OPTIONS_GENERATE_OPTIONS
1716 #include "qemu-options-wrapper.h"
1717 { NULL },
1720 typedef struct VGAInterfaceInfo {
1721 const char *opt_name; /* option name */
1722 const char *name; /* human-readable name */
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];
1726 } VGAInterfaceInfo;
1728 static const VGAInterfaceInfo vga_interfaces[VGA_TYPE_MAX] = {
1729 [VGA_NONE] = {
1730 .opt_name = "none",
1731 .name = "no graphic card",
1733 [VGA_STD] = {
1734 .opt_name = "std",
1735 .name = "standard VGA",
1736 .class_names = { "VGA", "isa-vga" },
1738 [VGA_CIRRUS] = {
1739 .opt_name = "cirrus",
1740 .name = "Cirrus VGA",
1741 .class_names = { "cirrus-vga", "isa-cirrus-vga" },
1743 [VGA_VMWARE] = {
1744 .opt_name = "vmware",
1745 .name = "VMWare SVGA",
1746 .class_names = { "vmware-svga" },
1748 [VGA_VIRTIO] = {
1749 .opt_name = "virtio",
1750 .name = "Virtio VGA",
1751 .class_names = { "virtio-vga" },
1753 [VGA_QXL] = {
1754 .opt_name = "qxl",
1755 .name = "QXL VGA",
1756 .class_names = { "qxl-vga" },
1758 [VGA_TCX] = {
1759 .opt_name = "tcx",
1760 .name = "TCX framebuffer",
1761 .class_names = { "SUNW,tcx" },
1763 [VGA_CG3] = {
1764 .opt_name = "cg3",
1765 .name = "CG3 framebuffer",
1766 .class_names = { "cgthree" },
1768 [VGA_XENFB] = {
1769 .opt_name = "xenfb",
1770 .name = "Xen paravirtualized framebuffer",
1774 static bool vga_interface_available(VGAInterfaceType t)
1776 const VGAInterfaceInfo *ti = &vga_interfaces[t];
1778 assert(t < VGA_TYPE_MAX);
1779 return !ti->class_names[0] ||
1780 object_class_by_name(ti->class_names[0]) ||
1781 object_class_by_name(ti->class_names[1]);
1784 static const char *
1785 get_default_vga_model(const MachineClass *machine_class)
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";
1795 return NULL;
1798 static void select_vgahw(const MachineClass *machine_class, const char *p)
1800 const char *opts;
1801 int t;
1803 if (g_str_equal(p, "help")) {
1804 const char *def = get_default_vga_model(machine_class);
1806 for (t = 0; t < VGA_TYPE_MAX; t++) {
1807 const VGAInterfaceInfo *ti = &vga_interfaces[t];
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)" : "");
1814 exit(0);
1817 assert(vga_interface_type == VGA_NONE);
1818 for (t = 0; t < VGA_TYPE_MAX; t++) {
1819 const VGAInterfaceInfo *ti = &vga_interfaces[t];
1820 if (ti->opt_name && strstart(p, ti->opt_name, &opts)) {
1821 if (!vga_interface_available(t)) {
1822 error_report("%s not available", ti->name);
1823 exit(1);
1825 vga_interface_type = t;
1826 break;
1829 if (t == VGA_TYPE_MAX) {
1830 invalid_vga:
1831 error_report("unknown vga type: %s", p);
1832 exit(1);
1834 while (*opts) {
1835 const char *nextopt;
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;
1849 static void parse_display_qapi(const char *optarg)
1851 DisplayOptions *opts;
1852 Visitor *v;
1854 v = qobject_input_visitor_new_str(optarg, "type", &error_fatal);
1856 visit_type_DisplayOptions(v, NULL, &opts, &error_fatal);
1857 QAPI_CLONE_MEMBERS(DisplayOptions, &dpy, opts);
1859 qapi_free_DisplayOptions(opts);
1860 visit_free(v);
1863 DisplayOptions *qmp_query_display_options(Error **errp)
1865 return QAPI_CLONE(DisplayOptions, &dpy);
1868 static void parse_display(const char *p)
1870 const char *opts;
1872 if (is_help_option(p)) {
1873 qemu_display_help();
1874 exit(0);
1877 if (strstart(p, "sdl", &opts)) {
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.
1888 dpy.type = DISPLAY_TYPE_SDL;
1889 while (*opts) {
1890 const char *nextopt;
1892 if (strstart(opts, ",alt_grab=", &nextopt)) {
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 {
1899 goto invalid_sdl_args;
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 {
1908 goto invalid_sdl_args;
1910 } else if (strstart(opts, ",window_close=", &nextopt)) {
1911 opts = nextopt;
1912 dpy.has_window_close = true;
1913 if (strstart(opts, "on", &nextopt)) {
1914 dpy.window_close = true;
1915 } else if (strstart(opts, "off", &nextopt)) {
1916 dpy.window_close = false;
1917 } else {
1918 goto invalid_sdl_args;
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;
1930 } else if (strstart(opts, ",gl=", &nextopt)) {
1931 opts = nextopt;
1932 dpy.has_gl = true;
1933 if (strstart(opts, "on", &nextopt)) {
1934 dpy.gl = DISPLAYGL_MODE_ON;
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;
1939 } else if (strstart(opts, "off", &nextopt)) {
1940 dpy.gl = DISPLAYGL_MODE_OFF;
1941 } else {
1942 goto invalid_sdl_args;
1944 } else {
1945 invalid_sdl_args:
1946 error_report("invalid SDL option string");
1947 exit(1);
1949 opts = nextopt;
1951 } else if (strstart(p, "vnc", &opts)) {
1953 * vnc isn't a (local) DisplayType but a protocol for remote
1954 * display access.
1956 if (*opts == '=') {
1957 vnc_parse(opts + 1, &error_fatal);
1958 } else {
1959 error_report("VNC requires a display argument vnc=<display>");
1960 exit(1);
1962 } else {
1963 parse_display_qapi(p);
1967 char *qemu_find_file(int type, const char *name)
1969 int i;
1970 const char *subdir;
1971 char *buf;
1973 /* Try the name as a straight path first */
1974 if (access(name, R_OK) == 0) {
1975 trace_load_file(name, name);
1976 return g_strdup(name);
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();
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;
1996 g_free(buf);
1998 return NULL;
2001 void qemu_add_data_dir(const char *path)
2003 int i;
2005 if (path == NULL) {
2006 return;
2008 if (data_dir_idx == ARRAY_SIZE(data_dir)) {
2009 return;
2011 for (i = 0; i < data_dir_idx; i++) {
2012 if (strcmp(data_dir[i], path) == 0) {
2013 return; /* duplicate */
2016 data_dir[data_dir_idx++] = g_strdup(path);
2019 static inline bool nonempty_str(const char *str)
2021 return str && *str;
2024 static int parse_fw_cfg(void *opaque, QemuOpts *opts, Error **errp)
2026 gchar *buf;
2027 size_t size;
2028 const char *name, *file, *str, *gen_id;
2029 FWCfgState *fw_cfg = (FWCfgState *) opaque;
2031 if (fw_cfg == NULL) {
2032 error_setg(errp, "fw_cfg device not available");
2033 return -1;
2035 name = qemu_opt_get(opts, "name");
2036 file = qemu_opt_get(opts, "file");
2037 str = qemu_opt_get(opts, "string");
2038 gen_id = qemu_opt_get(opts, "gen_id");
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");
2045 return -1;
2047 if (strlen(name) > FW_CFG_MAX_FILE_PATH - 1) {
2048 error_setg(errp, "name too long (max. %d char)",
2049 FW_CFG_MAX_FILE_PATH - 1);
2050 return -1;
2052 if (strncmp(name, "opt/", 4) != 0) {
2053 warn_report("externally provided fw_cfg item names "
2054 "should be prefixed with \"opt/\"");
2056 if (nonempty_str(str)) {
2057 size = strlen(str); /* NUL terminator NOT included in fw_cfg blob */
2058 buf = g_memdup(str, size);
2059 } else if (nonempty_str(gen_id)) {
2060 Error *local_err = NULL;
2062 fw_cfg_add_from_generator(fw_cfg, name, gen_id, errp);
2063 if (local_err) {
2064 error_propagate(errp, local_err);
2065 return -1;
2067 return 0;
2068 } else {
2069 GError *err = NULL;
2070 if (!g_file_get_contents(file, &buf, &size, &err)) {
2071 error_setg(errp, "can't load %s: %s", file, err->message);
2072 g_error_free(err);
2073 return -1;
2076 /* For legacy, keep user files in a specific global order. */
2077 fw_cfg_set_order_override(fw_cfg, FW_CFG_ORDER_OVERRIDE_USER);
2078 fw_cfg_add_file(fw_cfg, name, buf, size);
2079 fw_cfg_reset_order_override(fw_cfg);
2080 return 0;
2083 static int device_help_func(void *opaque, QemuOpts *opts, Error **errp)
2085 return qdev_device_help(opts);
2088 static int device_init_func(void *opaque, QemuOpts *opts, Error **errp)
2090 DeviceState *dev;
2092 dev = qdev_device_add(opts, errp);
2093 if (!dev && *errp) {
2094 error_report_err(*errp);
2095 return -1;
2096 } else if (dev) {
2097 object_unref(OBJECT(dev));
2099 return 0;
2102 static int chardev_init_func(void *opaque, QemuOpts *opts, Error **errp)
2104 Error *local_err = NULL;
2106 if (!qemu_chr_new_from_opts(opts, NULL, &local_err)) {
2107 if (local_err) {
2108 error_propagate(errp, local_err);
2109 return -1;
2111 exit(0);
2113 return 0;
2116 #ifdef CONFIG_VIRTFS
2117 static int fsdev_init_func(void *opaque, QemuOpts *opts, Error **errp)
2119 return qemu_fsdev_add(opts, errp);
2121 #endif
2123 static int mon_init_func(void *opaque, QemuOpts *opts, Error **errp)
2125 return monitor_init_opts(opts, errp);
2128 static void monitor_parse(const char *optarg, const char *mode, bool pretty)
2130 static int monitor_device_index = 0;
2131 QemuOpts *opts;
2132 const char *p;
2133 char label[32];
2135 if (strstart(optarg, "chardev:", &p)) {
2136 snprintf(label, sizeof(label), "%s", p);
2137 } else {
2138 snprintf(label, sizeof(label), "compat_monitor%d",
2139 monitor_device_index);
2140 opts = qemu_chr_parse_compat(label, optarg, true);
2141 if (!opts) {
2142 error_report("parse error: %s", optarg);
2143 exit(1);
2147 opts = qemu_opts_create(qemu_find_opts("mon"), label, 1, &error_fatal);
2148 qemu_opt_set(opts, "mode", mode, &error_abort);
2149 qemu_opt_set(opts, "chardev", label, &error_abort);
2150 if (!strcmp(mode, "control")) {
2151 qemu_opt_set_bool(opts, "pretty", pretty, &error_abort);
2152 } else {
2153 assert(pretty == false);
2155 monitor_device_index++;
2158 struct device_config {
2159 enum {
2160 DEV_USB, /* -usbdevice */
2161 DEV_SERIAL, /* -serial */
2162 DEV_PARALLEL, /* -parallel */
2163 DEV_DEBUGCON, /* -debugcon */
2164 DEV_GDB, /* -gdb, -s */
2165 DEV_SCLP, /* s390 sclp */
2166 } type;
2167 const char *cmdline;
2168 Location loc;
2169 QTAILQ_ENTRY(device_config) next;
2172 static QTAILQ_HEAD(, device_config) device_configs =
2173 QTAILQ_HEAD_INITIALIZER(device_configs);
2175 static void add_device_config(int type, const char *cmdline)
2177 struct device_config *conf;
2179 conf = g_malloc0(sizeof(*conf));
2180 conf->type = type;
2181 conf->cmdline = cmdline;
2182 loc_save(&conf->loc);
2183 QTAILQ_INSERT_TAIL(&device_configs, conf, next);
2186 static int foreach_device_config(int type, int (*func)(const char *cmdline))
2188 struct device_config *conf;
2189 int rc;
2191 QTAILQ_FOREACH(conf, &device_configs, next) {
2192 if (conf->type != type)
2193 continue;
2194 loc_push_restore(&conf->loc);
2195 rc = func(conf->cmdline);
2196 loc_pop(&conf->loc);
2197 if (rc) {
2198 return rc;
2201 return 0;
2204 static int serial_parse(const char *devname)
2206 int index = num_serial_hds;
2207 char label[32];
2209 if (strcmp(devname, "none") == 0)
2210 return 0;
2211 snprintf(label, sizeof(label), "serial%d", index);
2212 serial_hds = g_renew(Chardev *, serial_hds, index + 1);
2214 serial_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
2215 if (!serial_hds[index]) {
2216 error_report("could not connect serial device"
2217 " to character backend '%s'", devname);
2218 return -1;
2220 num_serial_hds++;
2221 return 0;
2224 Chardev *serial_hd(int i)
2226 assert(i >= 0);
2227 if (i < num_serial_hds) {
2228 return serial_hds[i];
2230 return NULL;
2233 int serial_max_hds(void)
2235 return num_serial_hds;
2238 static int parallel_parse(const char *devname)
2240 static int index = 0;
2241 char label[32];
2243 if (strcmp(devname, "none") == 0)
2244 return 0;
2245 if (index == MAX_PARALLEL_PORTS) {
2246 error_report("too many parallel ports");
2247 exit(1);
2249 snprintf(label, sizeof(label), "parallel%d", index);
2250 parallel_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL);
2251 if (!parallel_hds[index]) {
2252 error_report("could not connect parallel device"
2253 " to character backend '%s'", devname);
2254 return -1;
2256 index++;
2257 return 0;
2260 static int debugcon_parse(const char *devname)
2262 QemuOpts *opts;
2264 if (!qemu_chr_new_mux_mon("debugcon", devname, NULL)) {
2265 error_report("invalid character backend '%s'", devname);
2266 exit(1);
2268 opts = qemu_opts_create(qemu_find_opts("device"), "debugcon", 1, NULL);
2269 if (!opts) {
2270 error_report("already have a debugcon device");
2271 exit(1);
2273 qemu_opt_set(opts, "driver", "isa-debugcon", &error_abort);
2274 qemu_opt_set(opts, "chardev", "debugcon", &error_abort);
2275 return 0;
2278 static gint machine_class_cmp(gconstpointer a, gconstpointer b)
2280 const MachineClass *mc1 = a, *mc2 = b;
2281 int res;
2283 if (mc1->family == NULL) {
2284 if (mc2->family == NULL) {
2285 /* Compare standalone machine types against each other; they sort
2286 * in increasing order.
2288 return strcmp(object_class_get_name(OBJECT_CLASS(mc1)),
2289 object_class_get_name(OBJECT_CLASS(mc2)));
2292 /* Standalone machine types sort after families. */
2293 return 1;
2296 if (mc2->family == NULL) {
2297 /* Families sort before standalone machine types. */
2298 return -1;
2301 /* Families sort between each other alphabetically increasingly. */
2302 res = strcmp(mc1->family, mc2->family);
2303 if (res != 0) {
2304 return res;
2307 /* Within the same family, machine types sort in decreasing order. */
2308 return strcmp(object_class_get_name(OBJECT_CLASS(mc2)),
2309 object_class_get_name(OBJECT_CLASS(mc1)));
2312 static MachineClass *machine_parse(const char *name, GSList *machines)
2314 MachineClass *mc;
2315 GSList *el;
2317 if (is_help_option(name)) {
2318 printf("Supported machines are:\n");
2319 machines = g_slist_sort(machines, machine_class_cmp);
2320 for (el = machines; el; el = el->next) {
2321 MachineClass *mc = el->data;
2322 if (mc->alias) {
2323 printf("%-20s %s (alias of %s)\n", mc->alias, mc->desc, mc->name);
2325 printf("%-20s %s%s%s\n", mc->name, mc->desc,
2326 mc->is_default ? " (default)" : "",
2327 mc->deprecation_reason ? " (deprecated)" : "");
2329 exit(0);
2332 mc = find_machine(name, machines);
2333 if (!mc) {
2334 error_report("unsupported machine type");
2335 error_printf("Use -machine help to list supported machines\n");
2336 exit(1);
2338 return mc;
2341 void qemu_add_exit_notifier(Notifier *notify)
2343 notifier_list_add(&exit_notifiers, notify);
2346 void qemu_remove_exit_notifier(Notifier *notify)
2348 notifier_remove(notify);
2351 static void qemu_run_exit_notifiers(void)
2353 notifier_list_notify(&exit_notifiers, NULL);
2356 static const char *pid_file;
2357 static Notifier qemu_unlink_pidfile_notifier;
2359 static void qemu_unlink_pidfile(Notifier *n, void *data)
2361 if (pid_file) {
2362 unlink(pid_file);
2366 bool machine_init_done;
2368 void qemu_add_machine_init_done_notifier(Notifier *notify)
2370 notifier_list_add(&machine_init_done_notifiers, notify);
2371 if (machine_init_done) {
2372 notify->notify(notify, NULL);
2376 void qemu_remove_machine_init_done_notifier(Notifier *notify)
2378 notifier_remove(notify);
2381 static void qemu_run_machine_init_done_notifiers(void)
2383 machine_init_done = true;
2384 notifier_list_notify(&machine_init_done_notifiers, NULL);
2387 static const QEMUOption *lookup_opt(int argc, char **argv,
2388 const char **poptarg, int *poptind)
2390 const QEMUOption *popt;
2391 int optind = *poptind;
2392 char *r = argv[optind];
2393 const char *optarg;
2395 loc_set_cmdline(argv, optind, 1);
2396 optind++;
2397 /* Treat --foo the same as -foo. */
2398 if (r[1] == '-')
2399 r++;
2400 popt = qemu_options;
2401 for(;;) {
2402 if (!popt->name) {
2403 error_report("invalid option");
2404 exit(1);
2406 if (!strcmp(popt->name, r + 1))
2407 break;
2408 popt++;
2410 if (popt->flags & HAS_ARG) {
2411 if (optind >= argc) {
2412 error_report("requires an argument");
2413 exit(1);
2415 optarg = argv[optind++];
2416 loc_set_cmdline(argv, optind - 2, 2);
2417 } else {
2418 optarg = NULL;
2421 *poptarg = optarg;
2422 *poptind = optind;
2424 return popt;
2427 static MachineClass *select_machine(void)
2429 GSList *machines = object_class_get_list(TYPE_MACHINE, false);
2430 MachineClass *machine_class = find_default_machine(machines);
2431 const char *optarg;
2432 QemuOpts *opts;
2433 Location loc;
2435 loc_push_none(&loc);
2437 opts = qemu_get_machine_opts();
2438 qemu_opts_loc_restore(opts);
2440 optarg = qemu_opt_get(opts, "type");
2441 if (optarg) {
2442 machine_class = machine_parse(optarg, machines);
2445 if (!machine_class) {
2446 error_report("No machine specified, and there is no default");
2447 error_printf("Use -machine help to list supported machines\n");
2448 exit(1);
2451 loc_pop(&loc);
2452 g_slist_free(machines);
2453 return machine_class;
2456 static int object_parse_property_opt(Object *obj,
2457 const char *name, const char *value,
2458 const char *skip, Error **errp)
2460 Error *local_err = NULL;
2462 if (g_str_equal(name, skip)) {
2463 return 0;
2466 object_property_parse(obj, value, name, &local_err);
2468 if (local_err) {
2469 error_propagate(errp, local_err);
2470 return -1;
2473 return 0;
2476 static int machine_set_property(void *opaque,
2477 const char *name, const char *value,
2478 Error **errp)
2480 g_autofree char *qom_name = g_strdup(name);
2481 char *p;
2483 for (p = qom_name; *p; p++) {
2484 if (*p == '_') {
2485 *p = '-';
2489 /* Legacy options do not correspond to MachineState properties. */
2490 if (g_str_equal(qom_name, "accel")) {
2491 return 0;
2493 if (g_str_equal(qom_name, "igd-passthru")) {
2494 object_register_sugar_prop(ACCEL_CLASS_NAME("xen"), qom_name, value);
2495 return 0;
2497 if (g_str_equal(qom_name, "kvm-shadow-mem") ||
2498 g_str_equal(qom_name, "kernel-irqchip")) {
2499 object_register_sugar_prop(ACCEL_CLASS_NAME("kvm"), qom_name, value);
2500 return 0;
2503 return object_parse_property_opt(opaque, name, value, "type", errp);
2507 * Initial object creation happens before all other
2508 * QEMU data types are created. The majority of objects
2509 * can be created at this point. The rng-egd object
2510 * cannot be created here, as it depends on the chardev
2511 * already existing.
2513 static bool object_create_initial(const char *type, QemuOpts *opts)
2515 if (user_creatable_print_help(type, opts)) {
2516 exit(0);
2520 * Objects should not be made "delayed" without a reason. If you
2521 * add one, state the reason in a comment!
2524 /* Reason: rng-egd property "chardev" */
2525 if (g_str_equal(type, "rng-egd")) {
2526 return false;
2529 #if defined(CONFIG_VHOST_USER) && defined(CONFIG_LINUX)
2530 /* Reason: cryptodev-vhost-user property "chardev" */
2531 if (g_str_equal(type, "cryptodev-vhost-user")) {
2532 return false;
2534 #endif
2537 * Reason: filter-* property "netdev" etc.
2539 if (g_str_equal(type, "filter-buffer") ||
2540 g_str_equal(type, "filter-dump") ||
2541 g_str_equal(type, "filter-mirror") ||
2542 g_str_equal(type, "filter-redirector") ||
2543 g_str_equal(type, "colo-compare") ||
2544 g_str_equal(type, "filter-rewriter") ||
2545 g_str_equal(type, "filter-replay")) {
2546 return false;
2549 /* Memory allocation by backends needs to be done
2550 * after configure_accelerator() (due to the tcg_enabled()
2551 * checks at memory_region_init_*()).
2553 * Also, allocation of large amounts of memory may delay
2554 * chardev initialization for too long, and trigger timeouts
2555 * on software that waits for a monitor socket to be created
2556 * (e.g. libvirt).
2558 if (g_str_has_prefix(type, "memory-backend-")) {
2559 return false;
2562 return true;
2567 * The remainder of object creation happens after the
2568 * creation of chardev, fsdev, net clients and device data types.
2570 static bool object_create_delayed(const char *type, QemuOpts *opts)
2572 return !object_create_initial(type, opts);
2576 static bool set_memory_options(uint64_t *ram_slots, ram_addr_t *maxram_size,
2577 MachineClass *mc)
2579 uint64_t sz;
2580 const char *mem_str;
2581 const ram_addr_t default_ram_size = mc->default_ram_size;
2582 QemuOpts *opts = qemu_find_opts_singleton("memory");
2583 Location loc;
2585 loc_push_none(&loc);
2586 qemu_opts_loc_restore(opts);
2588 sz = 0;
2589 mem_str = qemu_opt_get(opts, "size");
2590 if (mem_str) {
2591 if (!*mem_str) {
2592 error_report("missing 'size' option value");
2593 exit(EXIT_FAILURE);
2596 sz = qemu_opt_get_size(opts, "size", ram_size);
2598 /* Fix up legacy suffix-less format */
2599 if (g_ascii_isdigit(mem_str[strlen(mem_str) - 1])) {
2600 uint64_t overflow_check = sz;
2602 sz *= MiB;
2603 if (sz / MiB != overflow_check) {
2604 error_report("too large 'size' option value");
2605 exit(EXIT_FAILURE);
2610 /* backward compatibility behaviour for case "-m 0" */
2611 if (sz == 0) {
2612 sz = default_ram_size;
2615 sz = QEMU_ALIGN_UP(sz, 8192);
2616 if (mc->fixup_ram_size) {
2617 sz = mc->fixup_ram_size(sz);
2619 ram_size = sz;
2620 if (ram_size != sz) {
2621 error_report("ram size too large");
2622 exit(EXIT_FAILURE);
2625 /* store value for the future use */
2626 qemu_opt_set_number(opts, "size", ram_size, &error_abort);
2627 *maxram_size = ram_size;
2629 if (qemu_opt_get(opts, "maxmem")) {
2630 uint64_t slots;
2632 sz = qemu_opt_get_size(opts, "maxmem", 0);
2633 slots = qemu_opt_get_number(opts, "slots", 0);
2634 if (sz < ram_size) {
2635 error_report("invalid value of -m option maxmem: "
2636 "maximum memory size (0x%" PRIx64 ") must be at least "
2637 "the initial memory size (0x" RAM_ADDR_FMT ")",
2638 sz, ram_size);
2639 exit(EXIT_FAILURE);
2640 } else if (slots && sz == ram_size) {
2641 error_report("invalid value of -m option maxmem: "
2642 "memory slots were specified but maximum memory size "
2643 "(0x%" PRIx64 ") is equal to the initial memory size "
2644 "(0x" RAM_ADDR_FMT ")", sz, ram_size);
2645 exit(EXIT_FAILURE);
2648 *maxram_size = sz;
2649 *ram_slots = slots;
2650 } else if (qemu_opt_get(opts, "slots")) {
2651 error_report("invalid -m option value: missing 'maxmem' option");
2652 exit(EXIT_FAILURE);
2655 loc_pop(&loc);
2656 return !!mem_str;
2659 static int global_init_func(void *opaque, QemuOpts *opts, Error **errp)
2661 GlobalProperty *g;
2663 g = g_malloc0(sizeof(*g));
2664 g->driver = qemu_opt_get(opts, "driver");
2665 g->property = qemu_opt_get(opts, "property");
2666 g->value = qemu_opt_get(opts, "value");
2667 qdev_prop_register_global(g);
2668 return 0;
2671 static int qemu_read_default_config_file(void)
2673 int ret;
2675 ret = qemu_read_config_file(CONFIG_QEMU_CONFDIR "/qemu.conf");
2676 if (ret < 0 && ret != -ENOENT) {
2677 return ret;
2680 return 0;
2683 static void user_register_global_props(void)
2685 qemu_opts_foreach(qemu_find_opts("global"),
2686 global_init_func, NULL, NULL);
2689 static int do_configure_icount(void *opaque, QemuOpts *opts, Error **errp)
2691 configure_icount(opts, errp);
2692 return 0;
2695 static int accelerator_set_property(void *opaque,
2696 const char *name, const char *value,
2697 Error **errp)
2699 return object_parse_property_opt(opaque, name, value, "accel", errp);
2702 static int do_configure_accelerator(void *opaque, QemuOpts *opts, Error **errp)
2704 bool *p_init_failed = opaque;
2705 const char *acc = qemu_opt_get(opts, "accel");
2706 AccelClass *ac = accel_find(acc);
2707 AccelState *accel;
2708 int ret;
2710 if (!ac) {
2711 *p_init_failed = true;
2712 error_report("invalid accelerator %s", acc);
2713 return 0;
2715 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac)));
2716 object_apply_compat_props(OBJECT(accel));
2717 qemu_opt_foreach(opts, accelerator_set_property,
2718 accel,
2719 &error_fatal);
2721 ret = accel_init_machine(accel, current_machine);
2722 if (ret < 0) {
2723 *p_init_failed = true;
2724 error_report("failed to initialize %s: %s",
2725 acc, strerror(-ret));
2726 return 0;
2729 return 1;
2732 static void configure_accelerators(const char *progname)
2734 const char *accel;
2735 bool init_failed = false;
2737 qemu_opts_foreach(qemu_find_opts("icount"),
2738 do_configure_icount, NULL, &error_fatal);
2740 accel = qemu_opt_get(qemu_get_machine_opts(), "accel");
2741 if (QTAILQ_EMPTY(&qemu_accel_opts.head)) {
2742 char **accel_list, **tmp;
2744 if (accel == NULL) {
2745 /* Select the default accelerator */
2746 bool have_tcg = accel_find("tcg");
2747 bool have_kvm = accel_find("kvm");
2749 if (have_tcg && have_kvm) {
2750 if (g_str_has_suffix(progname, "kvm")) {
2751 /* If the program name ends with "kvm", we prefer KVM */
2752 accel = "kvm:tcg";
2753 } else {
2754 accel = "tcg:kvm";
2756 } else if (have_kvm) {
2757 accel = "kvm";
2758 } else if (have_tcg) {
2759 accel = "tcg";
2760 } else {
2761 error_report("No accelerator selected and"
2762 " no default accelerator available");
2763 exit(1);
2766 accel_list = g_strsplit(accel, ":", 0);
2768 for (tmp = accel_list; *tmp; tmp++) {
2770 * Filter invalid accelerators here, to prevent obscenities
2771 * such as "-machine accel=tcg,,thread=single".
2773 if (accel_find(*tmp)) {
2774 qemu_opts_parse_noisily(qemu_find_opts("accel"), *tmp, true);
2775 } else {
2776 init_failed = true;
2777 error_report("invalid accelerator %s", *tmp);
2780 g_strfreev(accel_list);
2781 } else {
2782 if (accel != NULL) {
2783 error_report("The -accel and \"-machine accel=\" options are incompatible");
2784 exit(1);
2788 if (!qemu_opts_foreach(qemu_find_opts("accel"),
2789 do_configure_accelerator, &init_failed, &error_fatal)) {
2790 if (!init_failed) {
2791 error_report("no accelerator found");
2793 exit(1);
2796 if (init_failed) {
2797 AccelClass *ac = ACCEL_GET_CLASS(current_accel());
2798 error_report("falling back to %s", ac->name);
2801 if (use_icount && !(tcg_enabled() || qtest_enabled())) {
2802 error_report("-icount is not allowed with hardware virtualization");
2803 exit(1);
2807 static void create_default_memdev(MachineState *ms, const char *path)
2809 Object *obj;
2810 MachineClass *mc = MACHINE_GET_CLASS(ms);
2812 obj = object_new(path ? TYPE_MEMORY_BACKEND_FILE : TYPE_MEMORY_BACKEND_RAM);
2813 if (path) {
2814 object_property_set_str(obj, path, "mem-path", &error_fatal);
2816 object_property_set_int(obj, ms->ram_size, "size", &error_fatal);
2817 object_property_add_child(object_get_objects_root(), mc->default_ram_id,
2818 obj);
2819 /* Ensure backend's memory region name is equal to mc->default_ram_id */
2820 object_property_set_bool(obj, false, "x-use-canonical-path-for-ramblock-id",
2821 &error_fatal);
2822 user_creatable_complete(USER_CREATABLE(obj), &error_fatal);
2823 object_unref(obj);
2824 object_property_set_str(OBJECT(ms), mc->default_ram_id, "memory-backend",
2825 &error_fatal);
2828 void qemu_init(int argc, char **argv, char **envp)
2830 int i;
2831 int snapshot, linux_boot;
2832 const char *initrd_filename;
2833 const char *kernel_filename, *kernel_cmdline;
2834 const char *boot_order = NULL;
2835 const char *boot_once = NULL;
2836 DisplayState *ds;
2837 QemuOpts *opts, *machine_opts;
2838 QemuOpts *icount_opts = NULL, *accel_opts = NULL;
2839 QemuOptsList *olist;
2840 int optind;
2841 const char *optarg;
2842 const char *loadvm = NULL;
2843 MachineClass *machine_class;
2844 const char *cpu_option;
2845 const char *vga_model = NULL;
2846 const char *qtest_chrdev = NULL;
2847 const char *qtest_log = NULL;
2848 const char *incoming = NULL;
2849 bool userconfig = true;
2850 bool nographic = false;
2851 int display_remote = 0;
2852 const char *log_mask = NULL;
2853 const char *log_file = NULL;
2854 char *trace_file = NULL;
2855 ram_addr_t maxram_size;
2856 uint64_t ram_slots = 0;
2857 FILE *vmstate_dump_file = NULL;
2858 Error *main_loop_err = NULL;
2859 Error *err = NULL;
2860 bool list_data_dirs = false;
2861 char *dir, **dirs;
2862 const char *mem_path = NULL;
2863 bool have_custom_ram_size;
2864 BlockdevOptionsQueue bdo_queue = QSIMPLEQ_HEAD_INITIALIZER(bdo_queue);
2865 QemuPluginList plugin_list = QTAILQ_HEAD_INITIALIZER(plugin_list);
2866 int mem_prealloc = 0; /* force preallocation of physical target memory */
2868 os_set_line_buffering();
2870 error_init(argv[0]);
2871 module_call_init(MODULE_INIT_TRACE);
2873 qemu_init_cpu_list();
2874 qemu_init_cpu_loop();
2876 qemu_mutex_lock_iothread();
2878 atexit(qemu_run_exit_notifiers);
2879 qemu_init_exec_dir(argv[0]);
2881 module_call_init(MODULE_INIT_QOM);
2882 module_call_init(MODULE_INIT_MIGRATION);
2884 qemu_add_opts(&qemu_drive_opts);
2885 qemu_add_drive_opts(&qemu_legacy_drive_opts);
2886 qemu_add_drive_opts(&qemu_common_drive_opts);
2887 qemu_add_drive_opts(&qemu_drive_opts);
2888 qemu_add_drive_opts(&bdrv_runtime_opts);
2889 qemu_add_opts(&qemu_chardev_opts);
2890 qemu_add_opts(&qemu_device_opts);
2891 qemu_add_opts(&qemu_netdev_opts);
2892 qemu_add_opts(&qemu_nic_opts);
2893 qemu_add_opts(&qemu_net_opts);
2894 qemu_add_opts(&qemu_rtc_opts);
2895 qemu_add_opts(&qemu_global_opts);
2896 qemu_add_opts(&qemu_mon_opts);
2897 qemu_add_opts(&qemu_trace_opts);
2898 qemu_plugin_add_opts();
2899 qemu_add_opts(&qemu_option_rom_opts);
2900 qemu_add_opts(&qemu_machine_opts);
2901 qemu_add_opts(&qemu_accel_opts);
2902 qemu_add_opts(&qemu_mem_opts);
2903 qemu_add_opts(&qemu_smp_opts);
2904 qemu_add_opts(&qemu_boot_opts);
2905 qemu_add_opts(&qemu_add_fd_opts);
2906 qemu_add_opts(&qemu_object_opts);
2907 qemu_add_opts(&qemu_tpmdev_opts);
2908 qemu_add_opts(&qemu_realtime_opts);
2909 qemu_add_opts(&qemu_overcommit_opts);
2910 qemu_add_opts(&qemu_msg_opts);
2911 qemu_add_opts(&qemu_name_opts);
2912 qemu_add_opts(&qemu_numa_opts);
2913 qemu_add_opts(&qemu_icount_opts);
2914 qemu_add_opts(&qemu_semihosting_config_opts);
2915 qemu_add_opts(&qemu_fw_cfg_opts);
2916 module_call_init(MODULE_INIT_OPTS);
2918 runstate_init();
2919 precopy_infrastructure_init();
2920 postcopy_infrastructure_init();
2921 monitor_init_globals();
2923 if (qcrypto_init(&err) < 0) {
2924 error_reportf_err(err, "cannot initialize crypto: ");
2925 exit(1);
2928 QTAILQ_INIT(&vm_change_state_head);
2929 os_setup_early_signal_handling();
2931 cpu_option = NULL;
2932 snapshot = 0;
2934 nb_nics = 0;
2936 bdrv_init_with_whitelist();
2938 autostart = 1;
2940 /* first pass of option parsing */
2941 optind = 1;
2942 while (optind < argc) {
2943 if (argv[optind][0] != '-') {
2944 /* disk image */
2945 optind++;
2946 } else {
2947 const QEMUOption *popt;
2949 popt = lookup_opt(argc, argv, &optarg, &optind);
2950 switch (popt->index) {
2951 case QEMU_OPTION_nouserconfig:
2952 userconfig = false;
2953 break;
2958 if (userconfig) {
2959 if (qemu_read_default_config_file() < 0) {
2960 exit(1);
2964 /* second pass of option parsing */
2965 optind = 1;
2966 for(;;) {
2967 if (optind >= argc)
2968 break;
2969 if (argv[optind][0] != '-') {
2970 loc_set_cmdline(argv, optind, 1);
2971 drive_add(IF_DEFAULT, 0, argv[optind++], HD_OPTS);
2972 } else {
2973 const QEMUOption *popt;
2975 popt = lookup_opt(argc, argv, &optarg, &optind);
2976 if (!(popt->arch_mask & arch_type)) {
2977 error_report("Option not supported for this target");
2978 exit(1);
2980 switch(popt->index) {
2981 case QEMU_OPTION_cpu:
2982 /* hw initialization will check this */
2983 cpu_option = optarg;
2984 break;
2985 case QEMU_OPTION_hda:
2986 case QEMU_OPTION_hdb:
2987 case QEMU_OPTION_hdc:
2988 case QEMU_OPTION_hdd:
2989 drive_add(IF_DEFAULT, popt->index - QEMU_OPTION_hda, optarg,
2990 HD_OPTS);
2991 break;
2992 case QEMU_OPTION_blockdev:
2994 Visitor *v;
2995 BlockdevOptionsQueueEntry *bdo;
2997 v = qobject_input_visitor_new_str(optarg, "driver",
2998 &error_fatal);
3000 bdo = g_new(BlockdevOptionsQueueEntry, 1);
3001 visit_type_BlockdevOptions(v, NULL, &bdo->bdo,
3002 &error_fatal);
3003 visit_free(v);
3004 loc_save(&bdo->loc);
3005 QSIMPLEQ_INSERT_TAIL(&bdo_queue, bdo, entry);
3006 break;
3008 case QEMU_OPTION_drive:
3009 if (drive_def(optarg) == NULL) {
3010 exit(1);
3012 break;
3013 case QEMU_OPTION_set:
3014 if (qemu_set_option(optarg) != 0)
3015 exit(1);
3016 break;
3017 case QEMU_OPTION_global:
3018 if (qemu_global_option(optarg) != 0)
3019 exit(1);
3020 break;
3021 case QEMU_OPTION_mtdblock:
3022 drive_add(IF_MTD, -1, optarg, MTD_OPTS);
3023 break;
3024 case QEMU_OPTION_sd:
3025 drive_add(IF_SD, -1, optarg, SD_OPTS);
3026 break;
3027 case QEMU_OPTION_pflash:
3028 drive_add(IF_PFLASH, -1, optarg, PFLASH_OPTS);
3029 break;
3030 case QEMU_OPTION_snapshot:
3032 Error *blocker = NULL;
3033 snapshot = 1;
3034 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED,
3035 "-snapshot");
3036 replay_add_blocker(blocker);
3038 break;
3039 case QEMU_OPTION_numa:
3040 opts = qemu_opts_parse_noisily(qemu_find_opts("numa"),
3041 optarg, true);
3042 if (!opts) {
3043 exit(1);
3045 break;
3046 case QEMU_OPTION_display:
3047 parse_display(optarg);
3048 break;
3049 case QEMU_OPTION_nographic:
3050 olist = qemu_find_opts("machine");
3051 qemu_opts_parse_noisily(olist, "graphics=off", false);
3052 nographic = true;
3053 dpy.type = DISPLAY_TYPE_NONE;
3054 break;
3055 case QEMU_OPTION_curses:
3056 #ifdef CONFIG_CURSES
3057 dpy.type = DISPLAY_TYPE_CURSES;
3058 #else
3059 error_report("curses or iconv support is disabled");
3060 exit(1);
3061 #endif
3062 break;
3063 case QEMU_OPTION_portrait:
3064 graphic_rotate = 90;
3065 break;
3066 case QEMU_OPTION_rotate:
3067 graphic_rotate = strtol(optarg, (char **) &optarg, 10);
3068 if (graphic_rotate != 0 && graphic_rotate != 90 &&
3069 graphic_rotate != 180 && graphic_rotate != 270) {
3070 error_report("only 90, 180, 270 deg rotation is available");
3071 exit(1);
3073 break;
3074 case QEMU_OPTION_kernel:
3075 qemu_opts_set(qemu_find_opts("machine"), NULL, "kernel", optarg,
3076 &error_abort);
3077 break;
3078 case QEMU_OPTION_initrd:
3079 qemu_opts_set(qemu_find_opts("machine"), NULL, "initrd", optarg,
3080 &error_abort);
3081 break;
3082 case QEMU_OPTION_append:
3083 qemu_opts_set(qemu_find_opts("machine"), NULL, "append", optarg,
3084 &error_abort);
3085 break;
3086 case QEMU_OPTION_dtb:
3087 qemu_opts_set(qemu_find_opts("machine"), NULL, "dtb", optarg,
3088 &error_abort);
3089 break;
3090 case QEMU_OPTION_cdrom:
3091 drive_add(IF_DEFAULT, 2, optarg, CDROM_OPTS);
3092 break;
3093 case QEMU_OPTION_boot:
3094 opts = qemu_opts_parse_noisily(qemu_find_opts("boot-opts"),
3095 optarg, true);
3096 if (!opts) {
3097 exit(1);
3099 break;
3100 case QEMU_OPTION_fda:
3101 case QEMU_OPTION_fdb:
3102 drive_add(IF_FLOPPY, popt->index - QEMU_OPTION_fda,
3103 optarg, FD_OPTS);
3104 break;
3105 case QEMU_OPTION_no_fd_bootchk:
3106 fd_bootchk = 0;
3107 break;
3108 case QEMU_OPTION_netdev:
3109 default_net = 0;
3110 if (net_client_parse(qemu_find_opts("netdev"), optarg) == -1) {
3111 exit(1);
3113 break;
3114 case QEMU_OPTION_nic:
3115 default_net = 0;
3116 if (net_client_parse(qemu_find_opts("nic"), optarg) == -1) {
3117 exit(1);
3119 break;
3120 case QEMU_OPTION_net:
3121 default_net = 0;
3122 if (net_client_parse(qemu_find_opts("net"), optarg) == -1) {
3123 exit(1);
3125 break;
3126 #ifdef CONFIG_LIBISCSI
3127 case QEMU_OPTION_iscsi:
3128 opts = qemu_opts_parse_noisily(qemu_find_opts("iscsi"),
3129 optarg, false);
3130 if (!opts) {
3131 exit(1);
3133 break;
3134 #endif
3135 case QEMU_OPTION_audio_help:
3136 audio_legacy_help();
3137 exit (0);
3138 break;
3139 case QEMU_OPTION_audiodev:
3140 audio_parse_option(optarg);
3141 break;
3142 case QEMU_OPTION_soundhw:
3143 select_soundhw (optarg);
3144 break;
3145 case QEMU_OPTION_h:
3146 help(0);
3147 break;
3148 case QEMU_OPTION_version:
3149 version();
3150 exit(0);
3151 break;
3152 case QEMU_OPTION_m:
3153 opts = qemu_opts_parse_noisily(qemu_find_opts("memory"),
3154 optarg, true);
3155 if (!opts) {
3156 exit(EXIT_FAILURE);
3158 break;
3159 #ifdef CONFIG_TPM
3160 case QEMU_OPTION_tpmdev:
3161 if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg) < 0) {
3162 exit(1);
3164 break;
3165 #endif
3166 case QEMU_OPTION_mempath:
3167 mem_path = optarg;
3168 break;
3169 case QEMU_OPTION_mem_prealloc:
3170 mem_prealloc = 1;
3171 break;
3172 case QEMU_OPTION_d:
3173 log_mask = optarg;
3174 break;
3175 case QEMU_OPTION_D:
3176 log_file = optarg;
3177 break;
3178 case QEMU_OPTION_DFILTER:
3179 qemu_set_dfilter_ranges(optarg, &error_fatal);
3180 break;
3181 case QEMU_OPTION_seed:
3182 qemu_guest_random_seed_main(optarg, &error_fatal);
3183 break;
3184 case QEMU_OPTION_s:
3185 add_device_config(DEV_GDB, "tcp::" DEFAULT_GDBSTUB_PORT);
3186 break;
3187 case QEMU_OPTION_gdb:
3188 add_device_config(DEV_GDB, optarg);
3189 break;
3190 case QEMU_OPTION_L:
3191 if (is_help_option(optarg)) {
3192 list_data_dirs = true;
3193 } else {
3194 qemu_add_data_dir(optarg);
3196 break;
3197 case QEMU_OPTION_bios:
3198 qemu_opts_set(qemu_find_opts("machine"), NULL, "firmware", optarg,
3199 &error_abort);
3200 break;
3201 case QEMU_OPTION_singlestep:
3202 singlestep = 1;
3203 break;
3204 case QEMU_OPTION_S:
3205 autostart = 0;
3206 break;
3207 case QEMU_OPTION_k:
3208 keyboard_layout = optarg;
3209 break;
3210 case QEMU_OPTION_vga:
3211 vga_model = optarg;
3212 default_vga = 0;
3213 break;
3214 case QEMU_OPTION_g:
3216 const char *p;
3217 int w, h, depth;
3218 p = optarg;
3219 w = strtol(p, (char **)&p, 10);
3220 if (w <= 0) {
3221 graphic_error:
3222 error_report("invalid resolution or depth");
3223 exit(1);
3225 if (*p != 'x')
3226 goto graphic_error;
3227 p++;
3228 h = strtol(p, (char **)&p, 10);
3229 if (h <= 0)
3230 goto graphic_error;
3231 if (*p == 'x') {
3232 p++;
3233 depth = strtol(p, (char **)&p, 10);
3234 if (depth != 1 && depth != 2 && depth != 4 &&
3235 depth != 8 && depth != 15 && depth != 16 &&
3236 depth != 24 && depth != 32)
3237 goto graphic_error;
3238 } else if (*p == '\0') {
3239 depth = graphic_depth;
3240 } else {
3241 goto graphic_error;
3244 graphic_width = w;
3245 graphic_height = h;
3246 graphic_depth = depth;
3248 break;
3249 case QEMU_OPTION_echr:
3251 char *r;
3252 term_escape_char = strtol(optarg, &r, 0);
3253 if (r == optarg)
3254 printf("Bad argument to echr\n");
3255 break;
3257 case QEMU_OPTION_monitor:
3258 default_monitor = 0;
3259 if (strncmp(optarg, "none", 4)) {
3260 monitor_parse(optarg, "readline", false);
3262 break;
3263 case QEMU_OPTION_qmp:
3264 monitor_parse(optarg, "control", false);
3265 default_monitor = 0;
3266 break;
3267 case QEMU_OPTION_qmp_pretty:
3268 monitor_parse(optarg, "control", true);
3269 default_monitor = 0;
3270 break;
3271 case QEMU_OPTION_mon:
3272 opts = qemu_opts_parse_noisily(qemu_find_opts("mon"), optarg,
3273 true);
3274 if (!opts) {
3275 exit(1);
3277 default_monitor = 0;
3278 break;
3279 case QEMU_OPTION_chardev:
3280 opts = qemu_opts_parse_noisily(qemu_find_opts("chardev"),
3281 optarg, true);
3282 if (!opts) {
3283 exit(1);
3285 break;
3286 case QEMU_OPTION_fsdev:
3287 olist = qemu_find_opts("fsdev");
3288 if (!olist) {
3289 error_report("fsdev support is disabled");
3290 exit(1);
3292 opts = qemu_opts_parse_noisily(olist, optarg, true);
3293 if (!opts) {
3294 exit(1);
3296 break;
3297 case QEMU_OPTION_virtfs: {
3298 QemuOpts *fsdev;
3299 QemuOpts *device;
3300 const char *writeout, *sock_fd, *socket, *path, *security_model,
3301 *multidevs;
3303 olist = qemu_find_opts("virtfs");
3304 if (!olist) {
3305 error_report("virtfs support is disabled");
3306 exit(1);
3308 opts = qemu_opts_parse_noisily(olist, optarg, true);
3309 if (!opts) {
3310 exit(1);
3313 if (qemu_opt_get(opts, "fsdriver") == NULL ||
3314 qemu_opt_get(opts, "mount_tag") == NULL) {
3315 error_report("Usage: -virtfs fsdriver,mount_tag=tag");
3316 exit(1);
3318 fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
3319 qemu_opts_id(opts) ?:
3320 qemu_opt_get(opts, "mount_tag"),
3321 1, NULL);
3322 if (!fsdev) {
3323 error_report("duplicate or invalid fsdev id: %s",
3324 qemu_opt_get(opts, "mount_tag"));
3325 exit(1);
3328 writeout = qemu_opt_get(opts, "writeout");
3329 if (writeout) {
3330 #ifdef CONFIG_SYNC_FILE_RANGE
3331 qemu_opt_set(fsdev, "writeout", writeout, &error_abort);
3332 #else
3333 error_report("writeout=immediate not supported "
3334 "on this platform");
3335 exit(1);
3336 #endif
3338 qemu_opt_set(fsdev, "fsdriver",
3339 qemu_opt_get(opts, "fsdriver"), &error_abort);
3340 path = qemu_opt_get(opts, "path");
3341 if (path) {
3342 qemu_opt_set(fsdev, "path", path, &error_abort);
3344 security_model = qemu_opt_get(opts, "security_model");
3345 if (security_model) {
3346 qemu_opt_set(fsdev, "security_model", security_model,
3347 &error_abort);
3349 socket = qemu_opt_get(opts, "socket");
3350 if (socket) {
3351 qemu_opt_set(fsdev, "socket", socket, &error_abort);
3353 sock_fd = qemu_opt_get(opts, "sock_fd");
3354 if (sock_fd) {
3355 qemu_opt_set(fsdev, "sock_fd", sock_fd, &error_abort);
3358 qemu_opt_set_bool(fsdev, "readonly",
3359 qemu_opt_get_bool(opts, "readonly", 0),
3360 &error_abort);
3361 multidevs = qemu_opt_get(opts, "multidevs");
3362 if (multidevs) {
3363 qemu_opt_set(fsdev, "multidevs", multidevs, &error_abort);
3365 device = qemu_opts_create(qemu_find_opts("device"), NULL, 0,
3366 &error_abort);
3367 qemu_opt_set(device, "driver", "virtio-9p-pci", &error_abort);
3368 qemu_opt_set(device, "fsdev",
3369 qemu_opts_id(fsdev), &error_abort);
3370 qemu_opt_set(device, "mount_tag",
3371 qemu_opt_get(opts, "mount_tag"), &error_abort);
3372 break;
3374 case QEMU_OPTION_serial:
3375 add_device_config(DEV_SERIAL, optarg);
3376 default_serial = 0;
3377 if (strncmp(optarg, "mon:", 4) == 0) {
3378 default_monitor = 0;
3380 break;
3381 case QEMU_OPTION_watchdog:
3382 if (watchdog) {
3383 error_report("only one watchdog option may be given");
3384 exit(1);
3386 watchdog = optarg;
3387 break;
3388 case QEMU_OPTION_watchdog_action:
3389 if (select_watchdog_action(optarg) == -1) {
3390 error_report("unknown -watchdog-action parameter");
3391 exit(1);
3393 break;
3394 case QEMU_OPTION_parallel:
3395 add_device_config(DEV_PARALLEL, optarg);
3396 default_parallel = 0;
3397 if (strncmp(optarg, "mon:", 4) == 0) {
3398 default_monitor = 0;
3400 break;
3401 case QEMU_OPTION_debugcon:
3402 add_device_config(DEV_DEBUGCON, optarg);
3403 break;
3404 case QEMU_OPTION_loadvm:
3405 loadvm = optarg;
3406 break;
3407 case QEMU_OPTION_full_screen:
3408 dpy.has_full_screen = true;
3409 dpy.full_screen = true;
3410 break;
3411 case QEMU_OPTION_alt_grab:
3412 alt_grab = 1;
3413 break;
3414 case QEMU_OPTION_ctrl_grab:
3415 ctrl_grab = 1;
3416 break;
3417 case QEMU_OPTION_no_quit:
3418 dpy.has_window_close = true;
3419 dpy.window_close = false;
3420 break;
3421 case QEMU_OPTION_sdl:
3422 #ifdef CONFIG_SDL
3423 dpy.type = DISPLAY_TYPE_SDL;
3424 break;
3425 #else
3426 error_report("SDL support is disabled");
3427 exit(1);
3428 #endif
3429 case QEMU_OPTION_pidfile:
3430 pid_file = optarg;
3431 break;
3432 case QEMU_OPTION_win2k_hack:
3433 win2k_install_hack = 1;
3434 break;
3435 case QEMU_OPTION_acpitable:
3436 opts = qemu_opts_parse_noisily(qemu_find_opts("acpi"),
3437 optarg, true);
3438 if (!opts) {
3439 exit(1);
3441 acpi_table_add(opts, &error_fatal);
3442 break;
3443 case QEMU_OPTION_smbios:
3444 opts = qemu_opts_parse_noisily(qemu_find_opts("smbios"),
3445 optarg, false);
3446 if (!opts) {
3447 exit(1);
3449 smbios_entry_add(opts, &error_fatal);
3450 break;
3451 case QEMU_OPTION_fwcfg:
3452 opts = qemu_opts_parse_noisily(qemu_find_opts("fw_cfg"),
3453 optarg, true);
3454 if (opts == NULL) {
3455 exit(1);
3457 break;
3458 case QEMU_OPTION_preconfig:
3459 preconfig_exit_requested = false;
3460 break;
3461 case QEMU_OPTION_enable_kvm:
3462 olist = qemu_find_opts("machine");
3463 qemu_opts_parse_noisily(olist, "accel=kvm", false);
3464 break;
3465 case QEMU_OPTION_M:
3466 case QEMU_OPTION_machine:
3467 olist = qemu_find_opts("machine");
3468 opts = qemu_opts_parse_noisily(olist, optarg, true);
3469 if (!opts) {
3470 exit(1);
3472 break;
3473 case QEMU_OPTION_no_kvm:
3474 olist = qemu_find_opts("machine");
3475 qemu_opts_parse_noisily(olist, "accel=tcg", false);
3476 break;
3477 case QEMU_OPTION_accel:
3478 accel_opts = qemu_opts_parse_noisily(qemu_find_opts("accel"),
3479 optarg, true);
3480 optarg = qemu_opt_get(accel_opts, "accel");
3481 if (!optarg || is_help_option(optarg)) {
3482 printf("Accelerators supported in QEMU binary:\n");
3483 GSList *el, *accel_list = object_class_get_list(TYPE_ACCEL,
3484 false);
3485 for (el = accel_list; el; el = el->next) {
3486 gchar *typename = g_strdup(object_class_get_name(
3487 OBJECT_CLASS(el->data)));
3488 /* omit qtest which is used for tests only */
3489 if (g_strcmp0(typename, ACCEL_CLASS_NAME("qtest")) &&
3490 g_str_has_suffix(typename, ACCEL_CLASS_SUFFIX)) {
3491 gchar **optname = g_strsplit(typename,
3492 ACCEL_CLASS_SUFFIX, 0);
3493 printf("%s\n", optname[0]);
3494 g_strfreev(optname);
3496 g_free(typename);
3498 g_slist_free(accel_list);
3499 exit(0);
3501 if (optarg && strchr(optarg, ':')) {
3502 error_report("Don't use ':' with -accel, "
3503 "use -M accel=... for now instead");
3504 exit(1);
3506 break;
3507 case QEMU_OPTION_usb:
3508 olist = qemu_find_opts("machine");
3509 qemu_opts_parse_noisily(olist, "usb=on", false);
3510 break;
3511 case QEMU_OPTION_usbdevice:
3512 error_report("'-usbdevice' is deprecated, please use "
3513 "'-device usb-...' instead");
3514 olist = qemu_find_opts("machine");
3515 qemu_opts_parse_noisily(olist, "usb=on", false);
3516 add_device_config(DEV_USB, optarg);
3517 break;
3518 case QEMU_OPTION_device:
3519 if (!qemu_opts_parse_noisily(qemu_find_opts("device"),
3520 optarg, true)) {
3521 exit(1);
3523 break;
3524 case QEMU_OPTION_smp:
3525 if (!qemu_opts_parse_noisily(qemu_find_opts("smp-opts"),
3526 optarg, true)) {
3527 exit(1);
3529 break;
3530 case QEMU_OPTION_vnc:
3531 vnc_parse(optarg, &error_fatal);
3532 break;
3533 case QEMU_OPTION_no_acpi:
3534 olist = qemu_find_opts("machine");
3535 qemu_opts_parse_noisily(olist, "acpi=off", false);
3536 break;
3537 case QEMU_OPTION_no_hpet:
3538 no_hpet = 1;
3539 break;
3540 case QEMU_OPTION_no_reboot:
3541 no_reboot = 1;
3542 break;
3543 case QEMU_OPTION_no_shutdown:
3544 no_shutdown = 1;
3545 break;
3546 case QEMU_OPTION_show_cursor:
3547 warn_report("The -show-cursor option is deprecated. Please "
3548 "add show-cursor=on to your -display options.");
3549 warn_report("When using the default display you can use "
3550 "-display default,show-cursor=on");
3551 dpy.has_show_cursor = true;
3552 dpy.show_cursor = true;
3553 break;
3554 case QEMU_OPTION_uuid:
3555 if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
3556 error_report("failed to parse UUID string: wrong format");
3557 exit(1);
3559 qemu_uuid_set = true;
3560 break;
3561 case QEMU_OPTION_option_rom:
3562 if (nb_option_roms >= MAX_OPTION_ROMS) {
3563 error_report("too many option ROMs");
3564 exit(1);
3566 opts = qemu_opts_parse_noisily(qemu_find_opts("option-rom"),
3567 optarg, true);
3568 if (!opts) {
3569 exit(1);
3571 option_rom[nb_option_roms].name = qemu_opt_get(opts, "romfile");
3572 option_rom[nb_option_roms].bootindex =
3573 qemu_opt_get_number(opts, "bootindex", -1);
3574 if (!option_rom[nb_option_roms].name) {
3575 error_report("Option ROM file is not specified");
3576 exit(1);
3578 nb_option_roms++;
3579 break;
3580 case QEMU_OPTION_semihosting:
3581 qemu_semihosting_enable();
3582 break;
3583 case QEMU_OPTION_semihosting_config:
3584 if (qemu_semihosting_config_options(optarg) != 0) {
3585 exit(1);
3587 break;
3588 case QEMU_OPTION_name:
3589 opts = qemu_opts_parse_noisily(qemu_find_opts("name"),
3590 optarg, true);
3591 if (!opts) {
3592 exit(1);
3594 break;
3595 case QEMU_OPTION_prom_env:
3596 if (nb_prom_envs >= MAX_PROM_ENVS) {
3597 error_report("too many prom variables");
3598 exit(1);
3600 prom_envs[nb_prom_envs] = optarg;
3601 nb_prom_envs++;
3602 break;
3603 case QEMU_OPTION_old_param:
3604 old_param = 1;
3605 break;
3606 case QEMU_OPTION_rtc:
3607 opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg,
3608 false);
3609 if (!opts) {
3610 exit(1);
3612 break;
3613 case QEMU_OPTION_tb_size:
3614 #ifndef CONFIG_TCG
3615 error_report("TCG is disabled");
3616 exit(1);
3617 #endif
3618 warn_report("The -tb-size option is deprecated, use -accel tcg,tb-size instead");
3619 object_register_sugar_prop(ACCEL_CLASS_NAME("tcg"), "tb-size", optarg);
3620 break;
3621 case QEMU_OPTION_icount:
3622 icount_opts = qemu_opts_parse_noisily(qemu_find_opts("icount"),
3623 optarg, true);
3624 if (!icount_opts) {
3625 exit(1);
3627 break;
3628 case QEMU_OPTION_incoming:
3629 if (!incoming) {
3630 runstate_set(RUN_STATE_INMIGRATE);
3632 incoming = optarg;
3633 break;
3634 case QEMU_OPTION_only_migratable:
3635 only_migratable = 1;
3636 break;
3637 case QEMU_OPTION_nodefaults:
3638 has_defaults = 0;
3639 break;
3640 case QEMU_OPTION_xen_domid:
3641 if (!(xen_available())) {
3642 error_report("Option not supported for this target");
3643 exit(1);
3645 xen_domid = atoi(optarg);
3646 break;
3647 case QEMU_OPTION_xen_attach:
3648 if (!(xen_available())) {
3649 error_report("Option not supported for this target");
3650 exit(1);
3652 xen_mode = XEN_ATTACH;
3653 break;
3654 case QEMU_OPTION_xen_domid_restrict:
3655 if (!(xen_available())) {
3656 error_report("Option not supported for this target");
3657 exit(1);
3659 xen_domid_restrict = true;
3660 break;
3661 case QEMU_OPTION_trace:
3662 g_free(trace_file);
3663 trace_file = trace_opt_parse(optarg);
3664 break;
3665 case QEMU_OPTION_plugin:
3666 qemu_plugin_opt_parse(optarg, &plugin_list);
3667 break;
3668 case QEMU_OPTION_readconfig:
3670 int ret = qemu_read_config_file(optarg);
3671 if (ret < 0) {
3672 error_report("read config %s: %s", optarg,
3673 strerror(-ret));
3674 exit(1);
3676 break;
3678 case QEMU_OPTION_spice:
3679 olist = qemu_find_opts("spice");
3680 if (!olist) {
3681 error_report("spice support is disabled");
3682 exit(1);
3684 opts = qemu_opts_parse_noisily(olist, optarg, false);
3685 if (!opts) {
3686 exit(1);
3688 display_remote++;
3689 break;
3690 case QEMU_OPTION_writeconfig:
3692 FILE *fp;
3693 if (strcmp(optarg, "-") == 0) {
3694 fp = stdout;
3695 } else {
3696 fp = fopen(optarg, "w");
3697 if (fp == NULL) {
3698 error_report("open %s: %s", optarg,
3699 strerror(errno));
3700 exit(1);
3703 qemu_config_write(fp);
3704 if (fp != stdout) {
3705 fclose(fp);
3707 break;
3709 case QEMU_OPTION_qtest:
3710 qtest_chrdev = optarg;
3711 break;
3712 case QEMU_OPTION_qtest_log:
3713 qtest_log = optarg;
3714 break;
3715 case QEMU_OPTION_sandbox:
3716 olist = qemu_find_opts("sandbox");
3717 if (!olist) {
3718 #ifndef CONFIG_SECCOMP
3719 error_report("-sandbox support is not enabled "
3720 "in this QEMU binary");
3721 #endif
3722 exit(1);
3725 opts = qemu_opts_parse_noisily(olist, optarg, true);
3726 if (!opts) {
3727 exit(1);
3729 break;
3730 case QEMU_OPTION_add_fd:
3731 #ifndef _WIN32
3732 opts = qemu_opts_parse_noisily(qemu_find_opts("add-fd"),
3733 optarg, false);
3734 if (!opts) {
3735 exit(1);
3737 #else
3738 error_report("File descriptor passing is disabled on this "
3739 "platform");
3740 exit(1);
3741 #endif
3742 break;
3743 case QEMU_OPTION_object:
3744 opts = qemu_opts_parse_noisily(qemu_find_opts("object"),
3745 optarg, true);
3746 if (!opts) {
3747 exit(1);
3749 break;
3750 case QEMU_OPTION_realtime:
3751 warn_report("'-realtime mlock=...' is deprecated, please use "
3752 "'-overcommit mem-lock=...' instead");
3753 opts = qemu_opts_parse_noisily(qemu_find_opts("realtime"),
3754 optarg, false);
3755 if (!opts) {
3756 exit(1);
3758 /* Don't override the -overcommit option if set */
3759 enable_mlock = enable_mlock ||
3760 qemu_opt_get_bool(opts, "mlock", true);
3761 break;
3762 case QEMU_OPTION_overcommit:
3763 opts = qemu_opts_parse_noisily(qemu_find_opts("overcommit"),
3764 optarg, false);
3765 if (!opts) {
3766 exit(1);
3768 /* Don't override the -realtime option if set */
3769 enable_mlock = enable_mlock ||
3770 qemu_opt_get_bool(opts, "mem-lock", false);
3771 enable_cpu_pm = qemu_opt_get_bool(opts, "cpu-pm", false);
3772 break;
3773 case QEMU_OPTION_msg:
3774 opts = qemu_opts_parse_noisily(qemu_find_opts("msg"), optarg,
3775 false);
3776 if (!opts) {
3777 exit(1);
3779 configure_msg(opts);
3780 break;
3781 case QEMU_OPTION_dump_vmstate:
3782 if (vmstate_dump_file) {
3783 error_report("only one '-dump-vmstate' "
3784 "option may be given");
3785 exit(1);
3787 vmstate_dump_file = fopen(optarg, "w");
3788 if (vmstate_dump_file == NULL) {
3789 error_report("open %s: %s", optarg, strerror(errno));
3790 exit(1);
3792 break;
3793 case QEMU_OPTION_enable_sync_profile:
3794 qsp_enable();
3795 break;
3796 case QEMU_OPTION_nouserconfig:
3797 /* Nothing to be parsed here. Especially, do not error out below. */
3798 break;
3799 default:
3800 if (os_parse_cmd_args(popt->index, optarg)) {
3801 error_report("Option not supported in this build");
3802 exit(1);
3808 * Clear error location left behind by the loop.
3809 * Best done right after the loop. Do not insert code here!
3811 loc_set_none();
3814 * Check for -cpu help and -device help before we call select_machine(),
3815 * which will return an error if the architecture has no default machine
3816 * type and the user did not specify one, so that the user doesn't need
3817 * to say '-cpu help -machine something'.
3819 if (cpu_option && is_help_option(cpu_option)) {
3820 list_cpus(cpu_option);
3821 exit(0);
3824 if (qemu_opts_foreach(qemu_find_opts("device"),
3825 device_help_func, NULL, NULL)) {
3826 exit(0);
3829 user_register_global_props();
3831 replay_configure(icount_opts);
3833 if (incoming && !preconfig_exit_requested) {
3834 error_report("'preconfig' and 'incoming' options are "
3835 "mutually exclusive");
3836 exit(EXIT_FAILURE);
3839 configure_rtc(qemu_find_opts_singleton("rtc"));
3841 machine_class = select_machine();
3842 object_set_machine_compat_props(machine_class->compat_props);
3844 have_custom_ram_size = set_memory_options(&ram_slots, &maxram_size,
3845 machine_class);
3847 os_daemonize();
3850 * If QTest is enabled, keep the rcu_atfork enabled, since system processes
3851 * may be forked testing purposes (e.g. fork-server based fuzzing) The fork
3852 * should happen before a signle cpu instruction is executed, to prevent
3853 * deadlocks. See commit 73c6e40, rcu: "completely disable pthread_atfork
3854 * callbacks as soon as possible"
3856 if (!qtest_enabled()) {
3857 rcu_disable_atfork();
3860 if (pid_file && !qemu_write_pidfile(pid_file, &err)) {
3861 error_reportf_err(err, "cannot create PID file: ");
3862 exit(1);
3865 qemu_unlink_pidfile_notifier.notify = qemu_unlink_pidfile;
3866 qemu_add_exit_notifier(&qemu_unlink_pidfile_notifier);
3868 if (qemu_init_main_loop(&main_loop_err)) {
3869 error_report_err(main_loop_err);
3870 exit(1);
3873 #ifdef CONFIG_SECCOMP
3874 olist = qemu_find_opts_err("sandbox", NULL);
3875 if (olist) {
3876 qemu_opts_foreach(olist, parse_sandbox, NULL, &error_fatal);
3878 #endif
3880 qemu_opts_foreach(qemu_find_opts("name"),
3881 parse_name, NULL, &error_fatal);
3883 #ifndef _WIN32
3884 qemu_opts_foreach(qemu_find_opts("add-fd"),
3885 parse_add_fd, NULL, &error_fatal);
3887 qemu_opts_foreach(qemu_find_opts("add-fd"),
3888 cleanup_add_fd, NULL, &error_fatal);
3889 #endif
3891 current_machine = MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
3892 if (machine_help_func(qemu_get_machine_opts(), current_machine)) {
3893 exit(0);
3895 object_property_add_child(object_get_root(), "machine",
3896 OBJECT(current_machine));
3897 object_property_add_child(container_get(OBJECT(current_machine),
3898 "/unattached"),
3899 "sysbus", OBJECT(sysbus_get_default()));
3901 if (machine_class->minimum_page_bits) {
3902 if (!set_preferred_target_page_bits(machine_class->minimum_page_bits)) {
3903 /* This would be a board error: specifying a minimum smaller than
3904 * a target's compile-time fixed setting.
3906 g_assert_not_reached();
3910 cpu_exec_init_all();
3912 if (machine_class->hw_version) {
3913 qemu_set_hw_version(machine_class->hw_version);
3916 if (!trace_init_backends()) {
3917 exit(1);
3919 trace_init_file(trace_file);
3921 /* Open the logfile at this point and set the log mask if necessary.
3923 qemu_set_log_filename(log_file, &error_fatal);
3924 if (log_mask) {
3925 int mask;
3926 mask = qemu_str_to_log_mask(log_mask);
3927 if (!mask) {
3928 qemu_print_log_usage(stdout);
3929 exit(1);
3931 qemu_set_log(mask);
3932 } else {
3933 qemu_set_log(0);
3936 /* add configured firmware directories */
3937 dirs = g_strsplit(CONFIG_QEMU_FIRMWAREPATH, G_SEARCHPATH_SEPARATOR_S, 0);
3938 for (i = 0; dirs[i] != NULL; i++) {
3939 qemu_add_data_dir(dirs[i]);
3941 g_strfreev(dirs);
3943 /* try to find datadir relative to the executable path */
3944 dir = os_find_datadir();
3945 qemu_add_data_dir(dir);
3946 g_free(dir);
3948 /* add the datadir specified when building */
3949 qemu_add_data_dir(CONFIG_QEMU_DATADIR);
3951 /* -L help lists the data directories and exits. */
3952 if (list_data_dirs) {
3953 for (i = 0; i < data_dir_idx; i++) {
3954 printf("%s\n", data_dir[i]);
3956 exit(0);
3959 /* machine_class: default to UP */
3960 machine_class->max_cpus = machine_class->max_cpus ?: 1;
3961 machine_class->min_cpus = machine_class->min_cpus ?: 1;
3962 machine_class->default_cpus = machine_class->default_cpus ?: 1;
3964 /* default to machine_class->default_cpus */
3965 current_machine->smp.cpus = machine_class->default_cpus;
3966 current_machine->smp.max_cpus = machine_class->default_cpus;
3967 current_machine->smp.cores = 1;
3968 current_machine->smp.threads = 1;
3969 current_machine->smp.sockets = 1;
3971 machine_class->smp_parse(current_machine,
3972 qemu_opts_find(qemu_find_opts("smp-opts"), NULL));
3974 /* sanity-check smp_cpus and max_cpus against machine_class */
3975 if (current_machine->smp.cpus < machine_class->min_cpus) {
3976 error_report("Invalid SMP CPUs %d. The min CPUs "
3977 "supported by machine '%s' is %d",
3978 current_machine->smp.cpus,
3979 machine_class->name, machine_class->min_cpus);
3980 exit(1);
3982 if (current_machine->smp.max_cpus > machine_class->max_cpus) {
3983 error_report("Invalid SMP CPUs %d. The max CPUs "
3984 "supported by machine '%s' is %d",
3985 current_machine->smp.max_cpus,
3986 machine_class->name, machine_class->max_cpus);
3987 exit(1);
3990 if (mem_prealloc) {
3991 char *val;
3993 val = g_strdup_printf("%d", current_machine->smp.cpus);
3994 object_register_sugar_prop("memory-backend", "prealloc-threads", val);
3995 g_free(val);
3996 object_register_sugar_prop("memory-backend", "prealloc", "on");
4000 * Get the default machine options from the machine if it is not already
4001 * specified either by the configuration file or by the command line.
4003 if (machine_class->default_machine_opts) {
4004 qemu_opts_set_defaults(qemu_find_opts("machine"),
4005 machine_class->default_machine_opts, 0);
4008 /* process plugin before CPUs are created, but once -smp has been parsed */
4009 if (qemu_plugin_load_list(&plugin_list)) {
4010 exit(1);
4013 qemu_opts_foreach(qemu_find_opts("device"),
4014 default_driver_check, NULL, NULL);
4015 qemu_opts_foreach(qemu_find_opts("global"),
4016 default_driver_check, NULL, NULL);
4018 if (!vga_model && !default_vga) {
4019 vga_interface_type = VGA_DEVICE;
4021 if (!has_defaults || machine_class->no_serial) {
4022 default_serial = 0;
4024 if (!has_defaults || machine_class->no_parallel) {
4025 default_parallel = 0;
4027 if (!has_defaults || machine_class->no_floppy) {
4028 default_floppy = 0;
4030 if (!has_defaults || machine_class->no_cdrom) {
4031 default_cdrom = 0;
4033 if (!has_defaults || machine_class->no_sdcard) {
4034 default_sdcard = 0;
4036 if (!has_defaults) {
4037 default_monitor = 0;
4038 default_net = 0;
4039 default_vga = 0;
4042 if (is_daemonized()) {
4043 if (!preconfig_exit_requested) {
4044 error_report("'preconfig' and 'daemonize' options are "
4045 "mutually exclusive");
4046 exit(EXIT_FAILURE);
4049 /* According to documentation and historically, -nographic redirects
4050 * serial port, parallel port and monitor to stdio, which does not work
4051 * with -daemonize. We can redirect these to null instead, but since
4052 * -nographic is legacy, let's just error out.
4053 * We disallow -nographic only if all other ports are not redirected
4054 * explicitly, to not break existing legacy setups which uses
4055 * -nographic _and_ redirects all ports explicitly - this is valid
4056 * usage, -nographic is just a no-op in this case.
4058 if (nographic
4059 && (default_parallel || default_serial || default_monitor)) {
4060 error_report("-nographic cannot be used with -daemonize");
4061 exit(1);
4063 #ifdef CONFIG_CURSES
4064 if (dpy.type == DISPLAY_TYPE_CURSES) {
4065 error_report("curses display cannot be used with -daemonize");
4066 exit(1);
4068 #endif
4071 if (nographic) {
4072 if (default_parallel)
4073 add_device_config(DEV_PARALLEL, "null");
4074 if (default_serial && default_monitor) {
4075 add_device_config(DEV_SERIAL, "mon:stdio");
4076 } else {
4077 if (default_serial)
4078 add_device_config(DEV_SERIAL, "stdio");
4079 if (default_monitor)
4080 monitor_parse("stdio", "readline", false);
4082 } else {
4083 if (default_serial)
4084 add_device_config(DEV_SERIAL, "vc:80Cx24C");
4085 if (default_parallel)
4086 add_device_config(DEV_PARALLEL, "vc:80Cx24C");
4087 if (default_monitor)
4088 monitor_parse("vc:80Cx24C", "readline", false);
4091 #if defined(CONFIG_VNC)
4092 if (!QTAILQ_EMPTY(&(qemu_find_opts("vnc")->head))) {
4093 display_remote++;
4095 #endif
4096 if (dpy.type == DISPLAY_TYPE_DEFAULT && !display_remote) {
4097 if (!qemu_display_find_default(&dpy)) {
4098 dpy.type = DISPLAY_TYPE_NONE;
4099 #if defined(CONFIG_VNC)
4100 vnc_parse("localhost:0,to=99,id=default", &error_abort);
4101 #endif
4104 if (dpy.type == DISPLAY_TYPE_DEFAULT) {
4105 dpy.type = DISPLAY_TYPE_NONE;
4108 if ((alt_grab || ctrl_grab) && dpy.type != DISPLAY_TYPE_SDL) {
4109 error_report("-alt-grab and -ctrl-grab are only valid "
4110 "for SDL, ignoring option");
4112 if (dpy.has_window_close &&
4113 (dpy.type != DISPLAY_TYPE_GTK && dpy.type != DISPLAY_TYPE_SDL)) {
4114 error_report("-no-quit is only valid for GTK and SDL, "
4115 "ignoring option");
4118 qemu_display_early_init(&dpy);
4119 qemu_console_early_init();
4121 if (dpy.has_gl && dpy.gl != DISPLAYGL_MODE_OFF && display_opengl == 0) {
4122 #if defined(CONFIG_OPENGL)
4123 error_report("OpenGL is not supported by the display");
4124 #else
4125 error_report("OpenGL support is disabled");
4126 #endif
4127 exit(1);
4130 page_size_init();
4131 socket_init();
4133 qemu_opts_foreach(qemu_find_opts("object"),
4134 user_creatable_add_opts_foreach,
4135 object_create_initial, &error_fatal);
4137 qemu_opts_foreach(qemu_find_opts("chardev"),
4138 chardev_init_func, NULL, &error_fatal);
4139 /* now chardevs have been created we may have semihosting to connect */
4140 qemu_semihosting_connect_chardevs();
4142 #ifdef CONFIG_VIRTFS
4143 qemu_opts_foreach(qemu_find_opts("fsdev"),
4144 fsdev_init_func, NULL, &error_fatal);
4145 #endif
4148 * Note: we need to create block backends before
4149 * machine_set_property(), so machine properties can refer to
4150 * them.
4152 configure_blockdev(&bdo_queue, machine_class, snapshot);
4154 machine_opts = qemu_get_machine_opts();
4155 qemu_opt_foreach(machine_opts, machine_set_property, current_machine,
4156 &error_fatal);
4157 current_machine->ram_size = ram_size;
4158 current_machine->maxram_size = maxram_size;
4159 current_machine->ram_slots = ram_slots;
4162 * Note: uses machine properties such as kernel-irqchip, must run
4163 * after machine_set_property().
4165 configure_accelerators(argv[0]);
4168 * Beware, QOM objects created before this point miss global and
4169 * compat properties.
4171 * Global properties get set up by qdev_prop_register_global(),
4172 * called from user_register_global_props(), and certain option
4173 * desugaring. Also in CPU feature desugaring (buried in
4174 * parse_cpu_option()), which happens below this point, but may
4175 * only target the CPU type, which can only be created after
4176 * parse_cpu_option() returned the type.
4178 * Machine compat properties: object_set_machine_compat_props().
4179 * Accelerator compat props: object_set_accelerator_compat_props(),
4180 * called from configure_accelerator().
4183 if (!qtest_enabled() && machine_class->deprecation_reason) {
4184 error_report("Machine type '%s' is deprecated: %s",
4185 machine_class->name, machine_class->deprecation_reason);
4189 * Note: creates a QOM object, must run only after global and
4190 * compat properties have been set up.
4192 migration_object_init();
4194 if (qtest_chrdev) {
4195 qtest_server_init(qtest_chrdev, qtest_log, &error_fatal);
4198 machine_opts = qemu_get_machine_opts();
4199 kernel_filename = qemu_opt_get(machine_opts, "kernel");
4200 initrd_filename = qemu_opt_get(machine_opts, "initrd");
4201 kernel_cmdline = qemu_opt_get(machine_opts, "append");
4202 bios_name = qemu_opt_get(machine_opts, "firmware");
4204 opts = qemu_opts_find(qemu_find_opts("boot-opts"), NULL);
4205 if (opts) {
4206 boot_order = qemu_opt_get(opts, "order");
4207 if (boot_order) {
4208 validate_bootdevices(boot_order, &error_fatal);
4211 boot_once = qemu_opt_get(opts, "once");
4212 if (boot_once) {
4213 validate_bootdevices(boot_once, &error_fatal);
4216 boot_menu = qemu_opt_get_bool(opts, "menu", boot_menu);
4217 boot_strict = qemu_opt_get_bool(opts, "strict", false);
4220 if (!boot_order) {
4221 boot_order = machine_class->default_boot_order;
4224 if (!kernel_cmdline) {
4225 kernel_cmdline = "";
4226 current_machine->kernel_cmdline = (char *)kernel_cmdline;
4229 linux_boot = (kernel_filename != NULL);
4231 if (!linux_boot && *kernel_cmdline != '\0') {
4232 error_report("-append only allowed with -kernel option");
4233 exit(1);
4236 if (!linux_boot && initrd_filename != NULL) {
4237 error_report("-initrd only allowed with -kernel option");
4238 exit(1);
4241 if (semihosting_enabled() && !semihosting_get_argc() && kernel_filename) {
4242 /* fall back to the -kernel/-append */
4243 semihosting_arg_fallback(kernel_filename, kernel_cmdline);
4246 /* spice needs the timers to be initialized by this point */
4247 qemu_spice_init();
4249 cpu_ticks_init();
4251 if (default_net) {
4252 QemuOptsList *net = qemu_find_opts("net");
4253 qemu_opts_set(net, NULL, "type", "nic", &error_abort);
4254 #ifdef CONFIG_SLIRP
4255 qemu_opts_set(net, NULL, "type", "user", &error_abort);
4256 #endif
4259 if (net_init_clients(&err) < 0) {
4260 error_report_err(err);
4261 exit(1);
4264 qemu_opts_foreach(qemu_find_opts("object"),
4265 user_creatable_add_opts_foreach,
4266 object_create_delayed, &error_fatal);
4268 tpm_init();
4270 blk_mig_init();
4271 ram_mig_init();
4272 dirty_bitmap_mig_init();
4274 qemu_opts_foreach(qemu_find_opts("mon"),
4275 mon_init_func, NULL, &error_fatal);
4277 /* connect semihosting console input if requested */
4278 qemu_semihosting_console_init();
4280 if (foreach_device_config(DEV_SERIAL, serial_parse) < 0)
4281 exit(1);
4282 if (foreach_device_config(DEV_PARALLEL, parallel_parse) < 0)
4283 exit(1);
4284 if (foreach_device_config(DEV_DEBUGCON, debugcon_parse) < 0)
4285 exit(1);
4287 /* If no default VGA is requested, the default is "none". */
4288 if (default_vga) {
4289 vga_model = get_default_vga_model(machine_class);
4291 if (vga_model) {
4292 select_vgahw(machine_class, vga_model);
4295 if (watchdog) {
4296 i = select_watchdog(watchdog);
4297 if (i > 0)
4298 exit (i == 1 ? 1 : 0);
4301 /* This checkpoint is required by replay to separate prior clock
4302 reading from the other reads, because timer polling functions query
4303 clock values from the log. */
4304 replay_checkpoint(CHECKPOINT_INIT);
4305 qdev_machine_init();
4307 current_machine->boot_order = boot_order;
4309 /* parse features once if machine provides default cpu_type */
4310 current_machine->cpu_type = machine_class->default_cpu_type;
4311 if (cpu_option) {
4312 current_machine->cpu_type = parse_cpu_option(cpu_option);
4315 if (current_machine->ram_memdev_id) {
4316 Object *backend;
4317 ram_addr_t backend_size;
4319 backend = object_resolve_path_type(current_machine->ram_memdev_id,
4320 TYPE_MEMORY_BACKEND, NULL);
4321 if (!backend) {
4322 error_report("Memory backend '%s' not found",
4323 current_machine->ram_memdev_id);
4324 exit(EXIT_FAILURE);
4326 backend_size = object_property_get_uint(backend, "size", &error_abort);
4327 if (have_custom_ram_size && backend_size != ram_size) {
4328 error_report("Size specified by -m option must match size of "
4329 "explicitly specified 'memory-backend' property");
4330 exit(EXIT_FAILURE);
4332 if (mem_path) {
4333 error_report("'-mem-path' can't be used together with"
4334 "'-machine memory-backend'");
4335 exit(EXIT_FAILURE);
4337 ram_size = backend_size;
4340 if (!xen_enabled()) {
4341 /* On 32-bit hosts, QEMU is limited by virtual address space */
4342 if (ram_size > (2047 << 20) && HOST_LONG_BITS == 32) {
4343 error_report("at most 2047 MB RAM can be simulated");
4344 exit(1);
4348 parse_numa_opts(current_machine);
4350 /* do monitor/qmp handling at preconfig state if requested */
4351 qemu_main_loop();
4353 if (machine_class->default_ram_id && current_machine->ram_size &&
4354 numa_uses_legacy_mem() && !current_machine->ram_memdev_id) {
4355 create_default_memdev(current_machine, mem_path);
4358 audio_init_audiodevs();
4360 /* from here on runstate is RUN_STATE_PRELAUNCH */
4361 machine_run_board_init(current_machine);
4364 * TODO To drop support for deprecated bogus if=..., move
4365 * drive_check_orphaned() here, replacing this call. Also drop
4366 * its deprecation warning, along with DriveInfo member
4367 * @claimed_by_board.
4369 drive_mark_claimed_by_board();
4371 realtime_init();
4373 soundhw_init();
4375 if (hax_enabled()) {
4376 hax_sync_vcpus();
4379 qemu_opts_foreach(qemu_find_opts("fw_cfg"),
4380 parse_fw_cfg, fw_cfg_find(), &error_fatal);
4382 /* init USB devices */
4383 if (machine_usb(current_machine)) {
4384 if (foreach_device_config(DEV_USB, usb_parse) < 0)
4385 exit(1);
4388 /* init generic devices */
4389 rom_set_order_override(FW_CFG_ORDER_OVERRIDE_DEVICE);
4390 qemu_opts_foreach(qemu_find_opts("device"),
4391 device_init_func, NULL, &error_fatal);
4393 cpu_synchronize_all_post_init();
4395 rom_reset_order_override();
4397 /* Did we create any drives that we failed to create a device for? */
4398 drive_check_orphaned();
4400 /* Don't warn about the default network setup that you get if
4401 * no command line -net or -netdev options are specified. There
4402 * are two cases that we would otherwise complain about:
4403 * (1) board doesn't support a NIC but the implicit "-net nic"
4404 * requested one
4405 * (2) CONFIG_SLIRP not set, in which case the implicit "-net nic"
4406 * sets up a nic that isn't connected to anything.
4408 if (!default_net && (!qtest_enabled() || has_defaults)) {
4409 net_check_clients();
4412 if (boot_once) {
4413 qemu_boot_set(boot_once, &error_fatal);
4414 qemu_register_reset(restore_boot_order, g_strdup(boot_order));
4417 /* init local displays */
4418 ds = init_displaystate();
4419 qemu_display_init(ds, &dpy);
4421 /* must be after terminal init, SDL library changes signal handlers */
4422 os_setup_signal_handling();
4424 /* init remote displays */
4425 #ifdef CONFIG_VNC
4426 qemu_opts_foreach(qemu_find_opts("vnc"),
4427 vnc_init_func, NULL, &error_fatal);
4428 #endif
4430 if (using_spice) {
4431 qemu_spice_display_init();
4434 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) {
4435 exit(1);
4438 qdev_machine_creation_done();
4440 /* TODO: once all bus devices are qdevified, this should be done
4441 * when bus is created by qdev.c */
4443 * TODO: If we had a main 'reset container' that the whole system
4444 * lived in, we could reset that using the multi-phase reset
4445 * APIs. For the moment, we just reset the sysbus, which will cause
4446 * all devices hanging off it (and all their child buses, recursively)
4447 * to be reset. Note that this will *not* reset any Device objects
4448 * which are not attached to some part of the qbus tree!
4450 qemu_register_reset(resettable_cold_reset_fn, sysbus_get_default());
4451 qemu_run_machine_init_done_notifiers();
4453 if (rom_check_and_register_reset() != 0) {
4454 error_report("rom check and register reset failed");
4455 exit(1);
4458 replay_start();
4460 /* This checkpoint is required by replay to separate prior clock
4461 reading from the other reads, because timer polling functions query
4462 clock values from the log. */
4463 replay_checkpoint(CHECKPOINT_RESET);
4464 qemu_system_reset(SHUTDOWN_CAUSE_NONE);
4465 register_global_state();
4466 if (loadvm) {
4467 Error *local_err = NULL;
4468 if (load_snapshot(loadvm, &local_err) < 0) {
4469 error_report_err(local_err);
4470 autostart = 0;
4471 exit(1);
4474 if (replay_mode != REPLAY_MODE_NONE) {
4475 replay_vmstate_init();
4478 qdev_prop_check_globals();
4479 if (vmstate_dump_file) {
4480 /* dump and exit */
4481 dump_vmstate_json_to_file(vmstate_dump_file);
4482 exit(0);
4485 if (incoming) {
4486 Error *local_err = NULL;
4487 qemu_start_incoming_migration(incoming, &local_err);
4488 if (local_err) {
4489 error_reportf_err(local_err, "-incoming %s: ", incoming);
4490 exit(1);
4492 } else if (autostart) {
4493 vm_start();
4496 accel_setup_post(current_machine);
4497 os_setup_post();
4499 return;
4502 void qemu_cleanup(void)
4504 gdbserver_cleanup();
4507 * cleaning up the migration object cancels any existing migration
4508 * try to do this early so that it also stops using devices.
4510 migration_shutdown();
4513 * We must cancel all block jobs while the block layer is drained,
4514 * or cancelling will be affected by throttling and thus may block
4515 * for an extended period of time.
4516 * vm_shutdown() will bdrv_drain_all(), so we may as well include
4517 * it in the drained section.
4518 * We do not need to end this section, because we do not want any
4519 * requests happening from here on anyway.
4521 bdrv_drain_all_begin();
4523 /* No more vcpu or device emulation activity beyond this point */
4524 vm_shutdown();
4525 replay_finish();
4527 job_cancel_sync_all();
4528 bdrv_close_all();
4530 res_free();
4532 /* vhost-user must be cleaned up before chardevs. */
4533 tpm_cleanup();
4534 net_cleanup();
4535 audio_cleanup();
4536 monitor_cleanup();
4537 qemu_chr_cleanup();
4538 user_creatable_cleanup();
4539 /* TODO: unref root container, check all devices are ok */