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
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).
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