Sign in
qemu
/
qemu
/
395071a76328189f50c778f4dee6dabb90503dd9
/
.
/
stubs
/
mon-printf.c
blob: 0ce2ca69253c0d96e7726c912c86e37dbc1eb965 [
file
] [
log
] [
blame
]
#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
)
{
}