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