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:
aliguori 2008-10-13 03:13:12 +00:00
parent 5bb7910af0
commit 210f41ba93
2 changed files with 41 additions and 0 deletions

View file

@ -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);