diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-13 03:25:19 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-15 12:51:50 -0500 |
commit | ba87e43481f2c9a7780f21aa22682573169f041d (patch) | |
tree | 4e2eec9db28a592c69a5cbce59aa6e6aef3c2e06 /include/sysemu | |
parent | 8fafaa04c30d4d67d3d13fc4027cb57da5a2f162 (diff) | |
download | qemu-ba87e43481f2c9a7780f21aa22682573169f041d.zip qemu-ba87e43481f2c9a7780f21aa22682573169f041d.tar.gz qemu-ba87e43481f2c9a7780f21aa22682573169f041d.tar.bz2 |
vl: extract softmmu/runstate.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/sysemu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 29c32f9..0e7b405 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -24,6 +24,8 @@ void qemu_remove_machine_init_done_notifier(Notifier *notify); void configure_rtc(QemuOpts *opts); +void qemu_init_subsystems(void); + extern int autostart; typedef enum { @@ -44,6 +46,7 @@ extern int alt_grab; extern int ctrl_grab; extern int graphic_rotate; extern int no_shutdown; +extern int no_reboot; extern int old_param; extern int boot_menu; extern bool boot_strict; |