Re: [Libvir] [PATCH] Add KVM save support using migration.

2007-08-13 Thread Daniel P. Berrange
On Mon, Aug 13, 2007 at 02:17:09PM -0400, Jim Paris wrote: > The save file format consists of a header, XML for the domain, > and the raw QEMU/KVM migration data stream. I've comitted this Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=-

[Libvir] [PATCH] Add KVM save support using migration.

2007-08-13 Thread Jim Paris
The save file format consists of a header, XML for the domain, and the raw QEMU/KVM migration data stream. Signed-off-by: Jim Paris <[EMAIL PROTECTED]> --- src/qemu_driver.c | 112 ++-- 1 files changed, 107 insertions(+), 5 deletions(-) diff --git