All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jamie Lokier <jamie@shareable.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] qcow3 - arbitrary metadata
Date: Tue, 29 Jul 2008 17:05:54 +0100	[thread overview]
Message-ID: <20080729160554.GC20980@shareable.org> (raw)
In-Reply-To: <488F1D41.8010107@codemonkey.ws>

Anthony Liguori wrote:
> >Does savevm snapshot the disk images too?
> 
> Yes.

Bah, annoying.

> >  I thought it was just the
> >machine state.  Does that mean non-qcow2 disks (e.g. raw files) are
> >not snapshotted but qcow2 ones are, in the same VM?
> 
> Raw files cannot be snapshotted.

I don't want to :-)

But I do want a consistent vM.  According to QEMU docs, you can savevm
if there's at least one qcow2 disk image.  Does that mean it saves
_just_ the state of that disk, or all the qcow2 disks which are
attached (e.g. C: drive, D: drive, E: drive)?

> >It's actually just the machine state I want to save.  I want to use
> >savevm to save the state of the VM before quitting, and loadvm to
> >restart.  Like suspend-to-RAM, but doesn't require the guest to
> >cooperate.  (Does suspend work anyway?)
> >  
> If you do that, you risk having your disk in an improper state.  If 
> there are any changes to the disk after you do your savevm, they will 
> not be present after you loadvm.  This could cause very subtle data 
> corruption within your file system.

The CPU is stopped before calling savevm And when restarting, the CPU
is stopped with -S first, then loadvm, then the CPU is started.

So no disk corruption - assuming QEMU doesn't keep dirty cached
sectors in its process after savevm returns.

-- Jamie

  reply	other threads:[~2008-07-29 16:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-28 19:56 [Qemu-devel] [PATCH] qcow3 - arbitrary metadata Nathaniel McCallum
2008-07-28 20:08 ` Anthony Liguori
2008-07-28 20:24   ` Nathaniel McCallum
2008-07-28 20:36     ` Paul Brook
2008-07-28 20:52       ` Anthony Liguori
2008-07-28 20:50     ` Anthony Liguori
2008-07-28 21:12       ` Nathaniel McCallum
2008-07-28 21:17         ` Anthony Liguori
2008-07-28 21:19           ` Nathaniel McCallum
2008-07-28 21:39             ` Anthony Liguori
2008-07-29  1:49   ` Jamie Lokier
2008-07-29  2:11     ` Jorge Lucángeli Obes
2008-07-29  2:48       ` Nathaniel McCallum
2008-07-29  3:05         ` Jorge Lucángeli Obes
2008-07-29  3:13     ` Anthony Liguori
2008-07-29  6:44       ` Jamie Lokier
2008-07-29 13:38         ` Anthony Liguori
2008-07-29 16:05           ` Jamie Lokier [this message]
2008-07-29  8:48     ` Daniel P. Berrange
2008-07-28 23:04 ` Laurent Vivier
2008-07-29  1:25   ` Nathaniel McCallum
2008-07-29  3:06     ` Anthony Liguori
2008-07-29  3:22       ` Nathaniel McCallum
2008-07-29  6:40         ` maht
2008-07-29  6:44           ` maht
2008-07-29  7:48     ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080729160554.GC20980@shareable.org \
    --to=jamie@shareable.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.