repo.or.cz
/
qemu-kvm
/
markmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: libkvm: export init for coalesced MMIO support
[qemu-kvm/markmc.git]
/
migration.h
blob
06a2e4134807477925bed4bca30d82b0470971a6
1
#ifndef MIGRATION_H
2
#define MIGRATION_H
3
4
void
do_info_migration
(
void
);
5
void
do_migrate
(
int
detach
,
const char
*
uri
);
6
void
do_migrate_cancel
(
void
);
7
void
do_migrate_set_speed
(
const char
*
value
);
8
int
migrate_incoming
(
const char
*
device
);
9
10
#endif