Statistics
| Branch: | Revision:

root / migration-unix.c @ 09d85fb8

History | View | Annotate | Download (4.9 kB)

# Date Author Comment
4951f65b 08/24/2009 04:01 pm Chris Lalancette

Migration via unix sockets.

Implement migration via unix sockets. While you can fake this using
exec and netcat, this involves forking another process and is
generally not very nice. By doing this directly in qemu, we can avoid
the copy through the external nc command. This is useful for...