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
24 #include "qemu/osdep.h"
25 #include "qemu-version.h"
26 #include "qemu/cutils.h"
27 #include "qemu/help_option.h"
28 #include "qemu/uuid.h"
31 #include "sysemu/seccomp.h"
34 #if defined(CONFIG_VDE)
35 #include <libvdeplug.h>
39 #if defined(__APPLE__) || defined(main)
41 int qemu_main(int argc
, char **argv
, char **envp
);
42 int main(int argc
, char **argv
)
44 return qemu_main(argc
, argv
, NULL
);
47 #define main qemu_main
49 #endif /* CONFIG_SDL */
53 #define main qemu_main
54 #endif /* CONFIG_COCOA */
57 #include "qemu/error-report.h"
58 #include "qemu/sockets.h"
60 #include "hw/boards.h"
61 #include "sysemu/accel.h"
63 #include "hw/i386/pc.h"
64 #include "hw/isa/isa.h"
65 #include "hw/scsi/scsi.h"
67 #include "sysemu/watchdog.h"
68 #include "hw/smbios/smbios.h"
69 #include "hw/acpi/acpi.h"
70 #include "hw/xen/xen.h"
72 #include "hw/loader.h"
73 #include "monitor/qdev.h"
74 #include "sysemu/bt.h"
76 #include "net/slirp.h"
77 #include "monitor/monitor.h"
78 #include "ui/console.h"
80 #include "sysemu/sysemu.h"
81 #include "sysemu/numa.h"
82 #include "exec/gdbstub.h"
83 #include "qemu/timer.h"
84 #include "sysemu/char.h"
85 #include "qemu/bitmap.h"
87 #include "sysemu/blockdev.h"
88 #include "hw/block/block.h"
89 #include "migration/block.h"
90 #include "sysemu/tpm.h"
91 #include "sysemu/dma.h"
92 #include "audio/audio.h"
93 #include "migration/migration.h"
94 #include "sysemu/cpus.h"
95 #include "migration/colo.h"
96 #include "sysemu/kvm.h"
97 #include "sysemu/hax.h"
98 #include "qapi/qobject-input-visitor.h"
99 #include "qapi/qobject-input-visitor.h"
100 #include "qapi-visit.h"
101 #include "qapi/qmp/qjson.h"
102 #include "qemu/option.h"
103 #include "qemu/config-file.h"
104 #include "qemu-options.h"
105 #include "qmp-commands.h"
106 #include "qemu/main-loop.h"
108 #include "fsdev/qemu-fsdev.h"
110 #include "sysemu/qtest.h"
112 #include "disas/disas.h"
115 #include "slirp/libslirp.h"
117 #include "trace-root.h"
118 #include "trace/control.h"
119 #include "qemu/queue.h"
120 #include "sysemu/arch_init.h"
122 #include "ui/qemu-spice.h"
123 #include "qapi/string-input-visitor.h"
124 #include "qapi/opts-visitor.h"
125 #include "qom/object_interfaces.h"
126 #include "qapi-event.h"
127 #include "exec/semihost.h"
128 #include "crypto/init.h"
129 #include "sysemu/replay.h"
130 #include "qapi/qmp/qerror.h"
131 #include "sysemu/iothread.h"
133 #define MAX_VIRTIO_CONSOLES 1
134 #define MAX_SCLP_CONSOLES 1
136 static const char *data_dir
[16];
137 static int data_dir_idx
;
138 const char *bios_name
= NULL
;
139 enum vga_retrace_method vga_retrace_method
= VGA_RETRACE_DUMB
;
140 int request_opengl
= -1;
142 const char* keyboard_layout
= NULL
;
144 const char *mem_path
= NULL
;
145 int mem_prealloc
= 0; /* force preallocation of physical target memory */
146 bool enable_mlock
= false;
148 NICInfo nd_table
[MAX_NICS
];
150 static int rtc_utc
= 1;
151 static int rtc_date_offset
= -1; /* -1 means no change */
152 QEMUClockType rtc_clock
;
153 int vga_interface_type
= VGA_NONE
;
154 static int full_screen
= 0;
155 static int no_frame
= 0;
157 static bool grab_on_hover
;
158 Chardev
*serial_hds
[MAX_SERIAL_PORTS
];
159 Chardev
*parallel_hds
[MAX_PARALLEL_PORTS
];
160 Chardev
*virtcon_hds
[MAX_VIRTIO_CONSOLES
];
161 Chardev
*sclp_hds
[MAX_SCLP_CONSOLES
];
162 int win2k_install_hack
= 0;
168 int acpi_enabled
= 1;
171 static int no_reboot
;
174 int graphic_rotate
= 0;
175 const char *watchdog
;
176 QEMUOptionRom option_rom
[MAX_OPTION_ROMS
];
179 const char *qemu_name
;
182 unsigned int nb_prom_envs
= 0;
183 const char *prom_envs
[MAX_PROM_ENVS
];
186 uint8_t *boot_splash_filedata
;
187 size_t boot_splash_filedata_size
;
188 uint8_t qemu_extra_params_fw
[2];
189 int only_migratable
; /* turn it off unless user states otherwise */
191 int icount_align_option
;
193 /* The bytes in qemu_uuid are in the order specified by RFC4122, _not_ in the
194 * little-endian "wire format" described in the SMBIOS 2.6 specification.
199 static NotifierList exit_notifiers
=
200 NOTIFIER_LIST_INITIALIZER(exit_notifiers
);
202 static NotifierList machine_init_done_notifiers
=
203 NOTIFIER_LIST_INITIALIZER(machine_init_done_notifiers
);
207 enum xen_mode xen_mode
= XEN_EMULATE
;
208 bool xen_domid_restrict
;
210 static int has_defaults
= 1;
211 static int default_serial
= 1;
212 static int default_parallel
= 1;
213 static int default_virtcon
= 1;
214 static int default_sclp
= 1;
215 static int default_monitor
= 1;
216 static int default_floppy
= 1;
217 static int default_cdrom
= 1;
218 static int default_sdcard
= 1;
219 static int default_vga
= 1;
220 static int default_net
= 1;
226 { .driver
= "isa-serial", .flag
= &default_serial
},
227 { .driver
= "isa-parallel", .flag
= &default_parallel
},
228 { .driver
= "isa-fdc", .flag
= &default_floppy
},
229 { .driver
= "floppy", .flag
= &default_floppy
},
230 { .driver
= "ide-cd", .flag
= &default_cdrom
},
231 { .driver
= "ide-hd", .flag
= &default_cdrom
},
232 { .driver
= "ide-drive", .flag
= &default_cdrom
},
233 { .driver
= "scsi-cd", .flag
= &default_cdrom
},
234 { .driver
= "scsi-hd", .flag
= &default_cdrom
},
235 { .driver
= "virtio-serial-pci", .flag
= &default_virtcon
},
236 { .driver
= "virtio-serial", .flag
= &default_virtcon
},
237 { .driver
= "VGA", .flag
= &default_vga
},
238 { .driver
= "isa-vga", .flag
= &default_vga
},
239 { .driver
= "cirrus-vga", .flag
= &default_vga
},
240 { .driver
= "isa-cirrus-vga", .flag
= &default_vga
},
241 { .driver
= "vmware-svga", .flag
= &default_vga
},
242 { .driver
= "qxl-vga", .flag
= &default_vga
},
243 { .driver
= "virtio-vga", .flag
= &default_vga
},
246 static QemuOptsList qemu_rtc_opts
= {
248 .head
= QTAILQ_HEAD_INITIALIZER(qemu_rtc_opts
.head
),
252 .type
= QEMU_OPT_STRING
,
255 .type
= QEMU_OPT_STRING
,
258 .type
= QEMU_OPT_STRING
,
260 { /* end of list */ }
264 static QemuOptsList qemu_sandbox_opts
= {
266 .implied_opt_name
= "enable",
267 .head
= QTAILQ_HEAD_INITIALIZER(qemu_sandbox_opts
.head
),
271 .type
= QEMU_OPT_BOOL
,
273 { /* end of list */ }
277 static QemuOptsList qemu_option_rom_opts
= {
278 .name
= "option-rom",
279 .implied_opt_name
= "romfile",
280 .head
= QTAILQ_HEAD_INITIALIZER(qemu_option_rom_opts
.head
),
284 .type
= QEMU_OPT_NUMBER
,
287 .type
= QEMU_OPT_STRING
,
289 { /* end of list */ }
293 static QemuOptsList qemu_machine_opts
= {
295 .implied_opt_name
= "type",
297 .head
= QTAILQ_HEAD_INITIALIZER(qemu_machine_opts
.head
),
300 * no elements => accept any
301 * sanity checking will happen later
302 * when setting machine properties
308 static QemuOptsList qemu_accel_opts
= {
310 .implied_opt_name
= "accel",
311 .head
= QTAILQ_HEAD_INITIALIZER(qemu_accel_opts
.head
),
316 .type
= QEMU_OPT_STRING
,
317 .help
= "Select the type of accelerator",
321 .type
= QEMU_OPT_STRING
,
322 .help
= "Enable/disable multi-threaded TCG",
324 { /* end of list */ }
328 static QemuOptsList qemu_boot_opts
= {
330 .implied_opt_name
= "order",
332 .head
= QTAILQ_HEAD_INITIALIZER(qemu_boot_opts
.head
),
336 .type
= QEMU_OPT_STRING
,
339 .type
= QEMU_OPT_STRING
,
342 .type
= QEMU_OPT_BOOL
,
345 .type
= QEMU_OPT_STRING
,
347 .name
= "splash-time",
348 .type
= QEMU_OPT_STRING
,
350 .name
= "reboot-timeout",
351 .type
= QEMU_OPT_STRING
,
354 .type
= QEMU_OPT_BOOL
,
360 static QemuOptsList qemu_add_fd_opts
= {
362 .head
= QTAILQ_HEAD_INITIALIZER(qemu_add_fd_opts
.head
),
366 .type
= QEMU_OPT_NUMBER
,
367 .help
= "file descriptor of which a duplicate is added to fd set",
370 .type
= QEMU_OPT_NUMBER
,
371 .help
= "ID of the fd set to add fd to",
374 .type
= QEMU_OPT_STRING
,
375 .help
= "free-form string used to describe fd",
377 { /* end of list */ }
381 static QemuOptsList qemu_object_opts
= {
383 .implied_opt_name
= "qom-type",
384 .head
= QTAILQ_HEAD_INITIALIZER(qemu_object_opts
.head
),
390 static QemuOptsList qemu_tpmdev_opts
= {
392 .implied_opt_name
= "type",
393 .head
= QTAILQ_HEAD_INITIALIZER(qemu_tpmdev_opts
.head
),
395 /* options are defined in the TPM backends */
396 { /* end of list */ }
400 static QemuOptsList qemu_realtime_opts
= {
402 .head
= QTAILQ_HEAD_INITIALIZER(qemu_realtime_opts
.head
),
406 .type
= QEMU_OPT_BOOL
,
408 { /* end of list */ }
412 static QemuOptsList qemu_msg_opts
= {
414 .head
= QTAILQ_HEAD_INITIALIZER(qemu_msg_opts
.head
),
418 .type
= QEMU_OPT_BOOL
,
420 { /* end of list */ }
424 static QemuOptsList qemu_name_opts
= {
426 .implied_opt_name
= "guest",
428 .head
= QTAILQ_HEAD_INITIALIZER(qemu_name_opts
.head
),
432 .type
= QEMU_OPT_STRING
,
433 .help
= "Sets the name of the guest.\n"
434 "This name will be displayed in the SDL window caption.\n"
435 "The name will also be used for the VNC server",
438 .type
= QEMU_OPT_STRING
,
439 .help
= "Sets the name of the QEMU process, as shown in top etc",
441 .name
= "debug-threads",
442 .type
= QEMU_OPT_BOOL
,
443 .help
= "When enabled, name the individual threads; defaults off.\n"
444 "NOTE: The thread names are for debugging and not a\n"
447 { /* End of list */ }
451 static QemuOptsList qemu_mem_opts
= {
453 .implied_opt_name
= "size",
454 .head
= QTAILQ_HEAD_INITIALIZER(qemu_mem_opts
.head
),
459 .type
= QEMU_OPT_SIZE
,
463 .type
= QEMU_OPT_NUMBER
,
467 .type
= QEMU_OPT_SIZE
,
469 { /* end of list */ }
473 static QemuOptsList qemu_icount_opts
= {
475 .implied_opt_name
= "shift",
477 .head
= QTAILQ_HEAD_INITIALIZER(qemu_icount_opts
.head
),
481 .type
= QEMU_OPT_STRING
,
484 .type
= QEMU_OPT_BOOL
,
487 .type
= QEMU_OPT_BOOL
,
490 .type
= QEMU_OPT_STRING
,
493 .type
= QEMU_OPT_STRING
,
495 .name
= "rrsnapshot",
496 .type
= QEMU_OPT_STRING
,
498 { /* end of list */ }
502 static QemuOptsList qemu_semihosting_config_opts
= {
503 .name
= "semihosting-config",
504 .implied_opt_name
= "enable",
505 .head
= QTAILQ_HEAD_INITIALIZER(qemu_semihosting_config_opts
.head
),
509 .type
= QEMU_OPT_BOOL
,
512 .type
= QEMU_OPT_STRING
,
515 .type
= QEMU_OPT_STRING
,
517 { /* end of list */ }
521 static QemuOptsList qemu_fw_cfg_opts
= {
523 .implied_opt_name
= "name",
524 .head
= QTAILQ_HEAD_INITIALIZER(qemu_fw_cfg_opts
.head
),
528 .type
= QEMU_OPT_STRING
,
529 .help
= "Sets the fw_cfg name of the blob to be inserted",
532 .type
= QEMU_OPT_STRING
,
533 .help
= "Sets the name of the file from which\n"
534 "the fw_cfg blob will be loaded",
537 .type
= QEMU_OPT_STRING
,
538 .help
= "Sets content of the blob to be inserted from a string",
540 { /* end of list */ }
545 * Get machine options
547 * Returns: machine options (never null).
549 QemuOpts
*qemu_get_machine_opts(void)
551 return qemu_find_opts_singleton("machine");
554 const char *qemu_get_vm_name(void)
559 static void res_free(void)
561 g_free(boot_splash_filedata
);
562 boot_splash_filedata
= NULL
;
565 static int default_driver_check(void *opaque
, QemuOpts
*opts
, Error
**errp
)
567 const char *driver
= qemu_opt_get(opts
, "driver");
572 for (i
= 0; i
< ARRAY_SIZE(default_list
); i
++) {
573 if (strcmp(default_list
[i
].driver
, driver
) != 0)
575 *(default_list
[i
].flag
) = 0;
580 /***********************************************************/
583 static RunState current_run_state
= RUN_STATE_PRELAUNCH
;
585 /* We use RUN_STATE__MAX but any invalid value will do */
586 static RunState vmstop_requested
= RUN_STATE__MAX
;
587 static QemuMutex vmstop_lock
;
592 } RunStateTransition
;
594 static const RunStateTransition runstate_transitions_def
[] = {
596 { RUN_STATE_DEBUG
, RUN_STATE_RUNNING
},
597 { RUN_STATE_DEBUG
, RUN_STATE_FINISH_MIGRATE
},
598 { RUN_STATE_DEBUG
, RUN_STATE_PRELAUNCH
},
600 { RUN_STATE_INMIGRATE
, RUN_STATE_INTERNAL_ERROR
},
601 { RUN_STATE_INMIGRATE
, RUN_STATE_IO_ERROR
},
602 { RUN_STATE_INMIGRATE
, RUN_STATE_PAUSED
},
603 { RUN_STATE_INMIGRATE
, RUN_STATE_RUNNING
},
604 { RUN_STATE_INMIGRATE
, RUN_STATE_SHUTDOWN
},
605 { RUN_STATE_INMIGRATE
, RUN_STATE_SUSPENDED
},
606 { RUN_STATE_INMIGRATE
, RUN_STATE_WATCHDOG
},
607 { RUN_STATE_INMIGRATE
, RUN_STATE_GUEST_PANICKED
},
608 { RUN_STATE_INMIGRATE
, RUN_STATE_FINISH_MIGRATE
},
609 { RUN_STATE_INMIGRATE
, RUN_STATE_PRELAUNCH
},
610 { RUN_STATE_INMIGRATE
, RUN_STATE_POSTMIGRATE
},
611 { RUN_STATE_INMIGRATE
, RUN_STATE_COLO
},
613 { RUN_STATE_INTERNAL_ERROR
, RUN_STATE_PAUSED
},
614 { RUN_STATE_INTERNAL_ERROR
, RUN_STATE_FINISH_MIGRATE
},
615 { RUN_STATE_INTERNAL_ERROR
, RUN_STATE_PRELAUNCH
},
617 { RUN_STATE_IO_ERROR
, RUN_STATE_RUNNING
},
618 { RUN_STATE_IO_ERROR
, RUN_STATE_FINISH_MIGRATE
},
619 { RUN_STATE_IO_ERROR
, RUN_STATE_PRELAUNCH
},
621 { RUN_STATE_PAUSED
, RUN_STATE_RUNNING
},
622 { RUN_STATE_PAUSED
, RUN_STATE_FINISH_MIGRATE
},
623 { RUN_STATE_PAUSED
, RUN_STATE_PRELAUNCH
},
624 { RUN_STATE_PAUSED
, RUN_STATE_COLO
},
626 { RUN_STATE_POSTMIGRATE
, RUN_STATE_RUNNING
},
627 { RUN_STATE_POSTMIGRATE
, RUN_STATE_FINISH_MIGRATE
},
628 { RUN_STATE_POSTMIGRATE
, RUN_STATE_PRELAUNCH
},
630 { RUN_STATE_PRELAUNCH
, RUN_STATE_RUNNING
},
631 { RUN_STATE_PRELAUNCH
, RUN_STATE_FINISH_MIGRATE
},
632 { RUN_STATE_PRELAUNCH
, RUN_STATE_INMIGRATE
},
634 { RUN_STATE_FINISH_MIGRATE
, RUN_STATE_RUNNING
},
635 { RUN_STATE_FINISH_MIGRATE
, RUN_STATE_POSTMIGRATE
},
636 { RUN_STATE_FINISH_MIGRATE
, RUN_STATE_PRELAUNCH
},
637 { RUN_STATE_FINISH_MIGRATE
, RUN_STATE_COLO
},
639 { RUN_STATE_RESTORE_VM
, RUN_STATE_RUNNING
},
640 { RUN_STATE_RESTORE_VM
, RUN_STATE_PRELAUNCH
},
642 { RUN_STATE_COLO
, RUN_STATE_RUNNING
},
644 { RUN_STATE_RUNNING
, RUN_STATE_DEBUG
},
645 { RUN_STATE_RUNNING
, RUN_STATE_INTERNAL_ERROR
},
646 { RUN_STATE_RUNNING
, RUN_STATE_IO_ERROR
},
647 { RUN_STATE_RUNNING
, RUN_STATE_PAUSED
},
648 { RUN_STATE_RUNNING
, RUN_STATE_FINISH_MIGRATE
},
649 { RUN_STATE_RUNNING
, RUN_STATE_RESTORE_VM
},
650 { RUN_STATE_RUNNING
, RUN_STATE_SAVE_VM
},
651 { RUN_STATE_RUNNING
, RUN_STATE_SHUTDOWN
},
652 { RUN_STATE_RUNNING
, RUN_STATE_WATCHDOG
},
653 { RUN_STATE_RUNNING
, RUN_STATE_GUEST_PANICKED
},
654 { RUN_STATE_RUNNING
, RUN_STATE_COLO
},
656 { RUN_STATE_SAVE_VM
, RUN_STATE_RUNNING
},
658 { RUN_STATE_SHUTDOWN
, RUN_STATE_PAUSED
},
659 { RUN_STATE_SHUTDOWN
, RUN_STATE_FINISH_MIGRATE
},
660 { RUN_STATE_SHUTDOWN
, RUN_STATE_PRELAUNCH
},
662 { RUN_STATE_DEBUG
, RUN_STATE_SUSPENDED
},
663 { RUN_STATE_RUNNING
, RUN_STATE_SUSPENDED
},
664 { RUN_STATE_SUSPENDED
, RUN_STATE_RUNNING
},
665 { RUN_STATE_SUSPENDED
, RUN_STATE_FINISH_MIGRATE
},
666 { RUN_STATE_SUSPENDED
, RUN_STATE_PRELAUNCH
},
667 { RUN_STATE_SUSPENDED
, RUN_STATE_COLO
},
669 { RUN_STATE_WATCHDOG
, RUN_STATE_RUNNING
},
670 { RUN_STATE_WATCHDOG
, RUN_STATE_FINISH_MIGRATE
},
671 { RUN_STATE_WATCHDOG
, RUN_STATE_PRELAUNCH
},
672 { RUN_STATE_WATCHDOG
, RUN_STATE_COLO
},
674 { RUN_STATE_GUEST_PANICKED
, RUN_STATE_RUNNING
},
675 { RUN_STATE_GUEST_PANICKED
, RUN_STATE_FINISH_MIGRATE
},
676 { RUN_STATE_GUEST_PANICKED
, RUN_STATE_PRELAUNCH
},
678 { RUN_STATE__MAX
, RUN_STATE__MAX
},
681 static bool runstate_valid_transitions
[RUN_STATE__MAX
][RUN_STATE__MAX
];
683 bool runstate_check(RunState state
)
685 return current_run_state
== state
;
688 bool runstate_store(char *str
, size_t size
)
690 const char *state
= RunState_lookup
[current_run_state
];
691 size_t len
= strlen(state
) + 1;
696 memcpy(str
, state
, len
);
700 static void runstate_init(void)
702 const RunStateTransition
*p
;
704 memset(&runstate_valid_transitions
, 0, sizeof(runstate_valid_transitions
));
705 for (p
= &runstate_transitions_def
[0]; p
->from
!= RUN_STATE__MAX
; p
++) {
706 runstate_valid_transitions
[p
->from
][p
->to
] = true;
709 qemu_mutex_init(&vmstop_lock
);
712 /* This function will abort() on invalid state transitions */
713 void runstate_set(RunState new_state
)
715 assert(new_state
< RUN_STATE__MAX
);
717 if (current_run_state
== new_state
) {
721 if (!runstate_valid_transitions
[current_run_state
][new_state
]) {
722 error_report("invalid runstate transition: '%s' -> '%s'",
723 RunState_lookup
[current_run_state
],
724 RunState_lookup
[new_state
]);
727 trace_runstate_set(new_state
);
728 current_run_state
= new_state
;
731 int runstate_is_running(void)
733 return runstate_check(RUN_STATE_RUNNING
);
736 bool runstate_needs_reset(void)
738 return runstate_check(RUN_STATE_INTERNAL_ERROR
) ||
739 runstate_check(RUN_STATE_SHUTDOWN
);
742 StatusInfo
*qmp_query_status(Error
**errp
)
744 StatusInfo
*info
= g_malloc0(sizeof(*info
));
746 info
->running
= runstate_is_running();
747 info
->singlestep
= singlestep
;
748 info
->status
= current_run_state
;
753 bool qemu_vmstop_requested(RunState
*r
)
755 qemu_mutex_lock(&vmstop_lock
);
756 *r
= vmstop_requested
;
757 vmstop_requested
= RUN_STATE__MAX
;
758 qemu_mutex_unlock(&vmstop_lock
);
759 return *r
< RUN_STATE__MAX
;
762 void qemu_system_vmstop_request_prepare(void)
764 qemu_mutex_lock(&vmstop_lock
);
767 void qemu_system_vmstop_request(RunState state
)
769 vmstop_requested
= state
;
770 qemu_mutex_unlock(&vmstop_lock
);
774 /***********************************************************/
775 /* real time host monotonic timer */
777 static time_t qemu_time(void)
779 return qemu_clock_get_ms(QEMU_CLOCK_HOST
) / 1000;
782 /***********************************************************/
783 /* host time/date access */
784 void qemu_get_timedate(struct tm
*tm
, int offset
)
786 time_t ti
= qemu_time();
789 if (rtc_date_offset
== -1) {
793 localtime_r(&ti
, tm
);
795 ti
-= rtc_date_offset
;
800 int qemu_timedate_diff(struct tm
*tm
)
804 if (rtc_date_offset
== -1)
806 seconds
= mktimegm(tm
);
809 tmp
.tm_isdst
= -1; /* use timezone to figure it out */
810 seconds
= mktime(&tmp
);
813 seconds
= mktimegm(tm
) + rtc_date_offset
;
815 return seconds
- qemu_time();
818 static void configure_rtc_date_offset(const char *startdate
, int legacy
)
820 time_t rtc_start_date
;
823 if (!strcmp(startdate
, "now") && legacy
) {
824 rtc_date_offset
= -1;
826 if (sscanf(startdate
, "%d-%d-%dT%d:%d:%d",
834 } else if (sscanf(startdate
, "%d-%d-%d",
846 rtc_start_date
= mktimegm(&tm
);
847 if (rtc_start_date
== -1) {
849 error_report("invalid date format");
850 error_printf("valid formats: "
851 "'2006-06-17T16:01:21' or '2006-06-17'\n");
854 rtc_date_offset
= qemu_time() - rtc_start_date
;
858 static void configure_rtc(QemuOpts
*opts
)
862 value
= qemu_opt_get(opts
, "base");
864 if (!strcmp(value
, "utc")) {
866 } else if (!strcmp(value
, "localtime")) {
867 Error
*blocker
= NULL
;
869 error_setg(&blocker
, QERR_REPLAY_NOT_SUPPORTED
,
870 "-rtc base=localtime");
871 replay_add_blocker(blocker
);
873 configure_rtc_date_offset(value
, 0);
876 value
= qemu_opt_get(opts
, "clock");
878 if (!strcmp(value
, "host")) {
879 rtc_clock
= QEMU_CLOCK_HOST
;
880 } else if (!strcmp(value
, "rt")) {
881 rtc_clock
= QEMU_CLOCK_REALTIME
;
882 } else if (!strcmp(value
, "vm")) {
883 rtc_clock
= QEMU_CLOCK_VIRTUAL
;
885 error_report("invalid option value '%s'", value
);
889 value
= qemu_opt_get(opts
, "driftfix");
891 if (!strcmp(value
, "slew")) {
892 static GlobalProperty slew_lost_ticks
= {
893 .driver
= "mc146818rtc",
894 .property
= "lost_tick_policy",
898 qdev_prop_register_global(&slew_lost_ticks
);
899 } else if (!strcmp(value
, "none")) {
900 /* discard is default */
902 error_report("invalid option value '%s'", value
);
908 /***********************************************************/
909 /* Bluetooth support */
912 static struct HCIInfo
*hci_table
[MAX_NICS
];
914 struct HCIInfo
*qemu_next_hci(void)
916 if (cur_hci
== nb_hcis
)
919 return hci_table
[cur_hci
++];
922 static int bt_hci_parse(const char *str
)
927 if (nb_hcis
>= MAX_NICS
) {
928 error_report("too many bluetooth HCIs (max %i)", MAX_NICS
);
941 bdaddr
.b
[5] = 0x56 + nb_hcis
;
942 hci
->bdaddr_set(hci
, bdaddr
.b
);
944 hci_table
[nb_hcis
++] = hci
;
949 static void bt_vhci_add(int vlan_id
)
951 struct bt_scatternet_s
*vlan
= qemu_find_bt_vlan(vlan_id
);
954 error_report("warning: adding a VHCI to an empty scatternet %i",
957 bt_vhci_init(bt_new_hci(vlan
));
960 static struct bt_device_s
*bt_device_add(const char *opt
)
962 struct bt_scatternet_s
*vlan
;
964 char *endp
= strstr(opt
, ",vlan=");
965 int len
= (endp
? endp
- opt
: strlen(opt
)) + 1;
968 pstrcpy(devname
, MIN(sizeof(devname
), len
), opt
);
971 vlan_id
= strtol(endp
+ 6, &endp
, 0);
973 error_report("unrecognised bluetooth vlan Id");
978 vlan
= qemu_find_bt_vlan(vlan_id
);
981 error_report("warning: adding a slave device to an empty scatternet %i",
984 if (!strcmp(devname
, "keyboard"))
985 return bt_keyboard_init(vlan
);
987 error_report("unsupported bluetooth device '%s'", devname
);
991 static int bt_parse(const char *opt
)
993 const char *endp
, *p
;
996 if (strstart(opt
, "hci", &endp
)) {
997 if (!*endp
|| *endp
== ',') {
999 if (!strstart(endp
, ",vlan=", 0))
1002 return bt_hci_parse(opt
);
1004 } else if (strstart(opt
, "vhci", &endp
)) {
1005 if (!*endp
|| *endp
== ',') {
1007 if (strstart(endp
, ",vlan=", &p
)) {
1008 vlan
= strtol(p
, (char **) &endp
, 0);
1010 error_report("bad scatternet '%s'", p
);
1014 error_report("bad parameter '%s'", endp
+ 1);
1023 } else if (strstart(opt
, "device:", &endp
))
1024 return !bt_device_add(endp
);
1026 error_report("bad bluetooth parameter '%s'", opt
);
1030 static int parse_sandbox(void *opaque
, QemuOpts
*opts
, Error
**errp
)
1032 /* FIXME: change this to true for 1.3 */
1033 if (qemu_opt_get_bool(opts
, "enable", false)) {
1034 #ifdef CONFIG_SECCOMP
1035 if (seccomp_start() < 0) {
1036 error_report("failed to install seccomp syscall filter "
1041 error_report("seccomp support is disabled");
1049 static int parse_name(void *opaque
, QemuOpts
*opts
, Error
**errp
)
1051 const char *proc_name
;
1053 if (qemu_opt_get(opts
, "debug-threads")) {
1054 qemu_thread_naming(qemu_opt_get_bool(opts
, "debug-threads", false));
1056 qemu_name
= qemu_opt_get(opts
, "guest");
1058 proc_name
= qemu_opt_get(opts
, "process");
1060 os_set_proc_name(proc_name
);
1066 bool defaults_enabled(void)
1068 return has_defaults
;
1072 static int parse_add_fd(void *opaque
, QemuOpts
*opts
, Error
**errp
)
1074 int fd
, dupfd
, flags
;
1076 const char *fd_opaque
= NULL
;
1079 fd
= qemu_opt_get_number(opts
, "fd", -1);
1080 fdset_id
= qemu_opt_get_number(opts
, "set", -1);
1081 fd_opaque
= qemu_opt_get(opts
, "opaque");
1084 error_report("fd option is required and must be non-negative");
1088 if (fd
<= STDERR_FILENO
) {
1089 error_report("fd cannot be a standard I/O stream");
1094 * All fds inherited across exec() necessarily have FD_CLOEXEC
1095 * clear, while qemu sets FD_CLOEXEC on all other fds used internally.
1097 flags
= fcntl(fd
, F_GETFD
);
1098 if (flags
== -1 || (flags
& FD_CLOEXEC
)) {
1099 error_report("fd is not valid or already in use");
1104 error_report("set option is required and must be non-negative");
1108 #ifdef F_DUPFD_CLOEXEC
1109 dupfd
= fcntl(fd
, F_DUPFD_CLOEXEC
, 0);
1113 qemu_set_cloexec(dupfd
);
1117 error_report("error duplicating fd: %s", strerror(errno
));
1121 /* add the duplicate fd, and optionally the opaque string, to the fd set */
1122 fdinfo
= monitor_fdset_add_fd(dupfd
, true, fdset_id
, !!fd_opaque
, fd_opaque
,
1129 static int cleanup_add_fd(void *opaque
, QemuOpts
*opts
, Error
**errp
)
1133 fd
= qemu_opt_get_number(opts
, "fd", -1);
1140 /***********************************************************/
1141 /* QEMU Block devices */
1143 #define HD_OPTS "media=disk"
1144 #define CDROM_OPTS "media=cdrom"
1146 #define PFLASH_OPTS ""
1150 static int drive_init_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
1152 BlockInterfaceType
*block_default_type
= opaque
;
1154 return drive_new(opts
, *block_default_type
) == NULL
;
1157 static int drive_enable_snapshot(void *opaque
, QemuOpts
*opts
, Error
**errp
)
1159 if (qemu_opt_get(opts
, "snapshot") == NULL
) {
1160 qemu_opt_set(opts
, "snapshot", "on", &error_abort
);
1165 static void default_drive(int enable
, int snapshot
, BlockInterfaceType type
,
1166 int index
, const char *optstr
)
1171 if (!enable
|| drive_get_by_index(type
, index
)) {
1175 opts
= drive_add(type
, index
, NULL
, optstr
);
1177 drive_enable_snapshot(NULL
, opts
, NULL
);
1180 dinfo
= drive_new(opts
, type
);
1184 dinfo
->is_default
= true;
1188 static QemuOptsList qemu_smp_opts
= {
1190 .implied_opt_name
= "cpus",
1191 .merge_lists
= true,
1192 .head
= QTAILQ_HEAD_INITIALIZER(qemu_smp_opts
.head
),
1196 .type
= QEMU_OPT_NUMBER
,
1199 .type
= QEMU_OPT_NUMBER
,
1202 .type
= QEMU_OPT_NUMBER
,
1205 .type
= QEMU_OPT_NUMBER
,
1208 .type
= QEMU_OPT_NUMBER
,
1210 { /*End of list */ }
1214 static void smp_parse(QemuOpts
*opts
)
1217 unsigned cpus
= qemu_opt_get_number(opts
, "cpus", 0);
1218 unsigned sockets
= qemu_opt_get_number(opts
, "sockets", 0);
1219 unsigned cores
= qemu_opt_get_number(opts
, "cores", 0);
1220 unsigned threads
= qemu_opt_get_number(opts
, "threads", 0);
1222 /* compute missing values, prefer sockets over cores over threads */
1223 if (cpus
== 0 || sockets
== 0) {
1224 sockets
= sockets
> 0 ? sockets
: 1;
1225 cores
= cores
> 0 ? cores
: 1;
1226 threads
= threads
> 0 ? threads
: 1;
1228 cpus
= cores
* threads
* sockets
;
1230 } else if (cores
== 0) {
1231 threads
= threads
> 0 ? threads
: 1;
1232 cores
= cpus
/ (sockets
* threads
);
1233 cores
= cores
> 0 ? cores
: 1;
1234 } else if (threads
== 0) {
1235 threads
= cpus
/ (cores
* sockets
);
1236 threads
= threads
> 0 ? threads
: 1;
1237 } else if (sockets
* cores
* threads
< cpus
) {
1238 error_report("cpu topology: "
1239 "sockets (%u) * cores (%u) * threads (%u) < "
1241 sockets
, cores
, threads
, cpus
);
1245 max_cpus
= qemu_opt_get_number(opts
, "maxcpus", cpus
);
1247 if (max_cpus
< cpus
) {
1248 error_report("maxcpus must be equal to or greater than smp");
1252 if (sockets
* cores
* threads
> max_cpus
) {
1253 error_report("cpu topology: "
1254 "sockets (%u) * cores (%u) * threads (%u) > "
1256 sockets
, cores
, threads
, max_cpus
);
1262 smp_threads
= threads
;
1266 Error
*blocker
= NULL
;
1267 error_setg(&blocker
, QERR_REPLAY_NOT_SUPPORTED
, "smp");
1268 replay_add_blocker(blocker
);
1272 static void realtime_init(void)
1275 if (os_mlock() < 0) {
1276 error_report("locking memory failed");
1283 static void configure_msg(QemuOpts
*opts
)
1285 enable_timestamp_msg
= qemu_opt_get_bool(opts
, "timestamp", true);
1288 /***********************************************************/
1291 typedef struct SemihostingConfig
{
1293 SemihostingTarget target
;
1296 const char *cmdline
; /* concatenated argv */
1297 } SemihostingConfig
;
1299 static SemihostingConfig semihosting
;
1301 bool semihosting_enabled(void)
1303 return semihosting
.enabled
;
1306 SemihostingTarget
semihosting_get_target(void)
1308 return semihosting
.target
;
1311 const char *semihosting_get_arg(int i
)
1313 if (i
>= semihosting
.argc
) {
1316 return semihosting
.argv
[i
];
1319 int semihosting_get_argc(void)
1321 return semihosting
.argc
;
1324 const char *semihosting_get_cmdline(void)
1326 if (semihosting
.cmdline
== NULL
&& semihosting
.argc
> 0) {
1327 semihosting
.cmdline
= g_strjoinv(" ", (gchar
**)semihosting
.argv
);
1329 return semihosting
.cmdline
;
1332 static int add_semihosting_arg(void *opaque
,
1333 const char *name
, const char *val
,
1336 SemihostingConfig
*s
= opaque
;
1337 if (strcmp(name
, "arg") == 0) {
1339 /* one extra element as g_strjoinv() expects NULL-terminated array */
1340 s
->argv
= g_realloc(s
->argv
, (s
->argc
+ 1) * sizeof(void *));
1341 s
->argv
[s
->argc
- 1] = val
;
1342 s
->argv
[s
->argc
] = NULL
;
1347 /* Use strings passed via -kernel/-append to initialize semihosting.argv[] */
1348 static inline void semihosting_arg_fallback(const char *file
, const char *cmd
)
1353 add_semihosting_arg(&semihosting
, "arg", file
, NULL
);
1355 /* split -append and initialize argv[1..n] */
1356 cmd_token
= strtok(g_strdup(cmd
), " ");
1358 add_semihosting_arg(&semihosting
, "arg", cmd_token
, NULL
);
1359 cmd_token
= strtok(NULL
, " ");
1363 /* Now we still need this for compatibility with XEN. */
1364 bool has_igd_gfx_passthru
;
1365 static void igd_gfx_passthru(void)
1367 has_igd_gfx_passthru
= current_machine
->igd_gfx_passthru
;
1370 /***********************************************************/
1373 static int usb_device_add(const char *devname
)
1375 USBDevice
*dev
= NULL
;
1376 #ifndef CONFIG_LINUX
1380 if (!machine_usb(current_machine
)) {
1384 /* drivers with .usbdevice_name entry in USBDeviceInfo */
1385 dev
= usbdevice_create(devname
);
1389 /* the other ones */
1390 #ifndef CONFIG_LINUX
1391 /* only the linux version is qdev-ified, usb-bsd still needs this */
1392 if (strstart(devname
, "host:", &p
)) {
1393 dev
= usb_host_device_open(usb_bus_find(-1), p
);
1403 static int usb_device_del(const char *devname
)
1408 if (strstart(devname
, "host:", &p
)) {
1412 if (!machine_usb(current_machine
)) {
1416 p
= strchr(devname
, '.');
1419 bus_num
= strtoul(devname
, NULL
, 0);
1420 addr
= strtoul(p
+ 1, NULL
, 0);
1422 return usb_device_delete_addr(bus_num
, addr
);
1425 static int usb_parse(const char *cmdline
)
1428 r
= usb_device_add(cmdline
);
1430 error_report("could not add USB device '%s'", cmdline
);
1435 void hmp_usb_add(Monitor
*mon
, const QDict
*qdict
)
1437 const char *devname
= qdict_get_str(qdict
, "devname");
1438 if (usb_device_add(devname
) < 0) {
1439 error_report("could not add USB device '%s'", devname
);
1443 void hmp_usb_del(Monitor
*mon
, const QDict
*qdict
)
1445 const char *devname
= qdict_get_str(qdict
, "devname");
1446 if (usb_device_del(devname
) < 0) {
1447 error_report("could not delete USB device '%s'", devname
);
1451 /***********************************************************/
1452 /* machine registration */
1454 MachineState
*current_machine
;
1456 static MachineClass
*find_machine(const char *name
)
1458 GSList
*el
, *machines
= object_class_get_list(TYPE_MACHINE
, false);
1459 MachineClass
*mc
= NULL
;
1461 for (el
= machines
; el
; el
= el
->next
) {
1462 MachineClass
*temp
= el
->data
;
1464 if (!strcmp(temp
->name
, name
)) {
1469 !strcmp(temp
->alias
, name
)) {
1475 g_slist_free(machines
);
1479 MachineClass
*find_default_machine(void)
1481 GSList
*el
, *machines
= object_class_get_list(TYPE_MACHINE
, false);
1482 MachineClass
*mc
= NULL
;
1484 for (el
= machines
; el
; el
= el
->next
) {
1485 MachineClass
*temp
= el
->data
;
1487 if (temp
->is_default
) {
1493 g_slist_free(machines
);
1497 MachineInfoList
*qmp_query_machines(Error
**errp
)
1499 GSList
*el
, *machines
= object_class_get_list(TYPE_MACHINE
, false);
1500 MachineInfoList
*mach_list
= NULL
;
1502 for (el
= machines
; el
; el
= el
->next
) {
1503 MachineClass
*mc
= el
->data
;
1504 MachineInfoList
*entry
;
1507 info
= g_malloc0(sizeof(*info
));
1508 if (mc
->is_default
) {
1509 info
->has_is_default
= true;
1510 info
->is_default
= true;
1514 info
->has_alias
= true;
1515 info
->alias
= g_strdup(mc
->alias
);
1518 info
->name
= g_strdup(mc
->name
);
1519 info
->cpu_max
= !mc
->max_cpus
? 1 : mc
->max_cpus
;
1520 info
->hotpluggable_cpus
= mc
->has_hotpluggable_cpus
;
1522 entry
= g_malloc0(sizeof(*entry
));
1523 entry
->value
= info
;
1524 entry
->next
= mach_list
;
1528 g_slist_free(machines
);
1532 static int machine_help_func(QemuOpts
*opts
, MachineState
*machine
)
1534 ObjectProperty
*prop
;
1535 ObjectPropertyIterator iter
;
1537 if (!qemu_opt_has_help_opt(opts
)) {
1541 object_property_iter_init(&iter
, OBJECT(machine
));
1542 while ((prop
= object_property_iter_next(&iter
))) {
1547 error_printf("%s.%s=%s", MACHINE_GET_CLASS(machine
)->name
,
1548 prop
->name
, prop
->type
);
1549 if (prop
->description
) {
1550 error_printf(" (%s)\n", prop
->description
);
1559 /***********************************************************/
1560 /* main execution loop */
1562 struct vm_change_state_entry
{
1563 VMChangeStateHandler
*cb
;
1565 QLIST_ENTRY (vm_change_state_entry
) entries
;
1568 static QLIST_HEAD(vm_change_state_head
, vm_change_state_entry
) vm_change_state_head
;
1570 VMChangeStateEntry
*qemu_add_vm_change_state_handler(VMChangeStateHandler
*cb
,
1573 VMChangeStateEntry
*e
;
1575 e
= g_malloc0(sizeof (*e
));
1579 QLIST_INSERT_HEAD(&vm_change_state_head
, e
, entries
);
1583 void qemu_del_vm_change_state_handler(VMChangeStateEntry
*e
)
1585 QLIST_REMOVE (e
, entries
);
1589 void vm_state_notify(int running
, RunState state
)
1591 VMChangeStateEntry
*e
, *next
;
1593 trace_vm_state_notify(running
, state
);
1595 QLIST_FOREACH_SAFE(e
, &vm_change_state_head
, entries
, next
) {
1596 e
->cb(e
->opaque
, running
, state
);
1600 static int reset_requested
;
1601 static int shutdown_requested
, shutdown_signal
= -1;
1602 static pid_t shutdown_pid
;
1603 static int powerdown_requested
;
1604 static int debug_requested
;
1605 static int suspend_requested
;
1606 static WakeupReason wakeup_reason
;
1607 static NotifierList powerdown_notifiers
=
1608 NOTIFIER_LIST_INITIALIZER(powerdown_notifiers
);
1609 static NotifierList suspend_notifiers
=
1610 NOTIFIER_LIST_INITIALIZER(suspend_notifiers
);
1611 static NotifierList wakeup_notifiers
=
1612 NOTIFIER_LIST_INITIALIZER(wakeup_notifiers
);
1613 static uint32_t wakeup_reason_mask
= ~(1 << QEMU_WAKEUP_REASON_NONE
);
1615 int qemu_shutdown_requested_get(void)
1617 return shutdown_requested
;
1620 int qemu_reset_requested_get(void)
1622 return reset_requested
;
1625 static int qemu_shutdown_requested(void)
1627 return atomic_xchg(&shutdown_requested
, 0);
1630 static void qemu_kill_report(void)
1632 if (!qtest_driver() && shutdown_signal
!= -1) {
1633 if (shutdown_pid
== 0) {
1634 /* This happens for eg ^C at the terminal, so it's worth
1635 * avoiding printing an odd message in that case.
1637 error_report("terminating on signal %d", shutdown_signal
);
1639 char *shutdown_cmd
= qemu_get_pid_name(shutdown_pid
);
1641 error_report("terminating on signal %d from pid " FMT_pid
" (%s)",
1642 shutdown_signal
, shutdown_pid
,
1643 shutdown_cmd
? shutdown_cmd
: "<unknown process>");
1644 g_free(shutdown_cmd
);
1646 shutdown_signal
= -1;
1650 static int qemu_reset_requested(void)
1652 int r
= reset_requested
;
1653 if (r
&& replay_checkpoint(CHECKPOINT_RESET_REQUESTED
)) {
1654 reset_requested
= 0;
1660 static int qemu_suspend_requested(void)
1662 int r
= suspend_requested
;
1663 if (r
&& replay_checkpoint(CHECKPOINT_SUSPEND_REQUESTED
)) {
1664 suspend_requested
= 0;
1670 static WakeupReason
qemu_wakeup_requested(void)
1672 return wakeup_reason
;
1675 static int qemu_powerdown_requested(void)
1677 int r
= powerdown_requested
;
1678 powerdown_requested
= 0;
1682 static int qemu_debug_requested(void)
1684 int r
= debug_requested
;
1685 debug_requested
= 0;
1689 void qemu_system_reset(bool report
)
1693 mc
= current_machine
? MACHINE_GET_CLASS(current_machine
) : NULL
;
1695 cpu_synchronize_all_states();
1697 if (mc
&& mc
->reset
) {
1700 qemu_devices_reset();
1703 qapi_event_send_reset(&error_abort
);
1705 cpu_synchronize_all_post_reset();
1708 void qemu_system_guest_panicked(GuestPanicInformation
*info
)
1710 qemu_log_mask(LOG_GUEST_ERROR
, "Guest crashed\n");
1713 current_cpu
->crash_occurred
= true;
1715 qapi_event_send_guest_panicked(GUEST_PANIC_ACTION_PAUSE
,
1716 !!info
, info
, &error_abort
);
1717 vm_stop(RUN_STATE_GUEST_PANICKED
);
1719 qapi_event_send_guest_panicked(GUEST_PANIC_ACTION_POWEROFF
,
1720 !!info
, info
, &error_abort
);
1721 qemu_system_shutdown_request();
1725 if (info
->type
== GUEST_PANIC_INFORMATION_TYPE_HYPER_V
) {
1726 qemu_log_mask(LOG_GUEST_ERROR
, "HV crash parameters: (%#"PRIx64
1727 " %#"PRIx64
" %#"PRIx64
" %#"PRIx64
" %#"PRIx64
")\n",
1728 info
->u
.hyper_v
.arg1
,
1729 info
->u
.hyper_v
.arg2
,
1730 info
->u
.hyper_v
.arg3
,
1731 info
->u
.hyper_v
.arg4
,
1732 info
->u
.hyper_v
.arg5
);
1734 qapi_free_GuestPanicInformation(info
);
1738 void qemu_system_reset_request(void)
1741 shutdown_requested
= 1;
1743 reset_requested
= 1;
1746 qemu_notify_event();
1749 static void qemu_system_suspend(void)
1752 notifier_list_notify(&suspend_notifiers
, NULL
);
1753 runstate_set(RUN_STATE_SUSPENDED
);
1754 qapi_event_send_suspend(&error_abort
);
1757 void qemu_system_suspend_request(void)
1759 if (runstate_check(RUN_STATE_SUSPENDED
)) {
1762 suspend_requested
= 1;
1764 qemu_notify_event();
1767 void qemu_register_suspend_notifier(Notifier
*notifier
)
1769 notifier_list_add(&suspend_notifiers
, notifier
);
1772 void qemu_system_wakeup_request(WakeupReason reason
)
1774 trace_system_wakeup_request(reason
);
1776 if (!runstate_check(RUN_STATE_SUSPENDED
)) {
1779 if (!(wakeup_reason_mask
& (1 << reason
))) {
1782 runstate_set(RUN_STATE_RUNNING
);
1783 wakeup_reason
= reason
;
1784 qemu_notify_event();
1787 void qemu_system_wakeup_enable(WakeupReason reason
, bool enabled
)
1790 wakeup_reason_mask
|= (1 << reason
);
1792 wakeup_reason_mask
&= ~(1 << reason
);
1796 void qemu_register_wakeup_notifier(Notifier
*notifier
)
1798 notifier_list_add(&wakeup_notifiers
, notifier
);
1801 void qemu_system_killed(int signal
, pid_t pid
)
1803 shutdown_signal
= signal
;
1807 /* Cannot call qemu_system_shutdown_request directly because
1808 * we are in a signal handler.
1810 shutdown_requested
= 1;
1811 qemu_notify_event();
1814 void qemu_system_shutdown_request(void)
1816 trace_qemu_system_shutdown_request();
1817 replay_shutdown_request();
1818 shutdown_requested
= 1;
1819 qemu_notify_event();
1822 static void qemu_system_powerdown(void)
1824 qapi_event_send_powerdown(&error_abort
);
1825 notifier_list_notify(&powerdown_notifiers
, NULL
);
1828 void qemu_system_powerdown_request(void)
1830 trace_qemu_system_powerdown_request();
1831 powerdown_requested
= 1;
1832 qemu_notify_event();
1835 void qemu_register_powerdown_notifier(Notifier
*notifier
)
1837 notifier_list_add(&powerdown_notifiers
, notifier
);
1840 void qemu_system_debug_request(void)
1842 debug_requested
= 1;
1843 qemu_notify_event();
1846 static bool main_loop_should_exit(void)
1849 if (qemu_debug_requested()) {
1850 vm_stop(RUN_STATE_DEBUG
);
1852 if (qemu_suspend_requested()) {
1853 qemu_system_suspend();
1855 if (qemu_shutdown_requested()) {
1857 qapi_event_send_shutdown(&error_abort
);
1859 vm_stop(RUN_STATE_SHUTDOWN
);
1864 if (qemu_reset_requested()) {
1866 qemu_system_reset(VMRESET_REPORT
);
1868 if (!runstate_check(RUN_STATE_RUNNING
) &&
1869 !runstate_check(RUN_STATE_INMIGRATE
)) {
1870 runstate_set(RUN_STATE_PRELAUNCH
);
1873 if (qemu_wakeup_requested()) {
1875 qemu_system_reset(VMRESET_SILENT
);
1876 notifier_list_notify(&wakeup_notifiers
, &wakeup_reason
);
1877 wakeup_reason
= QEMU_WAKEUP_REASON_NONE
;
1879 qapi_event_send_wakeup(&error_abort
);
1881 if (qemu_powerdown_requested()) {
1882 qemu_system_powerdown();
1884 if (qemu_vmstop_requested(&r
)) {
1890 static void main_loop(void)
1892 #ifdef CONFIG_PROFILER
1896 #ifdef CONFIG_PROFILER
1897 ti
= profile_getclock();
1899 main_loop_wait(false);
1900 #ifdef CONFIG_PROFILER
1901 dev_time
+= profile_getclock() - ti
;
1903 } while (!main_loop_should_exit());
1906 static void version(void)
1908 printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION
"\n"
1909 QEMU_COPYRIGHT
"\n");
1912 static void help(int exitcode
)
1915 printf("usage: %s [options] [disk_image]\n\n"
1916 "'disk_image' is a raw hard disk image for IDE hard disk 0\n\n",
1917 error_get_progname());
1919 #define QEMU_OPTIONS_GENERATE_HELP
1920 #include "qemu-options-wrapper.h"
1922 printf("\nDuring emulation, the following keys are useful:\n"
1923 "ctrl-alt-f toggle full screen\n"
1924 "ctrl-alt-n switch to virtual console 'n'\n"
1925 "ctrl-alt toggle mouse and keyboard grab\n"
1927 "When using -nographic, press 'ctrl-a h' to get some help.\n");
1932 #define HAS_ARG 0x0001
1934 typedef struct QEMUOption
{
1941 static const QEMUOption qemu_options
[] = {
1942 { "h", 0, QEMU_OPTION_h
, QEMU_ARCH_ALL
},
1943 #define QEMU_OPTIONS_GENERATE_OPTIONS
1944 #include "qemu-options-wrapper.h"
1948 typedef struct VGAInterfaceInfo
{
1949 const char *opt_name
; /* option name */
1950 const char *name
; /* human-readable name */
1951 /* Class names indicating that support is available.
1952 * If no class is specified, the interface is always available */
1953 const char *class_names
[2];
1956 static VGAInterfaceInfo vga_interfaces
[VGA_TYPE_MAX
] = {
1962 .name
= "standard VGA",
1963 .class_names
= { "VGA", "isa-vga" },
1966 .opt_name
= "cirrus",
1967 .name
= "Cirrus VGA",
1968 .class_names
= { "cirrus-vga", "isa-cirrus-vga" },
1971 .opt_name
= "vmware",
1972 .name
= "VMWare SVGA",
1973 .class_names
= { "vmware-svga" },
1976 .opt_name
= "virtio",
1977 .name
= "Virtio VGA",
1978 .class_names
= { "virtio-vga" },
1983 .class_names
= { "qxl-vga" },
1987 .name
= "TCX framebuffer",
1988 .class_names
= { "SUNW,tcx" },
1992 .name
= "CG3 framebuffer",
1993 .class_names
= { "cgthree" },
1996 .opt_name
= "xenfb",
2000 static bool vga_interface_available(VGAInterfaceType t
)
2002 VGAInterfaceInfo
*ti
= &vga_interfaces
[t
];
2004 assert(t
< VGA_TYPE_MAX
);
2005 return !ti
->class_names
[0] ||
2006 object_class_by_name(ti
->class_names
[0]) ||
2007 object_class_by_name(ti
->class_names
[1]);
2010 static void select_vgahw(const char *p
)
2015 assert(vga_interface_type
== VGA_NONE
);
2016 for (t
= 0; t
< VGA_TYPE_MAX
; t
++) {
2017 VGAInterfaceInfo
*ti
= &vga_interfaces
[t
];
2018 if (ti
->opt_name
&& strstart(p
, ti
->opt_name
, &opts
)) {
2019 if (!vga_interface_available(t
)) {
2020 error_report("%s not available", ti
->name
);
2023 vga_interface_type
= t
;
2027 if (t
== VGA_TYPE_MAX
) {
2029 error_report("unknown vga type: %s", p
);
2033 const char *nextopt
;
2035 if (strstart(opts
, ",retrace=", &nextopt
)) {
2037 if (strstart(opts
, "dumb", &nextopt
))
2038 vga_retrace_method
= VGA_RETRACE_DUMB
;
2039 else if (strstart(opts
, "precise", &nextopt
))
2040 vga_retrace_method
= VGA_RETRACE_PRECISE
;
2041 else goto invalid_vga
;
2042 } else goto invalid_vga
;
2047 typedef enum DisplayType
{
2057 static DisplayType
select_display(const char *p
)
2060 DisplayType display
= DT_DEFAULT
;
2062 if (strstart(p
, "sdl", &opts
)) {
2066 const char *nextopt
;
2068 if (strstart(opts
, ",frame=", &nextopt
)) {
2070 if (strstart(opts
, "on", &nextopt
)) {
2072 } else if (strstart(opts
, "off", &nextopt
)) {
2075 goto invalid_sdl_args
;
2077 } else if (strstart(opts
, ",alt_grab=", &nextopt
)) {
2079 if (strstart(opts
, "on", &nextopt
)) {
2081 } else if (strstart(opts
, "off", &nextopt
)) {
2084 goto invalid_sdl_args
;
2086 } else if (strstart(opts
, ",ctrl_grab=", &nextopt
)) {
2088 if (strstart(opts
, "on", &nextopt
)) {
2090 } else if (strstart(opts
, "off", &nextopt
)) {
2093 goto invalid_sdl_args
;
2095 } else if (strstart(opts
, ",window_close=", &nextopt
)) {
2097 if (strstart(opts
, "on", &nextopt
)) {
2099 } else if (strstart(opts
, "off", &nextopt
)) {
2102 goto invalid_sdl_args
;
2104 } else if (strstart(opts
, ",gl=", &nextopt
)) {
2106 if (strstart(opts
, "on", &nextopt
)) {
2108 } else if (strstart(opts
, "off", &nextopt
)) {
2111 goto invalid_sdl_args
;
2115 error_report("invalid SDL option string");
2121 error_report("SDL support is disabled");
2124 } else if (strstart(p
, "vnc", &opts
)) {
2126 vnc_parse(opts
+ 1, &error_fatal
);
2128 error_report("VNC requires a display argument vnc=<display>");
2131 } else if (strstart(p
, "egl-headless", &opts
)) {
2132 #ifdef CONFIG_OPENGL
2137 fprintf(stderr
, "egl support is disabled\n");
2140 } else if (strstart(p
, "curses", &opts
)) {
2141 #ifdef CONFIG_CURSES
2142 display
= DT_CURSES
;
2144 error_report("curses support is disabled");
2147 } else if (strstart(p
, "gtk", &opts
)) {
2151 const char *nextopt
;
2153 if (strstart(opts
, ",grab_on_hover=", &nextopt
)) {
2155 if (strstart(opts
, "on", &nextopt
)) {
2156 grab_on_hover
= true;
2157 } else if (strstart(opts
, "off", &nextopt
)) {
2158 grab_on_hover
= false;
2160 goto invalid_gtk_args
;
2162 } else if (strstart(opts
, ",gl=", &nextopt
)) {
2164 if (strstart(opts
, "on", &nextopt
)) {
2166 } else if (strstart(opts
, "off", &nextopt
)) {
2169 goto invalid_gtk_args
;
2173 error_report("invalid GTK option string");
2179 error_report("GTK support is disabled");
2182 } else if (strstart(p
, "none", &opts
)) {
2185 error_report("unknown display type");
2192 static int balloon_parse(const char *arg
)
2196 if (strcmp(arg
, "none") == 0) {
2200 if (!strncmp(arg
, "virtio", 6)) {
2201 if (arg
[6] == ',') {
2202 /* have params -> parse them */
2203 opts
= qemu_opts_parse_noisily(qemu_find_opts("device"), arg
+ 7,
2208 /* create empty opts */
2209 opts
= qemu_opts_create(qemu_find_opts("device"), NULL
, 0,
2212 qemu_opt_set(opts
, "driver", "virtio-balloon", &error_abort
);
2219 char *qemu_find_file(int type
, const char *name
)
2225 /* Try the name as a straight path first */
2226 if (access(name
, R_OK
) == 0) {
2227 trace_load_file(name
, name
);
2228 return g_strdup(name
);
2232 case QEMU_FILE_TYPE_BIOS
:
2235 case QEMU_FILE_TYPE_KEYMAP
:
2236 subdir
= "keymaps/";
2242 for (i
= 0; i
< data_dir_idx
; i
++) {
2243 buf
= g_strdup_printf("%s/%s%s", data_dir
[i
], subdir
, name
);
2244 if (access(buf
, R_OK
) == 0) {
2245 trace_load_file(name
, buf
);
2253 static inline bool nonempty_str(const char *str
)
2258 static int parse_fw_cfg(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2262 const char *name
, *file
, *str
;
2263 FWCfgState
*fw_cfg
= (FWCfgState
*) opaque
;
2265 if (fw_cfg
== NULL
) {
2266 error_report("fw_cfg device not available");
2269 name
= qemu_opt_get(opts
, "name");
2270 file
= qemu_opt_get(opts
, "file");
2271 str
= qemu_opt_get(opts
, "string");
2273 /* we need name and either a file or the content string */
2274 if (!(nonempty_str(name
) && (nonempty_str(file
) || nonempty_str(str
)))) {
2275 error_report("invalid argument(s)");
2278 if (nonempty_str(file
) && nonempty_str(str
)) {
2279 error_report("file and string are mutually exclusive");
2282 if (strlen(name
) > FW_CFG_MAX_FILE_PATH
- 1) {
2283 error_report("name too long (max. %d char)", FW_CFG_MAX_FILE_PATH
- 1);
2286 if (strncmp(name
, "opt/", 4) != 0) {
2287 error_report("warning: externally provided fw_cfg item names "
2288 "should be prefixed with \"opt/\"");
2290 if (nonempty_str(str
)) {
2291 size
= strlen(str
); /* NUL terminator NOT included in fw_cfg blob */
2292 buf
= g_memdup(str
, size
);
2294 if (!g_file_get_contents(file
, &buf
, &size
, NULL
)) {
2295 error_report("can't load %s", file
);
2299 /* For legacy, keep user files in a specific global order. */
2300 fw_cfg_set_order_override(fw_cfg
, FW_CFG_ORDER_OVERRIDE_USER
);
2301 fw_cfg_add_file(fw_cfg
, name
, buf
, size
);
2302 fw_cfg_reset_order_override(fw_cfg
);
2306 static int device_help_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2308 return qdev_device_help(opts
);
2311 static int device_init_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2316 dev
= qdev_device_add(opts
, &err
);
2318 error_report_err(err
);
2321 object_unref(OBJECT(dev
));
2325 static int chardev_init_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2327 Error
*local_err
= NULL
;
2329 qemu_chr_new_from_opts(opts
, &local_err
);
2331 error_report_err(local_err
);
2337 #ifdef CONFIG_VIRTFS
2338 static int fsdev_init_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2340 return qemu_fsdev_add(opts
);
2344 static int mon_init_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2347 const char *chardev
;
2351 mode
= qemu_opt_get(opts
, "mode");
2355 if (strcmp(mode
, "readline") == 0) {
2356 flags
= MONITOR_USE_READLINE
;
2357 } else if (strcmp(mode
, "control") == 0) {
2358 flags
= MONITOR_USE_CONTROL
;
2360 error_report("unknown monitor mode \"%s\"", mode
);
2364 if (qemu_opt_get_bool(opts
, "pretty", 0))
2365 flags
|= MONITOR_USE_PRETTY
;
2367 if (qemu_opt_get_bool(opts
, "default", 0)) {
2368 error_report("option 'default' does nothing and is deprecated");
2371 chardev
= qemu_opt_get(opts
, "chardev");
2372 chr
= qemu_chr_find(chardev
);
2374 error_report("chardev \"%s\" not found", chardev
);
2378 monitor_init(chr
, flags
);
2382 static void monitor_parse(const char *optarg
, const char *mode
, bool pretty
)
2384 static int monitor_device_index
= 0;
2389 if (strstart(optarg
, "chardev:", &p
)) {
2390 snprintf(label
, sizeof(label
), "%s", p
);
2392 snprintf(label
, sizeof(label
), "compat_monitor%d",
2393 monitor_device_index
);
2394 opts
= qemu_chr_parse_compat(label
, optarg
);
2396 error_report("parse error: %s", optarg
);
2401 opts
= qemu_opts_create(qemu_find_opts("mon"), label
, 1, &error_fatal
);
2402 qemu_opt_set(opts
, "mode", mode
, &error_abort
);
2403 qemu_opt_set(opts
, "chardev", label
, &error_abort
);
2404 qemu_opt_set_bool(opts
, "pretty", pretty
, &error_abort
);
2405 monitor_device_index
++;
2408 struct device_config
{
2410 DEV_USB
, /* -usbdevice */
2412 DEV_SERIAL
, /* -serial */
2413 DEV_PARALLEL
, /* -parallel */
2414 DEV_VIRTCON
, /* -virtioconsole */
2415 DEV_DEBUGCON
, /* -debugcon */
2416 DEV_GDB
, /* -gdb, -s */
2417 DEV_SCLP
, /* s390 sclp */
2419 const char *cmdline
;
2421 QTAILQ_ENTRY(device_config
) next
;
2424 static QTAILQ_HEAD(, device_config
) device_configs
=
2425 QTAILQ_HEAD_INITIALIZER(device_configs
);
2427 static void add_device_config(int type
, const char *cmdline
)
2429 struct device_config
*conf
;
2431 conf
= g_malloc0(sizeof(*conf
));
2433 conf
->cmdline
= cmdline
;
2434 loc_save(&conf
->loc
);
2435 QTAILQ_INSERT_TAIL(&device_configs
, conf
, next
);
2438 static int foreach_device_config(int type
, int (*func
)(const char *cmdline
))
2440 struct device_config
*conf
;
2443 QTAILQ_FOREACH(conf
, &device_configs
, next
) {
2444 if (conf
->type
!= type
)
2446 loc_push_restore(&conf
->loc
);
2447 rc
= func(conf
->cmdline
);
2448 loc_pop(&conf
->loc
);
2456 static int serial_parse(const char *devname
)
2458 static int index
= 0;
2461 if (strcmp(devname
, "none") == 0)
2463 if (index
== MAX_SERIAL_PORTS
) {
2464 error_report("too many serial ports");
2467 snprintf(label
, sizeof(label
), "serial%d", index
);
2468 serial_hds
[index
] = qemu_chr_new(label
, devname
);
2469 if (!serial_hds
[index
]) {
2470 error_report("could not connect serial device"
2471 " to character backend '%s'", devname
);
2478 static int parallel_parse(const char *devname
)
2480 static int index
= 0;
2483 if (strcmp(devname
, "none") == 0)
2485 if (index
== MAX_PARALLEL_PORTS
) {
2486 error_report("too many parallel ports");
2489 snprintf(label
, sizeof(label
), "parallel%d", index
);
2490 parallel_hds
[index
] = qemu_chr_new(label
, devname
);
2491 if (!parallel_hds
[index
]) {
2492 error_report("could not connect parallel device"
2493 " to character backend '%s'", devname
);
2500 static int virtcon_parse(const char *devname
)
2502 QemuOptsList
*device
= qemu_find_opts("device");
2503 static int index
= 0;
2505 QemuOpts
*bus_opts
, *dev_opts
;
2507 if (strcmp(devname
, "none") == 0)
2509 if (index
== MAX_VIRTIO_CONSOLES
) {
2510 error_report("too many virtio consoles");
2514 bus_opts
= qemu_opts_create(device
, NULL
, 0, &error_abort
);
2515 qemu_opt_set(bus_opts
, "driver", "virtio-serial", &error_abort
);
2517 dev_opts
= qemu_opts_create(device
, NULL
, 0, &error_abort
);
2518 qemu_opt_set(dev_opts
, "driver", "virtconsole", &error_abort
);
2520 snprintf(label
, sizeof(label
), "virtcon%d", index
);
2521 virtcon_hds
[index
] = qemu_chr_new(label
, devname
);
2522 if (!virtcon_hds
[index
]) {
2523 error_report("could not connect virtio console"
2524 " to character backend '%s'", devname
);
2527 qemu_opt_set(dev_opts
, "chardev", label
, &error_abort
);
2533 static int sclp_parse(const char *devname
)
2535 QemuOptsList
*device
= qemu_find_opts("device");
2536 static int index
= 0;
2540 if (strcmp(devname
, "none") == 0) {
2543 if (index
== MAX_SCLP_CONSOLES
) {
2544 error_report("too many sclp consoles");
2548 assert(arch_type
== QEMU_ARCH_S390X
);
2550 dev_opts
= qemu_opts_create(device
, NULL
, 0, NULL
);
2551 qemu_opt_set(dev_opts
, "driver", "sclpconsole", &error_abort
);
2553 snprintf(label
, sizeof(label
), "sclpcon%d", index
);
2554 sclp_hds
[index
] = qemu_chr_new(label
, devname
);
2555 if (!sclp_hds
[index
]) {
2556 error_report("could not connect sclp console"
2557 " to character backend '%s'", devname
);
2560 qemu_opt_set(dev_opts
, "chardev", label
, &error_abort
);
2566 static int debugcon_parse(const char *devname
)
2570 if (!qemu_chr_new("debugcon", devname
)) {
2573 opts
= qemu_opts_create(qemu_find_opts("device"), "debugcon", 1, NULL
);
2575 error_report("already have a debugcon device");
2578 qemu_opt_set(opts
, "driver", "isa-debugcon", &error_abort
);
2579 qemu_opt_set(opts
, "chardev", "debugcon", &error_abort
);
2583 static gint
machine_class_cmp(gconstpointer a
, gconstpointer b
)
2585 const MachineClass
*mc1
= a
, *mc2
= b
;
2588 if (mc1
->family
== NULL
) {
2589 if (mc2
->family
== NULL
) {
2590 /* Compare standalone machine types against each other; they sort
2591 * in increasing order.
2593 return strcmp(object_class_get_name(OBJECT_CLASS(mc1
)),
2594 object_class_get_name(OBJECT_CLASS(mc2
)));
2597 /* Standalone machine types sort after families. */
2601 if (mc2
->family
== NULL
) {
2602 /* Families sort before standalone machine types. */
2606 /* Families sort between each other alphabetically increasingly. */
2607 res
= strcmp(mc1
->family
, mc2
->family
);
2612 /* Within the same family, machine types sort in decreasing order. */
2613 return strcmp(object_class_get_name(OBJECT_CLASS(mc2
)),
2614 object_class_get_name(OBJECT_CLASS(mc1
)));
2617 static MachineClass
*machine_parse(const char *name
)
2619 MachineClass
*mc
= NULL
;
2620 GSList
*el
, *machines
= object_class_get_list(TYPE_MACHINE
, false);
2623 mc
= find_machine(name
);
2626 g_slist_free(machines
);
2629 if (name
&& !is_help_option(name
)) {
2630 error_report("unsupported machine type");
2631 error_printf("Use -machine help to list supported machines\n");
2633 printf("Supported machines are:\n");
2634 machines
= g_slist_sort(machines
, machine_class_cmp
);
2635 for (el
= machines
; el
; el
= el
->next
) {
2636 MachineClass
*mc
= el
->data
;
2638 printf("%-20s %s (alias of %s)\n", mc
->alias
, mc
->desc
, mc
->name
);
2640 printf("%-20s %s%s\n", mc
->name
, mc
->desc
,
2641 mc
->is_default
? " (default)" : "");
2645 g_slist_free(machines
);
2646 exit(!name
|| !is_help_option(name
));
2649 void qemu_add_exit_notifier(Notifier
*notify
)
2651 notifier_list_add(&exit_notifiers
, notify
);
2654 void qemu_remove_exit_notifier(Notifier
*notify
)
2656 notifier_remove(notify
);
2659 static void qemu_run_exit_notifiers(void)
2661 notifier_list_notify(&exit_notifiers
, NULL
);
2664 static bool machine_init_done
;
2666 void qemu_add_machine_init_done_notifier(Notifier
*notify
)
2668 notifier_list_add(&machine_init_done_notifiers
, notify
);
2669 if (machine_init_done
) {
2670 notify
->notify(notify
, NULL
);
2674 void qemu_remove_machine_init_done_notifier(Notifier
*notify
)
2676 notifier_remove(notify
);
2679 static void qemu_run_machine_init_done_notifiers(void)
2681 notifier_list_notify(&machine_init_done_notifiers
, NULL
);
2682 machine_init_done
= true;
2685 static const QEMUOption
*lookup_opt(int argc
, char **argv
,
2686 const char **poptarg
, int *poptind
)
2688 const QEMUOption
*popt
;
2689 int optind
= *poptind
;
2690 char *r
= argv
[optind
];
2693 loc_set_cmdline(argv
, optind
, 1);
2695 /* Treat --foo the same as -foo. */
2698 popt
= qemu_options
;
2701 error_report("invalid option");
2704 if (!strcmp(popt
->name
, r
+ 1))
2708 if (popt
->flags
& HAS_ARG
) {
2709 if (optind
>= argc
) {
2710 error_report("requires an argument");
2713 optarg
= argv
[optind
++];
2714 loc_set_cmdline(argv
, optind
- 2, 2);
2725 static MachineClass
*select_machine(void)
2727 MachineClass
*machine_class
= find_default_machine();
2732 loc_push_none(&loc
);
2734 opts
= qemu_get_machine_opts();
2735 qemu_opts_loc_restore(opts
);
2737 optarg
= qemu_opt_get(opts
, "type");
2739 machine_class
= machine_parse(optarg
);
2742 if (!machine_class
) {
2743 error_report("No machine specified, and there is no default");
2744 error_printf("Use -machine help to list supported machines\n");
2749 return machine_class
;
2752 static int machine_set_property(void *opaque
,
2753 const char *name
, const char *value
,
2756 Object
*obj
= OBJECT(opaque
);
2757 Error
*local_err
= NULL
;
2760 if (strcmp(name
, "type") == 0) {
2764 qom_name
= g_strdup(name
);
2765 for (p
= qom_name
; *p
; p
++) {
2771 object_property_parse(obj
, value
, qom_name
, &local_err
);
2775 error_report_err(local_err
);
2784 * Initial object creation happens before all other
2785 * QEMU data types are created. The majority of objects
2786 * can be created at this point. The rng-egd object
2787 * cannot be created here, as it depends on the chardev
2790 static bool object_create_initial(const char *type
)
2792 if (g_str_equal(type
, "rng-egd")) {
2797 * return false for concrete netfilters since
2798 * they depend on netdevs already existing
2800 if (g_str_equal(type
, "filter-buffer") ||
2801 g_str_equal(type
, "filter-dump") ||
2802 g_str_equal(type
, "filter-mirror") ||
2803 g_str_equal(type
, "filter-redirector") ||
2804 g_str_equal(type
, "colo-compare") ||
2805 g_str_equal(type
, "filter-rewriter") ||
2806 g_str_equal(type
, "filter-replay")) {
2810 /* Memory allocation by backends needs to be done
2811 * after configure_accelerator() (due to the tcg_enabled()
2812 * checks at memory_region_init_*()).
2814 * Also, allocation of large amounts of memory may delay
2815 * chardev initialization for too long, and trigger timeouts
2816 * on software that waits for a monitor socket to be created
2819 if (g_str_has_prefix(type
, "memory-backend-")) {
2828 * The remainder of object creation happens after the
2829 * creation of chardev, fsdev, net clients and device data types.
2831 static bool object_create_delayed(const char *type
)
2833 return !object_create_initial(type
);
2837 static void set_memory_options(uint64_t *ram_slots
, ram_addr_t
*maxram_size
,
2841 const char *mem_str
;
2842 const char *maxmem_str
, *slots_str
;
2843 const ram_addr_t default_ram_size
= mc
->default_ram_size
;
2844 QemuOpts
*opts
= qemu_find_opts_singleton("memory");
2847 loc_push_none(&loc
);
2848 qemu_opts_loc_restore(opts
);
2851 mem_str
= qemu_opt_get(opts
, "size");
2854 error_report("missing 'size' option value");
2858 sz
= qemu_opt_get_size(opts
, "size", ram_size
);
2860 /* Fix up legacy suffix-less format */
2861 if (g_ascii_isdigit(mem_str
[strlen(mem_str
) - 1])) {
2862 uint64_t overflow_check
= sz
;
2865 if ((sz
>> 20) != overflow_check
) {
2866 error_report("too large 'size' option value");
2872 /* backward compatibility behaviour for case "-m 0" */
2874 sz
= default_ram_size
;
2877 sz
= QEMU_ALIGN_UP(sz
, 8192);
2879 if (ram_size
!= sz
) {
2880 error_report("ram size too large");
2884 /* store value for the future use */
2885 qemu_opt_set_number(opts
, "size", ram_size
, &error_abort
);
2886 *maxram_size
= ram_size
;
2888 maxmem_str
= qemu_opt_get(opts
, "maxmem");
2889 slots_str
= qemu_opt_get(opts
, "slots");
2890 if (maxmem_str
&& slots_str
) {
2893 sz
= qemu_opt_get_size(opts
, "maxmem", 0);
2894 slots
= qemu_opt_get_number(opts
, "slots", 0);
2895 if (sz
< ram_size
) {
2896 error_report("invalid value of -m option maxmem: "
2897 "maximum memory size (0x%" PRIx64
") must be at least "
2898 "the initial memory size (0x" RAM_ADDR_FMT
")",
2901 } else if (sz
> ram_size
) {
2903 error_report("invalid value of -m option: maxmem was "
2904 "specified, but no hotplug slots were specified");
2908 error_report("invalid value of -m option maxmem: "
2909 "memory slots were specified but maximum memory size "
2910 "(0x%" PRIx64
") is equal to the initial memory size "
2911 "(0x" RAM_ADDR_FMT
")", sz
, ram_size
);
2917 } else if ((!maxmem_str
&& slots_str
) ||
2918 (maxmem_str
&& !slots_str
)) {
2919 error_report("invalid -m option value: missing "
2920 "'%s' option", slots_str
? "maxmem" : "slots");
2927 static int global_init_func(void *opaque
, QemuOpts
*opts
, Error
**errp
)
2931 g
= g_malloc0(sizeof(*g
));
2932 g
->driver
= qemu_opt_get(opts
, "driver");
2933 g
->property
= qemu_opt_get(opts
, "property");
2934 g
->value
= qemu_opt_get(opts
, "value");
2935 g
->user_provided
= true;
2936 g
->errp
= &error_fatal
;
2937 qdev_prop_register_global(g
);
2941 static int qemu_read_default_config_file(void)
2945 ret
= qemu_read_config_file(CONFIG_QEMU_CONFDIR
"/qemu.conf");
2946 if (ret
< 0 && ret
!= -ENOENT
) {
2953 int main(int argc
, char **argv
, char **envp
)
2956 int snapshot
, linux_boot
;
2957 const char *initrd_filename
;
2958 const char *kernel_filename
, *kernel_cmdline
;
2959 const char *boot_order
= NULL
;
2960 const char *boot_once
= NULL
;
2962 int cyls
, heads
, secs
, translation
;
2963 QemuOpts
*opts
, *machine_opts
;
2964 QemuOpts
*hda_opts
= NULL
, *icount_opts
= NULL
, *accel_opts
= NULL
;
2965 QemuOptsList
*olist
;
2968 const char *loadvm
= NULL
;
2969 MachineClass
*machine_class
;
2970 const char *cpu_model
;
2971 const char *vga_model
= NULL
;
2972 const char *qtest_chrdev
= NULL
;
2973 const char *qtest_log
= NULL
;
2974 const char *pid_file
= NULL
;
2975 const char *incoming
= NULL
;
2976 bool defconfig
= true;
2977 bool userconfig
= true;
2978 bool nographic
= false;
2979 DisplayType display_type
= DT_DEFAULT
;
2980 int display_remote
= 0;
2981 const char *log_mask
= NULL
;
2982 const char *log_file
= NULL
;
2983 char *trace_file
= NULL
;
2984 ram_addr_t maxram_size
;
2985 uint64_t ram_slots
= 0;
2986 FILE *vmstate_dump_file
= NULL
;
2987 Error
*main_loop_err
= NULL
;
2989 bool list_data_dirs
= false;
2990 typedef struct BlockdevOptions_queue
{
2991 BlockdevOptions
*bdo
;
2993 QSIMPLEQ_ENTRY(BlockdevOptions_queue
) entry
;
2994 } BlockdevOptions_queue
;
2995 QSIMPLEQ_HEAD(, BlockdevOptions_queue
) bdo_queue
2996 = QSIMPLEQ_HEAD_INITIALIZER(bdo_queue
);
2998 module_call_init(MODULE_INIT_TRACE
);
3000 qemu_init_cpu_list();
3001 qemu_init_cpu_loop();
3002 qemu_mutex_lock_iothread();
3004 atexit(qemu_run_exit_notifiers
);
3005 error_set_progname(argv
[0]);
3006 qemu_init_exec_dir(argv
[0]);
3008 module_call_init(MODULE_INIT_QOM
);
3009 monitor_init_qmp_commands();
3011 qemu_add_opts(&qemu_drive_opts
);
3012 qemu_add_drive_opts(&qemu_legacy_drive_opts
);
3013 qemu_add_drive_opts(&qemu_common_drive_opts
);
3014 qemu_add_drive_opts(&qemu_drive_opts
);
3015 qemu_add_drive_opts(&bdrv_runtime_opts
);
3016 qemu_add_opts(&qemu_chardev_opts
);
3017 qemu_add_opts(&qemu_device_opts
);
3018 qemu_add_opts(&qemu_netdev_opts
);
3019 qemu_add_opts(&qemu_net_opts
);
3020 qemu_add_opts(&qemu_rtc_opts
);
3021 qemu_add_opts(&qemu_global_opts
);
3022 qemu_add_opts(&qemu_mon_opts
);
3023 qemu_add_opts(&qemu_trace_opts
);
3024 qemu_add_opts(&qemu_option_rom_opts
);
3025 qemu_add_opts(&qemu_machine_opts
);
3026 qemu_add_opts(&qemu_accel_opts
);
3027 qemu_add_opts(&qemu_mem_opts
);
3028 qemu_add_opts(&qemu_smp_opts
);
3029 qemu_add_opts(&qemu_boot_opts
);
3030 qemu_add_opts(&qemu_sandbox_opts
);
3031 qemu_add_opts(&qemu_add_fd_opts
);
3032 qemu_add_opts(&qemu_object_opts
);
3033 qemu_add_opts(&qemu_tpmdev_opts
);
3034 qemu_add_opts(&qemu_realtime_opts
);
3035 qemu_add_opts(&qemu_msg_opts
);
3036 qemu_add_opts(&qemu_name_opts
);
3037 qemu_add_opts(&qemu_numa_opts
);
3038 qemu_add_opts(&qemu_icount_opts
);
3039 qemu_add_opts(&qemu_semihosting_config_opts
);
3040 qemu_add_opts(&qemu_fw_cfg_opts
);
3041 module_call_init(MODULE_INIT_OPTS
);
3045 if (qcrypto_init(&err
) < 0) {
3046 error_reportf_err(err
, "cannot initialize crypto: ");
3049 rtc_clock
= QEMU_CLOCK_HOST
;
3051 QLIST_INIT (&vm_change_state_head
);
3052 os_setup_early_signal_handling();
3056 cyls
= heads
= secs
= 0;
3057 translation
= BIOS_ATA_TRANSLATION_AUTO
;
3061 bdrv_init_with_whitelist();
3065 /* first pass of option parsing */
3067 while (optind
< argc
) {
3068 if (argv
[optind
][0] != '-') {
3072 const QEMUOption
*popt
;
3074 popt
= lookup_opt(argc
, argv
, &optarg
, &optind
);
3075 switch (popt
->index
) {
3076 case QEMU_OPTION_nodefconfig
:
3079 case QEMU_OPTION_nouserconfig
:
3086 if (defconfig
&& userconfig
) {
3087 if (qemu_read_default_config_file() < 0) {
3092 /* second pass of option parsing */
3097 if (argv
[optind
][0] != '-') {
3098 hda_opts
= drive_add(IF_DEFAULT
, 0, argv
[optind
++], HD_OPTS
);
3100 const QEMUOption
*popt
;
3102 popt
= lookup_opt(argc
, argv
, &optarg
, &optind
);
3103 if (!(popt
->arch_mask
& arch_type
)) {
3104 error_report("Option not supported for this target");
3107 switch(popt
->index
) {
3108 case QEMU_OPTION_no_kvm_irqchip
: {
3109 olist
= qemu_find_opts("machine");
3110 qemu_opts_parse_noisily(olist
, "kernel_irqchip=off", false);
3113 case QEMU_OPTION_cpu
:
3114 /* hw initialization will check this */
3117 case QEMU_OPTION_hda
:
3121 snprintf(buf
, sizeof(buf
), "%s", HD_OPTS
);
3123 snprintf(buf
, sizeof(buf
),
3124 "%s,cyls=%d,heads=%d,secs=%d%s",
3125 HD_OPTS
, cyls
, heads
, secs
,
3126 translation
== BIOS_ATA_TRANSLATION_LBA
?
3128 translation
== BIOS_ATA_TRANSLATION_NONE
?
3129 ",trans=none" : "");
3130 drive_add(IF_DEFAULT
, 0, optarg
, buf
);
3133 case QEMU_OPTION_hdb
:
3134 case QEMU_OPTION_hdc
:
3135 case QEMU_OPTION_hdd
:
3136 drive_add(IF_DEFAULT
, popt
->index
- QEMU_OPTION_hda
, optarg
,
3139 case QEMU_OPTION_blockdev
:
3142 BlockdevOptions_queue
*bdo
;
3144 v
= qobject_input_visitor_new_str(optarg
, "driver", &err
);
3146 error_report_err(err
);
3150 bdo
= g_new(BlockdevOptions_queue
, 1);
3151 visit_type_BlockdevOptions(v
, NULL
, &bdo
->bdo
,
3154 loc_save(&bdo
->loc
);
3155 QSIMPLEQ_INSERT_TAIL(&bdo_queue
, bdo
, entry
);
3158 case QEMU_OPTION_drive
:
3159 if (drive_def(optarg
) == NULL
) {
3163 case QEMU_OPTION_set
:
3164 if (qemu_set_option(optarg
) != 0)
3167 case QEMU_OPTION_global
:
3168 if (qemu_global_option(optarg
) != 0)
3171 case QEMU_OPTION_mtdblock
:
3172 drive_add(IF_MTD
, -1, optarg
, MTD_OPTS
);
3174 case QEMU_OPTION_sd
:
3175 drive_add(IF_SD
, -1, optarg
, SD_OPTS
);
3177 case QEMU_OPTION_pflash
:
3178 drive_add(IF_PFLASH
, -1, optarg
, PFLASH_OPTS
);
3180 case QEMU_OPTION_snapshot
:
3183 case QEMU_OPTION_hdachs
:
3187 cyls
= strtol(p
, (char **)&p
, 0);
3188 if (cyls
< 1 || cyls
> 16383)
3193 heads
= strtol(p
, (char **)&p
, 0);
3194 if (heads
< 1 || heads
> 16)
3199 secs
= strtol(p
, (char **)&p
, 0);
3200 if (secs
< 1 || secs
> 63)
3204 if (!strcmp(p
, "large")) {
3205 translation
= BIOS_ATA_TRANSLATION_LARGE
;
3206 } else if (!strcmp(p
, "rechs")) {
3207 translation
= BIOS_ATA_TRANSLATION_RECHS
;
3208 } else if (!strcmp(p
, "none")) {
3209 translation
= BIOS_ATA_TRANSLATION_NONE
;
3210 } else if (!strcmp(p
, "lba")) {
3211 translation
= BIOS_ATA_TRANSLATION_LBA
;
3212 } else if (!strcmp(p
, "auto")) {
3213 translation
= BIOS_ATA_TRANSLATION_AUTO
;
3217 } else if (*p
!= '\0') {
3219 error_report("invalid physical CHS format");
3222 if (hda_opts
!= NULL
) {
3223 qemu_opt_set_number(hda_opts
, "cyls", cyls
,
3225 qemu_opt_set_number(hda_opts
, "heads", heads
,
3227 qemu_opt_set_number(hda_opts
, "secs", secs
,
3229 if (translation
== BIOS_ATA_TRANSLATION_LARGE
) {
3230 qemu_opt_set(hda_opts
, "trans", "large",
3232 } else if (translation
== BIOS_ATA_TRANSLATION_RECHS
) {
3233 qemu_opt_set(hda_opts
, "trans", "rechs",
3235 } else if (translation
== BIOS_ATA_TRANSLATION_LBA
) {
3236 qemu_opt_set(hda_opts
, "trans", "lba",
3238 } else if (translation
== BIOS_ATA_TRANSLATION_NONE
) {
3239 qemu_opt_set(hda_opts
, "trans", "none",
3244 error_report("'-hdachs' is deprecated, please use '-device"
3245 " ide-hd,cyls=c,heads=h,secs=s,...' instead");
3247 case QEMU_OPTION_numa
:
3248 opts
= qemu_opts_parse_noisily(qemu_find_opts("numa"),
3254 case QEMU_OPTION_display
:
3255 display_type
= select_display(optarg
);
3257 case QEMU_OPTION_nographic
:
3258 olist
= qemu_find_opts("machine");
3259 qemu_opts_parse_noisily(olist
, "graphics=off", false);
3261 display_type
= DT_NONE
;
3263 case QEMU_OPTION_curses
:
3264 #ifdef CONFIG_CURSES
3265 display_type
= DT_CURSES
;
3267 error_report("curses support is disabled");
3271 case QEMU_OPTION_portrait
:
3272 graphic_rotate
= 90;
3274 case QEMU_OPTION_rotate
:
3275 graphic_rotate
= strtol(optarg
, (char **) &optarg
, 10);
3276 if (graphic_rotate
!= 0 && graphic_rotate
!= 90 &&
3277 graphic_rotate
!= 180 && graphic_rotate
!= 270) {
3278 error_report("only 90, 180, 270 deg rotation is available");
3282 case QEMU_OPTION_kernel
:
3283 qemu_opts_set(qemu_find_opts("machine"), 0, "kernel", optarg
,
3286 case QEMU_OPTION_initrd
:
3287 qemu_opts_set(qemu_find_opts("machine"), 0, "initrd", optarg
,
3290 case QEMU_OPTION_append
:
3291 qemu_opts_set(qemu_find_opts("machine"), 0, "append", optarg
,
3294 case QEMU_OPTION_dtb
:
3295 qemu_opts_set(qemu_find_opts("machine"), 0, "dtb", optarg
,
3298 case QEMU_OPTION_cdrom
:
3299 drive_add(IF_DEFAULT
, 2, optarg
, CDROM_OPTS
);
3301 case QEMU_OPTION_boot
:
3302 opts
= qemu_opts_parse_noisily(qemu_find_opts("boot-opts"),
3308 case QEMU_OPTION_fda
:
3309 case QEMU_OPTION_fdb
:
3310 drive_add(IF_FLOPPY
, popt
->index
- QEMU_OPTION_fda
,
3313 case QEMU_OPTION_no_fd_bootchk
:
3316 case QEMU_OPTION_netdev
:
3318 if (net_client_parse(qemu_find_opts("netdev"), optarg
) == -1) {
3322 case QEMU_OPTION_net
:
3324 if (net_client_parse(qemu_find_opts("net"), optarg
) == -1) {
3328 #ifdef CONFIG_LIBISCSI
3329 case QEMU_OPTION_iscsi
:
3330 opts
= qemu_opts_parse_noisily(qemu_find_opts("iscsi"),
3338 case QEMU_OPTION_tftp
:
3339 error_report("The -tftp option is deprecated. "
3340 "Please use '-netdev user,tftp=...' instead.");
3341 legacy_tftp_prefix
= optarg
;
3343 case QEMU_OPTION_bootp
:
3344 error_report("The -bootp option is deprecated. "
3345 "Please use '-netdev user,bootfile=...' instead.");
3346 legacy_bootp_filename
= optarg
;
3348 case QEMU_OPTION_redir
:
3349 error_report("The -redir option is deprecated. "
3350 "Please use '-netdev user,hostfwd=...' instead.");
3351 if (net_slirp_redir(optarg
) < 0)
3355 case QEMU_OPTION_bt
:
3356 add_device_config(DEV_BT
, optarg
);
3358 case QEMU_OPTION_audio_help
:
3362 case QEMU_OPTION_soundhw
:
3363 select_soundhw (optarg
);
3368 case QEMU_OPTION_version
:
3373 opts
= qemu_opts_parse_noisily(qemu_find_opts("memory"),
3380 case QEMU_OPTION_tpmdev
:
3381 if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg
) < 0) {
3386 case QEMU_OPTION_mempath
:
3389 case QEMU_OPTION_mem_prealloc
:
3398 case QEMU_OPTION_DFILTER
:
3399 qemu_set_dfilter_ranges(optarg
, &error_fatal
);
3402 add_device_config(DEV_GDB
, "tcp::" DEFAULT_GDBSTUB_PORT
);
3404 case QEMU_OPTION_gdb
:
3405 add_device_config(DEV_GDB
, optarg
);
3408 if (is_help_option(optarg
)) {
3409 list_data_dirs
= true;
3410 } else if (data_dir_idx
< ARRAY_SIZE(data_dir
)) {
3411 data_dir
[data_dir_idx
++] = optarg
;
3414 case QEMU_OPTION_bios
:
3415 qemu_opts_set(qemu_find_opts("machine"), 0, "firmware", optarg
,
3418 case QEMU_OPTION_singlestep
:
3425 keyboard_layout
= optarg
;
3427 case QEMU_OPTION_localtime
:
3430 case QEMU_OPTION_vga
:
3439 w
= strtol(p
, (char **)&p
, 10);
3442 error_report("invalid resolution or depth");
3448 h
= strtol(p
, (char **)&p
, 10);
3453 depth
= strtol(p
, (char **)&p
, 10);
3454 if (depth
!= 8 && depth
!= 15 && depth
!= 16 &&
3455 depth
!= 24 && depth
!= 32)
3457 } else if (*p
== '\0') {
3458 depth
= graphic_depth
;
3465 graphic_depth
= depth
;
3468 case QEMU_OPTION_echr
:
3471 term_escape_char
= strtol(optarg
, &r
, 0);
3473 printf("Bad argument to echr\n");
3476 case QEMU_OPTION_monitor
:
3477 default_monitor
= 0;
3478 if (strncmp(optarg
, "none", 4)) {
3479 monitor_parse(optarg
, "readline", false);
3482 case QEMU_OPTION_qmp
:
3483 monitor_parse(optarg
, "control", false);
3484 default_monitor
= 0;
3486 case QEMU_OPTION_qmp_pretty
:
3487 monitor_parse(optarg
, "control", true);
3488 default_monitor
= 0;
3490 case QEMU_OPTION_mon
:
3491 opts
= qemu_opts_parse_noisily(qemu_find_opts("mon"), optarg
,
3496 default_monitor
= 0;
3498 case QEMU_OPTION_chardev
:
3499 opts
= qemu_opts_parse_noisily(qemu_find_opts("chardev"),
3505 case QEMU_OPTION_fsdev
:
3506 olist
= qemu_find_opts("fsdev");
3508 error_report("fsdev support is disabled");
3511 opts
= qemu_opts_parse_noisily(olist
, optarg
, true);
3516 case QEMU_OPTION_virtfs
: {
3519 const char *writeout
, *sock_fd
, *socket
;
3521 olist
= qemu_find_opts("virtfs");
3523 error_report("virtfs support is disabled");
3526 opts
= qemu_opts_parse_noisily(olist
, optarg
, true);
3531 if (qemu_opt_get(opts
, "fsdriver") == NULL
||
3532 qemu_opt_get(opts
, "mount_tag") == NULL
) {
3533 error_report("Usage: -virtfs fsdriver,mount_tag=tag");
3536 fsdev
= qemu_opts_create(qemu_find_opts("fsdev"),
3537 qemu_opts_id(opts
) ?:
3538 qemu_opt_get(opts
, "mount_tag"),
3541 error_report("duplicate or invalid fsdev id: %s",
3542 qemu_opt_get(opts
, "mount_tag"));
3546 writeout
= qemu_opt_get(opts
, "writeout");
3548 #ifdef CONFIG_SYNC_FILE_RANGE
3549 qemu_opt_set(fsdev
, "writeout", writeout
, &error_abort
);
3551 error_report("writeout=immediate not supported "
3552 "on this platform");
3556 qemu_opt_set(fsdev
, "fsdriver",
3557 qemu_opt_get(opts
, "fsdriver"), &error_abort
);
3558 qemu_opt_set(fsdev
, "path", qemu_opt_get(opts
, "path"),
3560 qemu_opt_set(fsdev
, "security_model",
3561 qemu_opt_get(opts
, "security_model"),
3563 socket
= qemu_opt_get(opts
, "socket");
3565 qemu_opt_set(fsdev
, "socket", socket
, &error_abort
);
3567 sock_fd
= qemu_opt_get(opts
, "sock_fd");
3569 qemu_opt_set(fsdev
, "sock_fd", sock_fd
, &error_abort
);
3572 qemu_opt_set_bool(fsdev
, "readonly",
3573 qemu_opt_get_bool(opts
, "readonly", 0),
3575 device
= qemu_opts_create(qemu_find_opts("device"), NULL
, 0,
3577 qemu_opt_set(device
, "driver", "virtio-9p-pci", &error_abort
);
3578 qemu_opt_set(device
, "fsdev",
3579 qemu_opts_id(fsdev
), &error_abort
);
3580 qemu_opt_set(device
, "mount_tag",
3581 qemu_opt_get(opts
, "mount_tag"), &error_abort
);
3584 case QEMU_OPTION_virtfs_synth
: {
3588 fsdev
= qemu_opts_create(qemu_find_opts("fsdev"), "v_synth",
3591 error_report("duplicate option: %s", "virtfs_synth");
3594 qemu_opt_set(fsdev
, "fsdriver", "synth", &error_abort
);
3596 device
= qemu_opts_create(qemu_find_opts("device"), NULL
, 0,
3598 qemu_opt_set(device
, "driver", "virtio-9p-pci", &error_abort
);
3599 qemu_opt_set(device
, "fsdev", "v_synth", &error_abort
);
3600 qemu_opt_set(device
, "mount_tag", "v_synth", &error_abort
);
3603 case QEMU_OPTION_serial
:
3604 add_device_config(DEV_SERIAL
, optarg
);
3606 if (strncmp(optarg
, "mon:", 4) == 0) {
3607 default_monitor
= 0;
3610 case QEMU_OPTION_watchdog
:
3612 error_report("only one watchdog option may be given");
3617 case QEMU_OPTION_watchdog_action
:
3618 if (select_watchdog_action(optarg
) == -1) {
3619 error_report("unknown -watchdog-action parameter");
3623 case QEMU_OPTION_virtiocon
:
3624 add_device_config(DEV_VIRTCON
, optarg
);
3625 default_virtcon
= 0;
3626 if (strncmp(optarg
, "mon:", 4) == 0) {
3627 default_monitor
= 0;
3630 case QEMU_OPTION_parallel
:
3631 add_device_config(DEV_PARALLEL
, optarg
);
3632 default_parallel
= 0;
3633 if (strncmp(optarg
, "mon:", 4) == 0) {
3634 default_monitor
= 0;
3637 case QEMU_OPTION_debugcon
:
3638 add_device_config(DEV_DEBUGCON
, optarg
);
3640 case QEMU_OPTION_loadvm
:
3643 case QEMU_OPTION_full_screen
:
3646 case QEMU_OPTION_no_frame
:
3649 case QEMU_OPTION_alt_grab
:
3652 case QEMU_OPTION_ctrl_grab
:
3655 case QEMU_OPTION_no_quit
:
3658 case QEMU_OPTION_sdl
:
3660 display_type
= DT_SDL
;
3663 error_report("SDL support is disabled");
3666 case QEMU_OPTION_pidfile
:
3669 case QEMU_OPTION_win2k_hack
:
3670 win2k_install_hack
= 1;
3672 case QEMU_OPTION_rtc_td_hack
: {
3673 static GlobalProperty slew_lost_ticks
= {
3674 .driver
= "mc146818rtc",
3675 .property
= "lost_tick_policy",
3679 qdev_prop_register_global(&slew_lost_ticks
);
3682 case QEMU_OPTION_acpitable
:
3683 opts
= qemu_opts_parse_noisily(qemu_find_opts("acpi"),
3688 acpi_table_add(opts
, &error_fatal
);
3690 case QEMU_OPTION_smbios
:
3691 opts
= qemu_opts_parse_noisily(qemu_find_opts("smbios"),
3696 smbios_entry_add(opts
, &error_fatal
);
3698 case QEMU_OPTION_fwcfg
:
3699 opts
= qemu_opts_parse_noisily(qemu_find_opts("fw_cfg"),
3705 case QEMU_OPTION_enable_kvm
:
3706 olist
= qemu_find_opts("machine");
3707 qemu_opts_parse_noisily(olist
, "accel=kvm", false);
3709 case QEMU_OPTION_enable_hax
:
3710 olist
= qemu_find_opts("machine");
3711 qemu_opts_parse_noisily(olist
, "accel=hax", false);
3714 case QEMU_OPTION_machine
:
3715 olist
= qemu_find_opts("machine");
3716 opts
= qemu_opts_parse_noisily(olist
, optarg
, true);
3721 case QEMU_OPTION_no_kvm
:
3722 olist
= qemu_find_opts("machine");
3723 qemu_opts_parse_noisily(olist
, "accel=tcg", false);
3725 case QEMU_OPTION_no_kvm_pit
: {
3726 error_report("warning: ignoring deprecated option");
3729 case QEMU_OPTION_no_kvm_pit_reinjection
: {
3730 static GlobalProperty kvm_pit_lost_tick_policy
= {
3731 .driver
= "kvm-pit",
3732 .property
= "lost_tick_policy",
3736 error_report("warning: deprecated, replaced by "
3737 "-global kvm-pit.lost_tick_policy=discard");
3738 qdev_prop_register_global(&kvm_pit_lost_tick_policy
);
3741 case QEMU_OPTION_accel
: {
3742 QemuOpts
*accel_opts
;
3744 accel_opts
= qemu_opts_parse_noisily(qemu_find_opts("accel"),
3746 optarg
= qemu_opt_get(accel_opts
, "accel");
3747 if (!optarg
|| is_help_option(optarg
)) {
3748 error_printf("Possible accelerators: kvm, xen, hax, tcg\n");
3751 accel_opts
= qemu_opts_create(qemu_find_opts("machine"), NULL
,
3752 false, &error_abort
);
3753 qemu_opt_set(accel_opts
, "accel", optarg
, &error_abort
);
3756 case QEMU_OPTION_usb
:
3757 olist
= qemu_find_opts("machine");
3758 qemu_opts_parse_noisily(olist
, "usb=on", false);
3760 case QEMU_OPTION_usbdevice
:
3761 olist
= qemu_find_opts("machine");
3762 qemu_opts_parse_noisily(olist
, "usb=on", false);
3763 add_device_config(DEV_USB
, optarg
);
3765 case QEMU_OPTION_device
:
3766 if (!qemu_opts_parse_noisily(qemu_find_opts("device"),
3771 case QEMU_OPTION_smp
:
3772 if (!qemu_opts_parse_noisily(qemu_find_opts("smp-opts"),
3777 case QEMU_OPTION_vnc
:
3778 vnc_parse(optarg
, &error_fatal
);
3780 case QEMU_OPTION_no_acpi
:
3783 case QEMU_OPTION_no_hpet
:
3786 case QEMU_OPTION_balloon
:
3787 if (balloon_parse(optarg
) < 0) {
3788 error_report("unknown -balloon argument %s", optarg
);
3792 case QEMU_OPTION_no_reboot
:
3795 case QEMU_OPTION_no_shutdown
:
3798 case QEMU_OPTION_show_cursor
:
3801 case QEMU_OPTION_uuid
:
3802 if (qemu_uuid_parse(optarg
, &qemu_uuid
) < 0) {
3803 error_report("failed to parse UUID string: wrong format");
3806 qemu_uuid_set
= true;
3808 case QEMU_OPTION_option_rom
:
3809 if (nb_option_roms
>= MAX_OPTION_ROMS
) {
3810 error_report("too many option ROMs");
3813 opts
= qemu_opts_parse_noisily(qemu_find_opts("option-rom"),
3818 option_rom
[nb_option_roms
].name
= qemu_opt_get(opts
, "romfile");
3819 option_rom
[nb_option_roms
].bootindex
=
3820 qemu_opt_get_number(opts
, "bootindex", -1);
3821 if (!option_rom
[nb_option_roms
].name
) {
3822 error_report("Option ROM file is not specified");
3827 case QEMU_OPTION_semihosting
:
3828 semihosting
.enabled
= true;
3829 semihosting
.target
= SEMIHOSTING_TARGET_AUTO
;
3831 case QEMU_OPTION_semihosting_config
:
3832 semihosting
.enabled
= true;
3833 opts
= qemu_opts_parse_noisily(qemu_find_opts("semihosting-config"),
3836 semihosting
.enabled
= qemu_opt_get_bool(opts
, "enable",
3838 const char *target
= qemu_opt_get(opts
, "target");
3839 if (target
!= NULL
) {
3840 if (strcmp("native", target
) == 0) {
3841 semihosting
.target
= SEMIHOSTING_TARGET_NATIVE
;
3842 } else if (strcmp("gdb", target
) == 0) {
3843 semihosting
.target
= SEMIHOSTING_TARGET_GDB
;
3844 } else if (strcmp("auto", target
) == 0) {
3845 semihosting
.target
= SEMIHOSTING_TARGET_AUTO
;
3847 error_report("unsupported semihosting-config %s",
3852 semihosting
.target
= SEMIHOSTING_TARGET_AUTO
;
3854 /* Set semihosting argument count and vector */
3855 qemu_opt_foreach(opts
, add_semihosting_arg
,
3856 &semihosting
, NULL
);
3858 error_report("unsupported semihosting-config %s", optarg
);
3862 case QEMU_OPTION_tdf
:
3863 error_report("warning: ignoring deprecated option");
3865 case QEMU_OPTION_name
:
3866 opts
= qemu_opts_parse_noisily(qemu_find_opts("name"),
3872 case QEMU_OPTION_prom_env
:
3873 if (nb_prom_envs
>= MAX_PROM_ENVS
) {
3874 error_report("too many prom variables");
3877 prom_envs
[nb_prom_envs
] = optarg
;
3880 case QEMU_OPTION_old_param
:
3883 case QEMU_OPTION_clock
:
3884 /* Clock options no longer exist. Keep this option for
3885 * backward compatibility.
3888 case QEMU_OPTION_startdate
:
3889 configure_rtc_date_offset(optarg
, 1);
3891 case QEMU_OPTION_rtc
:
3892 opts
= qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg
,
3897 configure_rtc(opts
);
3899 case QEMU_OPTION_tb_size
:
3900 tcg_tb_size
= strtol(optarg
, NULL
, 0);
3901 if (tcg_tb_size
< 0) {
3905 case QEMU_OPTION_icount
:
3906 icount_opts
= qemu_opts_parse_noisily(qemu_find_opts("icount"),
3912 case QEMU_OPTION_incoming
:
3914 runstate_set(RUN_STATE_INMIGRATE
);
3918 case QEMU_OPTION_only_migratable
:
3919 only_migratable
= 1;
3921 case QEMU_OPTION_nodefaults
:
3924 case QEMU_OPTION_xen_domid
:
3925 if (!(xen_available())) {
3926 error_report("Option not supported for this target");
3929 xen_domid
= atoi(optarg
);
3931 case QEMU_OPTION_xen_create
:
3932 if (!(xen_available())) {
3933 error_report("Option not supported for this target");
3936 xen_mode
= XEN_CREATE
;
3938 case QEMU_OPTION_xen_attach
:
3939 if (!(xen_available())) {
3940 error_report("Option not supported for this target");
3943 xen_mode
= XEN_ATTACH
;
3945 case QEMU_OPTION_xen_domid_restrict
:
3946 if (!(xen_available())) {
3947 error_report("Option not supported for this target");
3950 xen_domid_restrict
= true;
3952 case QEMU_OPTION_trace
:
3954 trace_file
= trace_opt_parse(optarg
);
3956 case QEMU_OPTION_readconfig
:
3958 int ret
= qemu_read_config_file(optarg
);
3960 error_report("read config %s: %s", optarg
,
3966 case QEMU_OPTION_spice
:
3967 olist
= qemu_find_opts("spice");
3969 error_report("spice support is disabled");
3972 opts
= qemu_opts_parse_noisily(olist
, optarg
, false);
3978 case QEMU_OPTION_writeconfig
:
3981 if (strcmp(optarg
, "-") == 0) {
3984 fp
= fopen(optarg
, "w");
3986 error_report("open %s: %s", optarg
,
3991 qemu_config_write(fp
);
3997 case QEMU_OPTION_qtest
:
3998 qtest_chrdev
= optarg
;
4000 case QEMU_OPTION_qtest_log
:
4003 case QEMU_OPTION_sandbox
:
4004 opts
= qemu_opts_parse_noisily(qemu_find_opts("sandbox"),
4010 case QEMU_OPTION_add_fd
:
4012 opts
= qemu_opts_parse_noisily(qemu_find_opts("add-fd"),
4018 error_report("File descriptor passing is disabled on this "
4023 case QEMU_OPTION_object
:
4024 opts
= qemu_opts_parse_noisily(qemu_find_opts("object"),
4030 case QEMU_OPTION_realtime
:
4031 opts
= qemu_opts_parse_noisily(qemu_find_opts("realtime"),
4036 enable_mlock
= qemu_opt_get_bool(opts
, "mlock", true);
4038 case QEMU_OPTION_msg
:
4039 opts
= qemu_opts_parse_noisily(qemu_find_opts("msg"), optarg
,
4044 configure_msg(opts
);
4046 case QEMU_OPTION_dump_vmstate
:
4047 if (vmstate_dump_file
) {
4048 error_report("only one '-dump-vmstate' "
4049 "option may be given");
4052 vmstate_dump_file
= fopen(optarg
, "w");
4053 if (vmstate_dump_file
== NULL
) {
4054 error_report("open %s: %s", optarg
, strerror(errno
));
4059 os_parse_cmd_args(popt
->index
, optarg
);
4064 * Clear error location left behind by the loop.
4065 * Best done right after the loop. Do not insert code here!
4069 replay_configure(icount_opts
);
4071 machine_class
= select_machine();
4073 set_memory_options(&ram_slots
, &maxram_size
, machine_class
);
4077 if (pid_file
&& qemu_create_pidfile(pid_file
) != 0) {
4078 error_report("could not acquire pid file: %s", strerror(errno
));
4082 if (qemu_init_main_loop(&main_loop_err
)) {
4083 error_report_err(main_loop_err
);
4087 if (qemu_opts_foreach(qemu_find_opts("sandbox"),
4088 parse_sandbox
, NULL
, NULL
)) {
4092 if (qemu_opts_foreach(qemu_find_opts("name"),
4093 parse_name
, NULL
, NULL
)) {
4098 if (qemu_opts_foreach(qemu_find_opts("add-fd"),
4099 parse_add_fd
, NULL
, NULL
)) {
4103 if (qemu_opts_foreach(qemu_find_opts("add-fd"),
4104 cleanup_add_fd
, NULL
, NULL
)) {
4109 current_machine
= MACHINE(object_new(object_class_get_name(
4110 OBJECT_CLASS(machine_class
))));
4111 if (machine_help_func(qemu_get_machine_opts(), current_machine
)) {
4114 object_property_add_child(object_get_root(), "machine",
4115 OBJECT(current_machine
), &error_abort
);
4117 if (machine_class
->minimum_page_bits
) {
4118 if (!set_preferred_target_page_bits(machine_class
->minimum_page_bits
)) {
4119 /* This would be a board error: specifying a minimum smaller than
4120 * a target's compile-time fixed setting.
4122 g_assert_not_reached();
4126 cpu_exec_init_all();
4128 if (machine_class
->hw_version
) {
4129 qemu_set_hw_version(machine_class
->hw_version
);
4132 if (cpu_model
&& is_help_option(cpu_model
)) {
4133 list_cpus(stdout
, &fprintf
, cpu_model
);
4137 if (!trace_init_backends()) {
4140 trace_init_file(trace_file
);
4142 /* Open the logfile at this point and set the log mask if necessary.
4145 qemu_set_log_filename(log_file
, &error_fatal
);
4150 mask
= qemu_str_to_log_mask(log_mask
);
4152 qemu_print_log_usage(stdout
);
4160 /* If no data_dir is specified then try to find it relative to the
4162 if (data_dir_idx
< ARRAY_SIZE(data_dir
)) {
4163 data_dir
[data_dir_idx
] = os_find_datadir();
4164 if (data_dir
[data_dir_idx
] != NULL
) {
4168 /* If all else fails use the install path specified when building. */
4169 if (data_dir_idx
< ARRAY_SIZE(data_dir
)) {
4170 data_dir
[data_dir_idx
++] = CONFIG_QEMU_DATADIR
;
4173 /* -L help lists the data directories and exits. */
4174 if (list_data_dirs
) {
4175 for (i
= 0; i
< data_dir_idx
; i
++) {
4176 printf("%s\n", data_dir
[i
]);
4181 smp_parse(qemu_opts_find(qemu_find_opts("smp-opts"), NULL
));
4183 machine_class
->max_cpus
= machine_class
->max_cpus
?: 1; /* Default to UP */
4184 if (max_cpus
> machine_class
->max_cpus
) {
4185 error_report("Number of SMP CPUs requested (%d) exceeds max CPUs "
4186 "supported by machine '%s' (%d)", max_cpus
,
4187 machine_class
->name
, machine_class
->max_cpus
);
4192 * Get the default machine options from the machine if it is not already
4193 * specified either by the configuration file or by the command line.
4195 if (machine_class
->default_machine_opts
) {
4196 qemu_opts_set_defaults(qemu_find_opts("machine"),
4197 machine_class
->default_machine_opts
, 0);
4200 qemu_opts_foreach(qemu_find_opts("device"),
4201 default_driver_check
, NULL
, NULL
);
4202 qemu_opts_foreach(qemu_find_opts("global"),
4203 default_driver_check
, NULL
, NULL
);
4205 if (!vga_model
&& !default_vga
) {
4206 vga_interface_type
= VGA_DEVICE
;
4208 if (!has_defaults
|| machine_class
->no_serial
) {
4211 if (!has_defaults
|| machine_class
->no_parallel
) {
4212 default_parallel
= 0;
4214 if (!has_defaults
|| !machine_class
->use_virtcon
) {
4215 default_virtcon
= 0;
4217 if (!has_defaults
|| !machine_class
->use_sclp
) {
4220 if (!has_defaults
|| machine_class
->no_floppy
) {
4223 if (!has_defaults
|| machine_class
->no_cdrom
) {
4226 if (!has_defaults
|| machine_class
->no_sdcard
) {
4229 if (!has_defaults
) {
4230 default_monitor
= 0;
4235 if (is_daemonized()) {
4236 /* According to documentation and historically, -nographic redirects
4237 * serial port, parallel port and monitor to stdio, which does not work
4238 * with -daemonize. We can redirect these to null instead, but since
4239 * -nographic is legacy, let's just error out.
4240 * We disallow -nographic only if all other ports are not redirected
4241 * explicitly, to not break existing legacy setups which uses
4242 * -nographic _and_ redirects all ports explicitly - this is valid
4243 * usage, -nographic is just a no-op in this case.
4246 && (default_parallel
|| default_serial
4247 || default_monitor
|| default_virtcon
)) {
4248 error_report("-nographic cannot be used with -daemonize");
4251 #ifdef CONFIG_CURSES
4252 if (display_type
== DT_CURSES
) {
4253 error_report("curses display cannot be used with -daemonize");
4260 if (default_parallel
)
4261 add_device_config(DEV_PARALLEL
, "null");
4262 if (default_serial
&& default_monitor
) {
4263 add_device_config(DEV_SERIAL
, "mon:stdio");
4264 } else if (default_virtcon
&& default_monitor
) {
4265 add_device_config(DEV_VIRTCON
, "mon:stdio");
4266 } else if (default_sclp
&& default_monitor
) {
4267 add_device_config(DEV_SCLP
, "mon:stdio");
4270 add_device_config(DEV_SERIAL
, "stdio");
4271 if (default_virtcon
)
4272 add_device_config(DEV_VIRTCON
, "stdio");
4274 add_device_config(DEV_SCLP
, "stdio");
4276 if (default_monitor
)
4277 monitor_parse("stdio", "readline", false);
4281 add_device_config(DEV_SERIAL
, "vc:80Cx24C");
4282 if (default_parallel
)
4283 add_device_config(DEV_PARALLEL
, "vc:80Cx24C");
4284 if (default_monitor
)
4285 monitor_parse("vc:80Cx24C", "readline", false);
4286 if (default_virtcon
)
4287 add_device_config(DEV_VIRTCON
, "vc:80Cx24C");
4289 add_device_config(DEV_SCLP
, "vc:80Cx24C");
4293 #if defined(CONFIG_VNC)
4294 if (!QTAILQ_EMPTY(&(qemu_find_opts("vnc")->head
))) {
4298 if (display_type
== DT_DEFAULT
&& !display_remote
) {
4299 #if defined(CONFIG_GTK)
4300 display_type
= DT_GTK
;
4301 #elif defined(CONFIG_SDL)
4302 display_type
= DT_SDL
;
4303 #elif defined(CONFIG_COCOA)
4304 display_type
= DT_COCOA
;
4305 #elif defined(CONFIG_VNC)
4306 vnc_parse("localhost:0,to=99,id=default", &error_abort
);
4308 display_type
= DT_NONE
;
4312 if ((no_frame
|| alt_grab
|| ctrl_grab
) && display_type
!= DT_SDL
) {
4313 error_report("-no-frame, -alt-grab and -ctrl-grab are only valid "
4314 "for SDL, ignoring option");
4316 if (no_quit
&& (display_type
!= DT_GTK
&& display_type
!= DT_SDL
)) {
4317 error_report("-no-quit is only valid for GTK and SDL, "
4321 if (display_type
== DT_GTK
) {
4322 early_gtk_display_init(request_opengl
);
4325 if (display_type
== DT_SDL
) {
4326 sdl_display_early_init(request_opengl
);
4329 qemu_console_early_init();
4331 if (request_opengl
== 1 && display_opengl
== 0) {
4332 #if defined(CONFIG_OPENGL)
4333 error_report("OpenGL is not supported by the display");
4335 error_report("OpenGL support is disabled");
4343 if (qemu_opts_foreach(qemu_find_opts("object"),
4344 user_creatable_add_opts_foreach
,
4345 object_create_initial
, NULL
)) {
4349 if (qemu_opts_foreach(qemu_find_opts("chardev"),
4350 chardev_init_func
, NULL
, NULL
)) {
4354 #ifdef CONFIG_VIRTFS
4355 if (qemu_opts_foreach(qemu_find_opts("fsdev"),
4356 fsdev_init_func
, NULL
, NULL
)) {
4361 if (qemu_opts_foreach(qemu_find_opts("device"),
4362 device_help_func
, NULL
, NULL
)) {
4366 machine_opts
= qemu_get_machine_opts();
4367 if (qemu_opt_foreach(machine_opts
, machine_set_property
, current_machine
,
4369 object_unref(OBJECT(current_machine
));
4373 configure_accelerator(current_machine
);
4376 qtest_init(qtest_chrdev
, qtest_log
, &error_fatal
);
4379 machine_opts
= qemu_get_machine_opts();
4380 kernel_filename
= qemu_opt_get(machine_opts
, "kernel");
4381 initrd_filename
= qemu_opt_get(machine_opts
, "initrd");
4382 kernel_cmdline
= qemu_opt_get(machine_opts
, "append");
4383 bios_name
= qemu_opt_get(machine_opts
, "firmware");
4385 opts
= qemu_opts_find(qemu_find_opts("boot-opts"), NULL
);
4387 boot_order
= qemu_opt_get(opts
, "order");
4389 validate_bootdevices(boot_order
, &error_fatal
);
4392 boot_once
= qemu_opt_get(opts
, "once");
4394 validate_bootdevices(boot_once
, &error_fatal
);
4397 boot_menu
= qemu_opt_get_bool(opts
, "menu", boot_menu
);
4398 boot_strict
= qemu_opt_get_bool(opts
, "strict", false);
4402 boot_order
= machine_class
->default_boot_order
;
4405 if (!kernel_cmdline
) {
4406 kernel_cmdline
= "";
4407 current_machine
->kernel_cmdline
= (char *)kernel_cmdline
;
4410 linux_boot
= (kernel_filename
!= NULL
);
4412 if (!linux_boot
&& *kernel_cmdline
!= '\0') {
4413 error_report("-append only allowed with -kernel option");
4417 if (!linux_boot
&& initrd_filename
!= NULL
) {
4418 error_report("-initrd only allowed with -kernel option");
4422 if (semihosting_enabled() && !semihosting_get_argc() && kernel_filename
) {
4423 /* fall back to the -kernel/-append */
4424 semihosting_arg_fallback(kernel_filename
, kernel_cmdline
);
4427 os_set_line_buffering();
4429 /* spice needs the timers to be initialized by this point */
4434 if (!tcg_enabled()) {
4435 error_report("-icount is not allowed with hardware virtualization");
4438 configure_icount(icount_opts
, &error_abort
);
4439 qemu_opts_del(icount_opts
);
4442 qemu_tcg_configure(accel_opts
, &error_fatal
);
4445 QemuOptsList
*net
= qemu_find_opts("net");
4446 qemu_opts_set(net
, NULL
, "type", "nic", &error_abort
);
4448 qemu_opts_set(net
, NULL
, "type", "user", &error_abort
);
4454 if (net_init_clients() < 0) {
4458 if (qemu_opts_foreach(qemu_find_opts("object"),
4459 user_creatable_add_opts_foreach
,
4460 object_create_delayed
, NULL
)) {
4465 if (tpm_init() < 0) {
4470 /* init the bluetooth world */
4471 if (foreach_device_config(DEV_BT
, bt_parse
))
4474 if (!xen_enabled()) {
4475 /* On 32-bit hosts, QEMU is limited by virtual address space */
4476 if (ram_size
> (2047 << 20) && HOST_LONG_BITS
== 32) {
4477 error_report("at most 2047 MB RAM can be simulated");
4485 /* If the currently selected machine wishes to override the units-per-bus
4486 * property of its default HBA interface type, do so now. */
4487 if (machine_class
->units_per_default_bus
) {
4488 override_max_devs(machine_class
->block_default_type
,
4489 machine_class
->units_per_default_bus
);
4492 /* open the virtual block devices */
4493 while (!QSIMPLEQ_EMPTY(&bdo_queue
)) {
4494 BlockdevOptions_queue
*bdo
= QSIMPLEQ_FIRST(&bdo_queue
);
4496 QSIMPLEQ_REMOVE_HEAD(&bdo_queue
, entry
);
4497 loc_push_restore(&bdo
->loc
);
4498 qmp_blockdev_add(bdo
->bdo
, &error_fatal
);
4500 qapi_free_BlockdevOptions(bdo
->bdo
);
4503 if (snapshot
|| replay_mode
!= REPLAY_MODE_NONE
) {
4504 qemu_opts_foreach(qemu_find_opts("drive"), drive_enable_snapshot
,
4507 if (qemu_opts_foreach(qemu_find_opts("drive"), drive_init_func
,
4508 &machine_class
->block_default_type
, NULL
)) {
4512 default_drive(default_cdrom
, snapshot
, machine_class
->block_default_type
, 2,
4514 default_drive(default_floppy
, snapshot
, IF_FLOPPY
, 0, FD_OPTS
);
4515 default_drive(default_sdcard
, snapshot
, IF_SD
, 0, SD_OPTS
);
4517 parse_numa_opts(current_machine
);
4519 if (qemu_opts_foreach(qemu_find_opts("mon"),
4520 mon_init_func
, NULL
, NULL
)) {
4524 if (foreach_device_config(DEV_SERIAL
, serial_parse
) < 0)
4526 if (foreach_device_config(DEV_PARALLEL
, parallel_parse
) < 0)
4528 if (foreach_device_config(DEV_VIRTCON
, virtcon_parse
) < 0)
4530 if (foreach_device_config(DEV_SCLP
, sclp_parse
) < 0) {
4533 if (foreach_device_config(DEV_DEBUGCON
, debugcon_parse
) < 0)
4536 /* If no default VGA is requested, the default is "none". */
4538 if (machine_class
->default_display
) {
4539 vga_model
= machine_class
->default_display
;
4540 } else if (vga_interface_available(VGA_CIRRUS
)) {
4541 vga_model
= "cirrus";
4542 } else if (vga_interface_available(VGA_STD
)) {
4547 select_vgahw(vga_model
);
4551 i
= select_watchdog(watchdog
);
4553 exit (i
== 1 ? 1 : 0);
4556 machine_register_compat_props(current_machine
);
4558 qemu_opts_foreach(qemu_find_opts("global"),
4559 global_init_func
, NULL
, NULL
);
4561 /* This checkpoint is required by replay to separate prior clock
4562 reading from the other reads, because timer polling functions query
4563 clock values from the log. */
4564 replay_checkpoint(CHECKPOINT_INIT
);
4565 qdev_machine_init();
4567 current_machine
->ram_size
= ram_size
;
4568 current_machine
->maxram_size
= maxram_size
;
4569 current_machine
->ram_slots
= ram_slots
;
4570 current_machine
->boot_order
= boot_order
;
4571 current_machine
->cpu_model
= cpu_model
;
4573 machine_run_board_init(current_machine
);
4579 if (hax_enabled()) {
4583 if (qemu_opts_foreach(qemu_find_opts("fw_cfg"),
4584 parse_fw_cfg
, fw_cfg_find(), NULL
) != 0) {
4588 /* init USB devices */
4589 if (machine_usb(current_machine
)) {
4590 if (foreach_device_config(DEV_USB
, usb_parse
) < 0)
4594 /* Check if IGD GFX passthrough. */
4597 /* init generic devices */
4598 rom_set_order_override(FW_CFG_ORDER_OVERRIDE_DEVICE
);
4599 if (qemu_opts_foreach(qemu_find_opts("device"),
4600 device_init_func
, NULL
, NULL
)) {
4604 cpu_synchronize_all_post_init();
4606 rom_reset_order_override();
4609 * Create frontends for -drive if=scsi leftovers.
4610 * Normally, frontends for -drive get created by machine
4611 * initialization for onboard SCSI HBAs. However, we create a few
4612 * more ever since SCSI qdevification, but this is pretty much an
4613 * implementation accident, and deprecated.
4615 scsi_legacy_handle_cmdline();
4617 /* Did we create any drives that we failed to create a device for? */
4618 drive_check_orphaned();
4620 /* Don't warn about the default network setup that you get if
4621 * no command line -net or -netdev options are specified. There
4622 * are two cases that we would otherwise complain about:
4623 * (1) board doesn't support a NIC but the implicit "-net nic"
4625 * (2) CONFIG_SLIRP not set, in which case the implicit "-net nic"
4626 * sets up a nic that isn't connected to anything.
4629 net_check_clients();
4634 qemu_boot_set(boot_once
, &error_fatal
);
4635 qemu_register_reset(restore_boot_order
, g_strdup(boot_order
));
4638 ds
= init_displaystate();
4640 /* init local displays */
4641 switch (display_type
) {
4643 curses_display_init(ds
, full_screen
);
4646 sdl_display_init(ds
, full_screen
, no_frame
);
4649 cocoa_display_init(ds
, full_screen
);
4652 gtk_display_init(ds
, full_screen
, grab_on_hover
);
4658 /* must be after terminal init, SDL library changes signal handlers */
4659 os_setup_signal_handling();
4661 /* init remote displays */
4663 qemu_opts_foreach(qemu_find_opts("vnc"),
4664 vnc_init_func
, NULL
, NULL
);
4668 qemu_spice_display_init();
4671 #ifdef CONFIG_OPENGL
4672 if (display_type
== DT_EGL
) {
4673 egl_headless_init();
4677 if (foreach_device_config(DEV_GDB
, gdbserver_start
) < 0) {
4681 qdev_machine_creation_done();
4683 /* TODO: once all bus devices are qdevified, this should be done
4684 * when bus is created by qdev.c */
4685 qemu_register_reset(qbus_reset_all_fn
, sysbus_get_default());
4686 qemu_run_machine_init_done_notifiers();
4688 if (rom_check_and_register_reset() != 0) {
4689 error_report("rom check and register reset failed");
4695 /* This checkpoint is required by replay to separate prior clock
4696 reading from the other reads, because timer polling functions query
4697 clock values from the log. */
4698 replay_checkpoint(CHECKPOINT_RESET
);
4699 qemu_system_reset(VMRESET_SILENT
);
4700 register_global_state();
4701 if (replay_mode
!= REPLAY_MODE_NONE
) {
4702 replay_vmstate_init();
4703 } else if (loadvm
) {
4704 if (load_vmstate(loadvm
) < 0) {
4709 qdev_prop_check_globals();
4710 if (vmstate_dump_file
) {
4712 dump_vmstate_json_to_file(vmstate_dump_file
);
4717 Error
*local_err
= NULL
;
4718 qemu_start_incoming_migration(incoming
, &local_err
);
4720 error_reportf_err(local_err
, "-incoming %s: ", incoming
);
4723 } else if (autostart
) {
4730 replay_disable_events();
4731 iothread_stop_all();
4737 /* vhost-user must be cleaned up before chardevs. */
4742 /* TODO: unref root container, check all devices are ok */