]> Git Repo - qemu.git/blob - stubs/vmgenid.c
Include qapi/error.h exactly where needed
[qemu.git] / stubs / vmgenid.c
1 #include "qemu/osdep.h"
2 #include "qmp-commands.h"
3 #include "qapi/error.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 }
This page took 0.024067 seconds and 4 git commands to generate.