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 'remotes/dgibson/tags/ppc-for-2.10-20170630' into staging
[qemu/ar7.git]
/
stubs
/
vmgenid.c
blob
c64eb7a16e8409c58581429df3c43af1968c5d07
1
#include
"qemu/osdep.h"
2
#include
"qmp-commands.h"
3
#include
"qapi/qmp/qerror.h"
4
5
GuidInfo
*
qmp_query_vm_generation_id
(
Error
**
errp
)
6
{
7
error_setg
(
errp
,
QERR_UNSUPPORTED
);
8
return
NULL
;
9
}