From 34c9dd8eea38e94d97e22ac12c2f2aaa0dca59d8 Mon Sep 17 00:00:00 2001 From: aliguori Date: Mon, 13 Oct 2008 03:14:31 +0000 Subject: Introduce TCP live migration protocol This patch introduces a tcp protocol for live migration. It can be used as follows: qemu-system-x86_64 -hda ~/images/linux-test.img -monitor stdio (qemu) migrate tcp:localhost:1025 On the same system: qemu-system-x86_64 -hda ~/images/linux-test.img -incoming tcp:localhost:1025 The monitor can be interacted with while waiting for an incoming live migration. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5478 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index a11957d..e2edf9d 100644 --- a/Makefile.target +++ b/Makefile.target @@ -474,7 +474,7 @@ endif #CONFIG_DARWIN_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o net-checksum.o -OBJS+=fw_cfg.o aio.o buffered_file.o migration.o +OBJS+=fw_cfg.o aio.o buffered_file.o migration.o migration-tcp.o ifdef CONFIG_WIN32 OBJS+=block-raw-win32.o else -- cgit v1.1