From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: Greg Kurz <groug@kaod.org>, qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 0/5] rework the ICS classes inheritance tree
Date: Thu, 28 Jun 2018 13:54:09 +1000 [thread overview]
Message-ID: <20180628035409.GD23134@umbus.fritz.box> (raw)
In-Reply-To: <28412acb-112e-829d-3a12-267d06a2138e@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 2370 bytes --]
On Wed, Jun 27, 2018 at 08:34:22AM +0200, Cédric Le Goater wrote:
> On 06/27/2018 02:14 AM, David Gibson wrote:
> > On Tue, Jun 26, 2018 at 06:37:12PM +0200, Cédric Le Goater wrote:
> > 1;5202;0c> On 06/26/2018 03:27 PM, Greg Kurz wrote:
> >>> On Mon, 25 Jun 2018 11:17:13 +0200
> >>> Cédric Le Goater <clg@kaod.org> wrote:
> >>>
> >>>> Hello,
> >>>>
> >>>
> >>> Hello,
> >>>
> >>> Sorry I didn't manage to look at this before it got merged :)
> >>>
> >>>> It makes the class hierarchy much cleaner and removes duplicated
> >>>> code. As we are touching the location of the objects states, migration
> >>>> compatibility was checked and the following tests were performed under
> >>>> KVM :
> >>>>
> >>>> qemu-3.0 (pseries-3.0) -> qemu-3.0 (pseries-3.0) OK
> >>>> qemu-3.0 (pseries-2.12) -> qemu-2.12 (pseries-2.12) OK
> >>>> qemu-3.0 (pseries-2.11) -> qemu-2.11 (pseries-2.11) OK
> >>>> qemu-3.0 (pseries-2.10) -> qemu-2.10 (pseries-2.10) OK
> >>>> qemu-3.0 (pseries-2.9) -> qemu-2.9 (pseries-2.9) OK
> >>>> qemu-3.0 (pseries-2.8) -> qemu-2.8 (pseries-2.8) OK
> >>>> qemu-3.0 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >>>
> >>> What's the failure ?
> >>
> >> qemu-system-ppc64: error while loading state for instance 0x0 of device 'cpu'
> >> qemu-system-ppc64: load of migration failed: Invalid argument
> >>
> >> and to be more precise :
> >>
> >> qemu-3.0 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >> qemu-2.12 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >> qemu-2.11 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >> qemu-2.10 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >> qemu-2.9 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >> qemu-2.8 (pseries-2.7) -> qemu-2.7 (pseries-2.7) FAIL
> >> qemu-2.7 (pseries-2.7) -> qemu-2.7 (pseries-2.7) OK
> >>
> >>
> >> So it has been a while.
> >
> > Yeah, IIRC that's a known problem. If you try 2.7.1, I think it will work.
>
> I was using a 2.7.1.
Huh. Ok, I don't know what's going on then. But your patches haven't
changed the behaviour, so, whatever.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2018-06-28 3:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 9:17 [Qemu-devel] [PATCH v2 0/5] rework the ICS classes inheritance tree Cédric Le Goater
2018-06-25 9:17 ` [Qemu-devel] [PATCH v2 1/5] ppc/xics: introduce a parent_realize in ICSStateClass Cédric Le Goater
2018-06-26 2:18 ` David Gibson
2018-06-25 9:17 ` [Qemu-devel] [PATCH v2 2/5] ppc/xics: move the instance_init handler under the ics-base class Cédric Le Goater
2018-06-26 2:21 ` David Gibson
2018-06-25 9:17 ` [Qemu-devel] [PATCH v2 3/5] ppx/xics: introduce a parent_reset in ICSStateClass Cédric Le Goater
2018-06-26 2:25 ` David Gibson
2018-06-25 9:17 ` [Qemu-devel] [PATCH v2 4/5] ppc/xics: move the vmstate structures under the ics-base class Cédric Le Goater
2018-06-26 2:30 ` David Gibson
2018-06-25 9:17 ` [Qemu-devel] [PATCH v2 5/5] ppc/xics: rework the ICS classes inheritance tree Cédric Le Goater
2018-06-26 3:21 ` David Gibson
2018-06-26 13:27 ` [Qemu-devel] [Qemu-ppc] [PATCH v2 0/5] " Greg Kurz
2018-06-26 16:37 ` Cédric Le Goater
2018-06-27 0:14 ` David Gibson
2018-06-27 6:34 ` Cédric Le Goater
2018-06-28 3:54 ` David Gibson [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=20180628035409.GD23134@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--cc=groug@kaod.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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 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).