[Qemu-devel] [Bug 741887] Re: virsh snapshot-create too slow (kvm, qcow2, savevm)

2011-04-25 Thread edison
I had posted a patch to fix the issue before:(http://patchwork.ozlabs.org/patch/64346/), saving memory state is time consuming, which may takes several minutes. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.ne

Re: [Qemu-devel] [PATCH] Copy snapshots out of QCOW2 disk

2010-09-15 Thread edison
On Tue, Sep 14, 2010 at 3:35 AM, Kevin Wolf wrote: > > Am 10.09.2010 02:08, schrieb disheng...@gmail.com: > > From: edison > > > > In order to backup snapshots, created from QCOW2 iamge, we want to copy > > snapshots out of QCOW2 disk to a seperate storage. >

Re: [Qemu-devel] [PATCH] [RFC] savevm only saves disk state

2010-09-15 Thread edison
On Thu, Sep 9, 2010 at 7:08 PM, Anthony Liguori wrote: > On 09/09/2010 08:43 PM, disheng...@gmail.com wrote: >> >> From: edison >> >> Add a new option when "savevm": savevm -n snapshotName, which only takes >> snapshot on disk, but doesn't save vm

Re: [Qemu-devel] snapshots

2010-09-27 Thread edison
QCOW2 snapshots are stored inside the disk image, which is the kind of internal snapshot. I had send out a patch (http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01662.html) last weeks, that can copy the snapshot out of the disk. FYI. On Sun, Sep 26, 2010 at 10:47 PM, chandra shekar wr

Re: [Qemu-devel] [Snapshot Mode]

2010-09-27 Thread edison
savevm will take disk snapshot also, then you can copy the snapshot out of disk image to another storage. I had posted two patches about it: http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01662.html and http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg00655.html. FYI. BTW, if