diff options
author | Paolo Bonzini | 2020-10-28 12:36:57 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-12-10 18:15:18 +0100 |
commit | bf4d4056fb7ef7d629d003a338445db9801aa743 (patch) | |
tree | 1cde4299ea00e806cd459d98c7f3528e2af48cf5 /include/sysemu | |
parent | vl: extract machine done notifiers (diff) | |
download | qemu-bf4d4056fb7ef7d629d003a338445db9801aa743.tar.gz qemu-bf4d4056fb7ef7d629d003a338445db9801aa743.tar.xz qemu-bf4d4056fb7ef7d629d003a338445db9801aa743.zip |
vl: extract softmmu/rtc.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 1b62deaf2b..18cf586cd0 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -22,6 +22,8 @@ void qemu_run_machine_init_done_notifiers(void); void qemu_add_machine_init_done_notifier(Notifier *notify); void qemu_remove_machine_init_done_notifier(Notifier *notify); +void configure_rtc(QemuOpts *opts); + extern int autostart; typedef enum { |