diff options
| author | Stefan Hajnoczi | 2011-05-09 17:45:39 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2011-05-18 14:38:46 +0200 |
| commit | 5fc09ca5c315b87539db882fba175a7955783530 (patch) | |
| tree | 5502a6f762b436057342f590f9e91061e34ea7f0 /linux-user | |
| parent | ahci: Fix crashes on duplicate BH registration (diff) | |
| download | qemu-5fc09ca5c315b87539db882fba175a7955783530.tar.gz qemu-5fc09ca5c315b87539db882fba175a7955783530.tar.xz qemu-5fc09ca5c315b87539db882fba175a7955783530.zip | |
qemu-tool: Stub out qemu-timer functions
Block drivers may use timers for flushing metadata to disk or
reconnecting to a network drive. Stub out the following functions in
qemu-tool.c:
QEMUTimer *qemu_new_timer_ns(QEMUClock *clock, int scale,
QEMUTimerCB *cb, void *opaque)
void qemu_free_timer(QEMUTimer *ts)
void qemu_del_timer(QEMUTimer *ts)
void qemu_mod_timer(QEMUTimer *ts, int64_t expire_time)
int64_t qemu_get_clock_ns(QEMUClock *clock)
They will result in timers never firing when linked against qemu-tool.o.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'linux-user')
0 files changed, 0 insertions, 0 deletions
