]> Git Repo - qemu.git/blame - stubs/vmgenid.c
hw/vfio/ap: drop local_err from vfio_ap_realize
[qemu.git] / stubs / vmgenid.c
CommitLineData
39164c13 1#include "qemu/osdep.h"
e688df6b 2#include "qapi/error.h"
112ed241 3#include "qapi/qapi-commands-misc.h"
39164c13
IM
4#include "qapi/qmp/qerror.h"
5
6GuidInfo *qmp_query_vm_generation_id(Error **errp)
7{
8 error_setg(errp, QERR_UNSUPPORTED);
9 return NULL;
10}
This page took 0.147431 seconds and 4 git commands to generate.