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
Merge remote-tracking branch 'qemu/master'
[qemu/ar7.git]
/
stubs
/
mon-set-error.c
blob
d0411f97fa2e9dc4a820bb8c85f372a722a335b0
1
#include
"qemu-common.h"
2
#include
"monitor/monitor.h"
3
4
Monitor
*
cur_mon
;
5
6
void
monitor_set_error
(
Monitor
*
mon
,
QError
*
qerror
)
7
{
8
}