From 5bb7910af031cce09cc619b982d39dc889776f65 Mon Sep 17 00:00:00 2001 From: aliguori Date: Mon, 13 Oct 2008 03:12:02 +0000 Subject: Introduce UI for live migration This patch introduces a command line parameter and monitor command for starting a live migration. The next patch will provide an example of how to use these parameters. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5476 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu_socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu_socket.h') diff --git a/qemu_socket.h b/qemu_socket.h index ef2d88bfe..f8817bf86 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -31,5 +31,6 @@ int inet_aton(const char *cp, struct in_addr *ia); #endif /* !_WIN32 */ void socket_set_nonblock(int fd); +int parse_host_port(struct sockaddr_in *saddr, const char *str); #endif /* QEMU_SOCKET_H */ -- cgit v1.2.3