Re: [Qemu-devel] Tracking memory dirtying in QEMU

2007-01-18 Thread Anthony Liguori
Fabrice Bellard wrote: Anthony Liguori wrote: Howdy, I've been working on migration for QEMU and have run into a snag. I've got a non-live migration patch that works quite happily[1]. I modified the save/restore code to not seek at all, and then basically pipe a save over a pipe to a subpr

Re: [Qemu-devel] Tracking memory dirtying in QEMU

2007-01-18 Thread Fabrice Bellard
Anthony Liguori wrote: Howdy, I've been working on migration for QEMU and have run into a snag. I've got a non-live migration patch that works quite happily[1]. I modified the save/restore code to not seek at all, and then basically pipe a save over a pipe to a subprocess (usually, ssh).

[Qemu-devel] Tracking memory dirtying in QEMU

2007-01-17 Thread Anthony Liguori
Howdy, I've been working on migration for QEMU and have run into a snag. I've got a non-live migration patch that works quite happily[1]. I modified the save/restore code to not seek at all, and then basically pipe a save over a pipe to a subprocess (usually, ssh). Conceptually, adding sup