mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
qapi event: convert RTC_CHANGE
This patch also eliminates build time warning caused by no caller of monitor_qapi_event_throttle(). Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
7a906f7ffb
commit
e010ad8f1e
7 changed files with 20 additions and 30 deletions
|
@ -202,8 +202,6 @@ void do_usb_add(Monitor *mon, const QDict *qdict);
|
|||
void do_usb_del(Monitor *mon, const QDict *qdict);
|
||||
void usb_info(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void rtc_change_mon_event(struct tm *tm);
|
||||
|
||||
void add_boot_device_path(int32_t bootindex, DeviceState *dev,
|
||||
const char *suffix);
|
||||
char *get_boot_devices_list(size_t *size, bool ignore_suffixes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue