repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
intel_iommu: define several structs for IOMMU IR
[qemu/ar7.git]
/
stubs
/
mon-printf.c
blob
e7c1e0cf748dfd66add897fb027f7b91e8bfb38f
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
}