memory: unify loops to sync dirty log bitmap
[qemu/ar7.git] / stubs / vmgenid.c
blob3c8fe55bdf3346c409a8009a2743ae7df4c88207
1 #include "qemu/osdep.h"
2 #include "qmp-commands.h"
3 #include "qapi/error.h"
4 #include "qapi/qmp/qerror.h"
6 GuidInfo *qmp_query_vm_generation_id(Error **errp)
8 error_setg(errp, QERR_UNSUPPORTED);
9 return NULL;