repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/audio: QOM'ify cs4231.c
[qemu/kevin.git]
/
stubs
/
mon-is-qmp.c
blob
a8344ced80fba35e6d4d95dad48f8b5376af79ae
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"monitor/monitor.h"
4
5
Monitor
*
cur_mon
;
6
7
bool
monitor_cur_is_qmp
(
void
)
8
{
9
return false
;
10
}