docs: Fix removal text of -show-cursor
[qemu/ar7.git] / stubs / migr-blocker.c
blob5676a2f93c80668bb5a77e77c3da9042c88495ae
1 #include "qemu/osdep.h"
2 #include "migration/blocker.h"
4 int migrate_add_blocker(Error *reason, Error **errp)
6 return 0;
9 void migrate_del_blocker(Error *reason)