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
stdvga: pass VGACommonState instead of PCIVGAState
[qemu/ar7.git]
/
stubs
/
mon-is-qmp.c
blob
1ef136ab1d929da030dad6a972977bb2ce98424a
1
#include
"qemu-common.h"
2
#include
"monitor/monitor.h"
3
4
bool
monitor_cur_is_qmp
(
void
)
5
{
6
return false
;
7
}