mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
remove qemu_get_clock
These patches are already not doing a great service to out-of-tree modifications to QEMU. However, at least we can warn them by getting rid of the old confusing functions, or otherwise causing compilation errors. This patch removes qemu_get_clock; the previous one changed qemu_new_timer's signature. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -37,7 +37,6 @@ extern QEMUClock *vm_clock;
|
||||
the virtual clock. */
|
||||
extern QEMUClock *host_clock;
|
||||
|
||||
int64_t qemu_get_clock(QEMUClock *clock);
|
||||
int64_t qemu_get_clock_ns(QEMUClock *clock);
|
||||
void qemu_clock_enable(QEMUClock *clock, int enabled);
|
||||
|
||||
|
Reference in New Issue
Block a user