Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / mon-printf.c
1 #include "qemu-common.h"
2 #include "monitor/monitor.h"
3
4 void monitor_printf(Monitor *mon, const char *fmt, ...)
5 {
6 }
7
8 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
9 {
10 }