git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tests: Add a tester for HMP commands
[qemu.git]
/
stubs
/
vmgenid.c
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
}