mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
qemu_next_deadline should not consider host-time timers
It is purely for icount-based virtual timers. And now that we got the code right, rename the function to clarify the intended scope. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Tested-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
1ece93a91b
commit
cb842c90a4
3 changed files with 7 additions and 12 deletions
|
|
@ -51,7 +51,7 @@ int qemu_timer_expired(QEMUTimer *timer_head, int64_t current_time);
|
|||
|
||||
void qemu_run_all_timers(void);
|
||||
int qemu_alarm_pending(void);
|
||||
int64_t qemu_next_deadline(void);
|
||||
int64_t qemu_next_icount_deadline(void);
|
||||
void configure_alarms(char const *opt);
|
||||
void configure_icount(const char *option);
|
||||
int qemu_calculate_timeout(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue