]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/migr-blocker.c
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
[thirdparty/qemu.git] / stubs / migr-blocker.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
795c40b8 2#include "migration/blocker.h"
5708fc66 3
fe44dc91 4int migrate_add_blocker(Error *reason, Error **errp)
5708fc66 5{
fe44dc91 6 return 0;
5708fc66
PB
7}
8
9void migrate_del_blocker(Error *reason)
10{
11}