projects
/
sdk
/
emulator
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/master' into staging
[sdk/emulator/qemu.git]
/
stubs
/
migr-blocker.c
1
#include "qemu-common.h"
2
#include "migration/migration.h"
3
4
void migrate_add_blocker(Error *reason)
5
{
6
}
7
8
void migrate_del_blocker(Error *reason)
9
{
10
}