mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vl: extract softmmu/runstate.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -7,6 +7,7 @@ specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
|
||||
'physmem.c',
|
||||
'ioport.c',
|
||||
'rtc.c',
|
||||
'runstate.c',
|
||||
'memory.c',
|
||||
'memory_mapping.c',
|
||||
'qtest.c',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-751
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user