Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
These changes are a raw update to a vanilla kernel 4.1.10, with the
[kvmfornfv.git]
/
qemu
/
stubs
/
mon-is-qmp.c
1
#include "qemu-common.h"
2
#include "monitor/monitor.h"
3
4
Monitor *cur_mon;
5
6
bool monitor_cur_is_qmp(void)
7
{
8
return false;
9
}