qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Juan Quintela <quintela@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Migration issues and possible solutions (Very long)
Date: Fri, 27 Nov 2009 15:23:00 +0100	[thread overview]
Message-ID: <4B0FE0C4.5080007@redhat.com> (raw)
In-Reply-To: <m3k4xc5fp3.fsf@neno.neno>

   Hi,

> - Dor/mst proposal of optional features
>
>    This came from previous discussions, Dor want to put optional fields
>    in the savevm protocol that target can just discard.

Taking that one to the next level:  Simply save all fields with name and 
size.  qemu can skip and ignore unknown fields load time.  No version 
numbers are needed any more (except for loading old images), and all the 
issues with non-linear version numbering of devices are suddenly gone.

The big drawback: it only helps for 0.12+ because that pretty much 
depends on having vmstate on both sending and receiving side.

If qemu-0.12 should be able to save qemu-0.11 too, we could go for 
something simple, like a static list of device+savevm versions, without 
creating a maintainance nightmare because it has to handle only the 
single migrate-to-0.11 special case.

cheers,
   Gerd

      reply	other threads:[~2009-11-27 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-27 12:12 [Qemu-devel] Migration issues and possible solutions (Very long) Juan Quintela
2009-11-27 14:23 ` Gerd Hoffmann [this message]

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=4B0FE0C4.5080007@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).