]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/mon-printf.c
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
[mirror_qemu.git] / stubs / mon-printf.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "monitor/monitor.h"
4
5 void monitor_printf(Monitor *mon, const char *fmt, ...)
6 {
7 }
8
9 void monitor_vprintf(Monitor *mon, const char *fmt, va_list ap)
10 {
11 }