mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Introduce ethernet announcement function.
This patch adds an ethernet announce function that will minimize downtime when doing a live migration. This code originates from KVM. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5477 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5bb7910af0
commit
210f41ba93
2 changed files with 41 additions and 0 deletions
2
sysemu.h
2
sysemu.h
|
@ -48,6 +48,8 @@ void do_loadvm(const char *name);
|
|||
void do_delvm(const char *name);
|
||||
void do_info_snapshots(void);
|
||||
|
||||
void qemu_announce_self(void);
|
||||
|
||||
void main_loop_wait(int timeout);
|
||||
|
||||
int qemu_savevm_state_begin(QEMUFile *f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue