projects
/
sdk
/
emulator
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'bonzini/scsi-next' into staging
[sdk/emulator/qemu.git]
/
stubs
/
mon-set-error.c
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
}