mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-27 03:51:57 -06:00
timer: last, remove last bits of last
The reset notifiers kept a 'last' counter to notice jumps; now that we've remove the notifier we don't need to keep 'last'. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20190724115823.4199-5-dgilbert@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a02fe2ca70
commit
3c2d4c8aa6
2 changed files with 1 additions and 34 deletions
|
@ -248,19 +248,6 @@ bool qemu_clock_run_timers(QEMUClockType type);
|
|||
*/
|
||||
bool qemu_clock_run_all_timers(void);
|
||||
|
||||
/**
|
||||
* qemu_clock_get_last:
|
||||
*
|
||||
* Returns last clock query time.
|
||||
*/
|
||||
uint64_t qemu_clock_get_last(QEMUClockType type);
|
||||
/**
|
||||
* qemu_clock_set_last:
|
||||
*
|
||||
* Sets last clock query time.
|
||||
*/
|
||||
void qemu_clock_set_last(QEMUClockType type, uint64_t last);
|
||||
|
||||
|
||||
/*
|
||||
* QEMUTimerList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue