diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-13 03:13:12 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-13 03:13:12 +0000 |
commit | 7d1e411ea09d302711c85139b7d753a05e50498b (patch) | |
tree | f06d9ef0c41775e8531789e456d50ea5a8b75115 /sysemu.h | |
parent | 79a413306a06aa8477e9f15f7048b283de856c57 (diff) | |
download | qemu-7d1e411ea09d302711c85139b7d753a05e50498b.tar.gz qemu-7d1e411ea09d302711c85139b7d753a05e50498b.tar.bz2 qemu-7d1e411ea09d302711c85139b7d753a05e50498b.zip |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |