aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-13 03:13:12 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-13 03:13:12 +0000
commit210f41ba932efb4c32139568930b72d1c2d075be (patch)
treef06d9ef0c41775e8531789e456d50ea5a8b75115 /sysemu.h
parent5bb7910af031cce09cc619b982d39dc889776f65 (diff)
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
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index 0cd0e1b723..57ba19e65d 100644
--- a/sysemu.h
+++ b/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);