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