Sign in
qemu
/
qemu
/
da34e65cb4025728566d6504a99916f6e7e1dd6a
/
.
/
stubs
/
mon-printf.c
blob: e7c1e0cf748dfd66add897fb027f7b91e8bfb38f [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"monitor/monitor.h"
void
monitor_printf
(
Monitor
*
mon
,
const
char
*
fmt
,
...)
{
}
void
monitor_vprintf
(
Monitor
*
mon
,
const
char
*
fmt
,
va_list ap
)
{
}