From: "Michael S. Tsirkin" <mst@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Amit Shah <amit.shah@redhat.com>,
Alex Williamson <alex.williamson@redhat.com>,
qemu list <qemu-devel@nongnu.org>,
Juan Quintela <quintela@redhat.com>
Subject: [Qemu-devel] Re: new->old version migration
Date: Mon, 7 Feb 2011 23:52:03 +0200 [thread overview]
Message-ID: <20110207215203.GA28658@redhat.com> (raw)
In-Reply-To: <4D505C92.5040904@codemonkey.ws>
On Mon, Feb 07, 2011 at 02:56:50PM -0600, Anthony Liguori wrote:
> On 02/07/2011 01:53 PM, Michael S. Tsirkin wrote:
> >On Mon, Feb 07, 2011 at 01:33:57PM -0600, Anthony Liguori wrote:
> >>On 02/07/2011 10:07 AM, Michael S. Tsirkin wrote:
> >>>New thread stated intentionally, the original patch is Message-ID:
> >>><349e93a4cfc6e1effc1b681cae53f805fdb9624e.1296713825.git.amit.shah@redhat.com>
> >>>
> >>>On Thu, Feb 03, 2011 at 11:47:08AM +0530, Amit Shah wrote:
> >>>>Add a compat property for older machine types. When this is used (via
> >>>>-M pc-0.13, for example), the new flow control mechanisms will not be
> >>>>used. This is done to keep migration from a machine started with older
> >>>>type on a pc-0.14+ qemu to an older machine working.
> >>>>
> >>>>The property is named 'flow_control' and defaults to on.
> >>>>
> >>>>Reported-by: Alex Williamson<alex.williamson@redhat.com>
> >>>>Signed-off-by: Amit Shah<amit.shah@redhat.com>
> >>>So, I think there are two things that need to be agreed on:
> >>>
> >>>- Can we commit to support migration from new qemu version to an old one?
> >>> We haven't in the past but downstreams do want this,
> >>> so it makes sense to have the infrastructure upstream.
> >>Only within a stable release series and only when it's possible
> >>without sacrificing integrity. I know some downstreams disagree
> >>with this but I don't think this is a business we want to get into.
> >>
> >>Regards,
> >>
> >>Anthony Liguori
> >>>- The infrastructure/command line option for such support.
> >>> We have the -M flags to describe the machine that
> >>> we are running, but that abstracts away guest-visible machine,
> >>> which the migration format is not.
> >>> Also, same qemu could migrate to any older version.
> >>> So I think we would have to add a flag (call it -V for now)
> >>> to savevm/migrate commands to specify the format to be used.
> >>> Naturally some machines would be incompatible with
> >>> specific -V values, that's nothing new.
> >>>
> >>>Pls comment.
> >OK, assuming we want this, let's talk about implementation.
> >I think that spreading custom flags all over the code like
> >this patch does would be pretty bad.
> >
> >What I'd like to see is a way to
> >- map stable versions (e.g. machine type if we are going
> > to tie to that) to savevm format using
> > some kind of table
> >- for save callbacks to be able to figure out what
> > version to use
>
> Why doesn't subsections already solve this problem?
>
> Regards,
>
> Anthony Liguori
How does it? We need to know we are saving in 0.13
format and skip the new subsection, otherwise
0.13 will see a subsection it does not recognize
and exit.
We also need API to add subsections without vmstate,
because virtio serial wasn't yet converted.
--
MST
next prev parent reply other threads:[~2011-02-07 21:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-07 16:07 [Qemu-devel] new->old version migration Michael S. Tsirkin
2011-02-07 16:40 ` [Qemu-devel] " Alex Williamson
2011-02-07 16:51 ` Michael S. Tsirkin
2011-02-07 19:39 ` Anthony Liguori
2011-02-07 19:33 ` Anthony Liguori
2011-02-07 19:53 ` Michael S. Tsirkin
2011-02-07 20:56 ` Anthony Liguori
2011-02-07 21:52 ` Michael S. Tsirkin [this message]
2011-02-08 2:23 ` Anthony Liguori
2011-02-08 6:42 ` Michael S. Tsirkin
2011-02-08 7:07 ` Amit Shah
2011-02-08 7:44 ` Anthony Liguori
2011-02-08 7:54 ` Amit Shah
2011-02-08 7:42 ` Anthony Liguori
2011-02-08 11:19 ` Michael S. Tsirkin
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=20110207215203.GA28658@redhat.com \
--to=mst@redhat.com \
--cc=alex.williamson@redhat.com \
--cc=amit.shah@redhat.com \
--cc=anthony@codemonkey.ws \
--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 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.