repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blockjob: Update description of the 'device' field in the QMP API
[qemu.git]
/
stubs
/
target-monitor-defs.c
blob
ac07b19064cf6f89f259ee0e9a71f09feeea2853
1
#include
"qemu/osdep.h"
2
3
const
MonitorDef
*
target_monitor_defs
(
void
);
4
5
const
MonitorDef
*
target_monitor_defs
(
void
)
6
{
7
return
NULL
;
8
}