repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: HVC and SMC encodings don't exist for M profile
[qemu/ar7.git]
/
stubs
/
migr-blocker.c
blob
a5ba18f53d556f254c7e8b684f8c6564f484378d
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"migration/migration.h"
4
5
int
migrate_add_blocker
(
Error
*
reason
,
Error
**
errp
)
6
{
7
return
0
;
8
}
9
10
void
migrate_del_blocker
(
Error
*
reason
)
11
{
12
}