Stefan Hajnoczi 5fc09ca5c3 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>
2011-05-18 14:38:46 +02:00
2011-04-03 21:42:57 +02:00
2011-04-27 08:24:37 -07:00
2011-04-16 12:24:28 +01:00
2011-04-08 13:03:34 -06:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:09:59 +02:00
2011-02-07 12:51:19 +01:00
2011-02-20 18:45:09 +01:00
2011-02-25 20:16:26 +00:00
2011-03-22 08:39:12 -05:00
2011-05-08 16:55:24 +00:00
2011-05-08 10:10:01 +02:00
2011-03-16 17:11:07 -03:00
2011-04-15 20:14:52 +00:00
2011-05-08 10:10:01 +02:00
2011-04-09 10:56:17 +01:00
2011-03-06 21:01:32 +01:00
2011-04-04 10:26:54 +02:00
2011-05-09 22:31:37 +02:00
2011-03-16 17:11:07 -03:00
2011-02-09 10:33:54 +02:00
2011-05-08 16:55:24 +00:00
2011-03-13 14:44:22 +00:00
2011-04-27 13:30:18 +02:00
2011-03-22 08:39:12 -05:00
2011-05-08 10:10:01 +02:00
2011-04-03 21:42:57 +02:00
2011-02-02 08:39:28 +01:00
2011-05-08 10:10:01 +02:00
2011-05-08 10:10:01 +02:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%