From: David Gibson <david@gibson.dropbear.id.au>
To: Greg Kurz <groug@kaod.org>
Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
Cedric Le Goater <clg@kaod.org>,
Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Subject: Re: [Qemu-devel] [PATCH v4 0/6] spapr/xics: fix migration of older machine types
Date: Sun, 11 Jun 2017 17:38:42 +0800 [thread overview]
Message-ID: <20170611093842.GA13479@umbus> (raw)
In-Reply-To: <20170609170913.2e6526c3@bahia.ttt.fr.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]
On Fri, Jun 09, 2017 at 05:09:13PM +0200, Greg Kurz wrote:
> On Fri, 9 Jun 2017 20:28:32 +1000
> David Gibson <david@gibson.dropbear.id.au> wrote:
>
> > On Fri, Jun 09, 2017 at 11:36:31AM +0200, Greg Kurz wrote:
> > > On Fri, 9 Jun 2017 12:28:13 +1000
> > > David Gibson <david@gibson.dropbear.id.au> wrote:
> > >
> > > > On Thu, Jun 08, 2017 at 03:42:32PM +0200, Greg Kurz wrote:
> > > > > I've provided answers for all comments from the v3 review that I deliberately
> > > > > don't address in v4.
> > > >
> > > > I've merged patches 1-4. 5 & 6 I'm still reviewing.
> > > >
> > >
> > > Cool. FYI, I forgot to mention that I only tested with KVM.
> > >
> > > I'm now trying with TCG and I hit various guest crash on
> > > the destination (using your ppc-for-2.10 branch WITHOUT
> > > my patches):
> >
> > Drat. What's your reproducer for this crash?
> >
>
> 1) start guest
>
> qemu-system-ppc64 \
> -nodefaults -nographic -snapshot -no-shutdown -serial mon:stdio \
> -device virtio-net,netdev=netdev0,id=net0 \
> -netdev bridge,id=netdev0,br=virbr0,helper=/usr/libexec/qemu-bridge-helper \
> -device virtio-blk,drive=drive0,id=blk0 \
> -drive file=/home/greg/images/sle12-sp1-ppc64le.qcow2,id=drive0,if=none \
> -machine type=pseries,accel=tcg -cpu POWER8
>
> 2) migrate
>
> 3) destination crashes (immediately or after very short delay) or
> hangs
Ok. I'll bisect it when I can, but you might well get to it first.
--
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: 819 bytes --]
next prev parent reply other threads:[~2017-06-11 12:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-08 13:42 [Qemu-devel] [PATCH v4 0/6] spapr/xics: fix migration of older machine types Greg Kurz
2017-06-08 13:42 ` [Qemu-devel] [PATCH v4 1/6] xics: introduce macros for ICP/ICS link properties Greg Kurz
2017-06-08 14:04 ` Cédric Le Goater
2017-06-08 14:32 ` Greg Kurz
2017-06-08 14:51 ` Cédric Le Goater
2017-06-08 15:45 ` Greg Kurz
2017-06-08 16:08 ` Cédric Le Goater
2017-06-08 17:00 ` Greg Kurz
2017-06-08 17:26 ` Cédric Le Goater
2017-06-09 2:10 ` David Gibson
2017-06-09 5:46 ` Cédric Le Goater
2017-06-08 13:42 ` [Qemu-devel] [PATCH v4 2/6] xics: pass appropriate types to realize() handlers Greg Kurz
2017-06-08 13:42 ` [Qemu-devel] [PATCH v4 3/6] xics: setup cpu at realize time Greg Kurz
2017-06-08 14:08 ` Cédric Le Goater
2017-06-08 13:43 ` [Qemu-devel] [PATCH v4 4/6] xics: drop ICPStateClass::cpu_setup() handler Greg Kurz
2017-06-08 14:09 ` Cédric Le Goater
2017-06-08 13:43 ` [Qemu-devel] [PATCH v4 5/6] xics: directly register ICPState objects to vmstate Greg Kurz
2017-06-12 14:15 ` David Gibson
2017-06-13 7:14 ` Greg Kurz
2017-06-13 8:07 ` David Gibson
2017-06-08 13:43 ` [Qemu-devel] [PATCH v4 6/6] spapr: fix migration of ICPState objects from/to older QEMU Greg Kurz
2017-06-12 14:21 ` David Gibson
2017-06-13 7:39 ` Greg Kurz
2017-06-09 2:28 ` [Qemu-devel] [PATCH v4 0/6] spapr/xics: fix migration of older machine types David Gibson
2017-06-09 9:36 ` Greg Kurz
2017-06-09 10:28 ` David Gibson
2017-06-09 15:09 ` Greg Kurz
2017-06-11 9:38 ` David Gibson [this message]
2017-06-13 7:43 ` Greg Kurz
2017-06-13 8:29 ` Nikunj A Dadhania
2017-06-14 1:41 ` David Gibson
2017-06-14 4:57 ` Nikunj A Dadhania
2017-06-16 10:53 ` Nikunj A Dadhania
2017-06-16 14:28 ` David Gibson
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=20170611093842.GA13479@umbus \
--to=david@gibson.dropbear.id.au \
--cc=clg@kaod.org \
--cc=groug@kaod.org \
--cc=nikunj@linux.vnet.ibm.com \
--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 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.