aboutsummaryrefslogtreecommitdiff
path: root/stubs/vmgenid.c
blob: bfad656c6ccfbbd9b1baba8fb5587135c5536a68 (plain)
1
2
3
4
5
6
7
8
9
10
#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;
}