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
MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
[qemu/ar7.git]
/
stubs
/
vmgenid.c
blob
bfad656c6ccfbbd9b1baba8fb5587135c5536a68
1
#include "qemu/osdep.h"
2
#include "qapi/error.h"
3
#include "qapi/qapi-commands-machine.h"
4
#include "qapi/qmp/qerror.h"
5
6
GuidInfo *qmp_query_vm_generation_id(Error **errp)
7
{
8
error_setg(errp, QERR_UNSUPPORTED);
9
return NULL;
10
}