Re: [Qemu-devel] [RFC] QEMU Live Migration

2007-01-24 Thread Fabrice Bellard
I looked at your patch and it is OK for me. The 'ssh:' implementation is a nice trick. In order to be usable on win32, it is still needed to implement a more portable system with a TCP connection. The dirty flag 0x04 is unfortunately used by kqemu - I should have documented it ! You can use 0x

[Qemu-devel] [RFC] QEMU Live Migration

2007-01-21 Thread Anthony Liguori
Howdy, I wanted to post a draft of my QEMU live migration patch. I think there's a lingering memory allocation problem. I also need to implement ARP forwarding and a TCP transport stream. However, I thought I'd post an initial version in case anyone wants to play around with it. Once you