diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-13 03:12:02 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-13 03:12:02 +0000 |
commit | 5bb7910af031cce09cc619b982d39dc889776f65 (patch) | |
tree | 9372820c2f7fd94b418be295e995ebfe4a5db587 /qemu_socket.h | |
parent | 39b65c2e315ad5565e22b98ea2a4498ec2edfad2 (diff) |
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 <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5476 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu_socket.h')
-rw-r--r-- | qemu_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_socket.h b/qemu_socket.h index ef2d88bfe9..f8817bf86b 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 */ |