2 * Compatibility for qemu-img/qemu-nbd
4 * Copyright IBM, Corp. 2008
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #include "qemu-common.h"
16 #include "qemu-timer.h"
34 int monitor_cur_is_qmp(void)
39 void monitor_set_error(Monitor *mon, QError *qerror)
43 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
47 void monitor_printf(Monitor *mon, const char *fmt, ...)
51 void monitor_print_filename(Monitor *mon, const char *filename)
55 void monitor_protocol_event(MonitorEvent event, QObject *data)
59 int qemu_set_fd_handler2(int fd,
60 IOCanReadHandler *fd_read_poll,
68 void qemu_notify_event(void)
72 QEMUTimer *qemu_new_timer(QEMUClock *clock, int scale,
73 QEMUTimerCB *cb, void *opaque)
78 void qemu_free_timer(QEMUTimer *ts)
83 void qemu_del_timer(QEMUTimer *ts)
87 void qemu_mod_timer(QEMUTimer *ts, int64_t expire_time)
91 int64_t qemu_get_clock_ns(QEMUClock *clock)