Sign in
qemu
/
qemu
/
a320fb04b66a2189b6cbd7924aa7bfaaded79afe
/
.
/
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
;
}