Sign in
qemu
/
qemu
/
136c67e07869227b21b3f627316e03679ce7b738
/
.
/
stubs
/
vmgenid.c
blob: 3c8fe55bdf3346c409a8009a2743ae7df4c88207 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qmp-commands.h"
#include
"qapi/error.h"
#include
"qapi/qmp/qerror.h"
GuidInfo
*
qmp_query_vm_generation_id
(
Error
**
errp
)
{
error_setg
(
errp
,
QERR_UNSUPPORTED
);
return
NULL
;
}