]> git.proxmox.com Git - qemu.git/blob - stubs/mon-printf.c
qxl: Call spice_qxl_driver_unload from qxl_enter_vga_mode
[qemu.git] / 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 }