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"
31 void qemu_service_io(void)
37 int monitor_cur_is_qmp(void)
42 void monitor_set_error(Monitor *mon, QError *qerror)
46 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
50 void monitor_printf(Monitor *mon, const char *fmt, ...)
54 void monitor_print_filename(Monitor *mon, const char *filename)
58 void monitor_protocol_event(MonitorEvent event, QObject *data)
62 int qemu_set_fd_handler2(int fd,
63 IOCanReadHandler *fd_read_poll,
71 void qemu_notify_event(void)