From: David Gibson <david@gibson.dropbear.id.au>
To: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Cc: Greg Kurz <groug@kaod.org>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
Cedric Le Goater <clg@kaod.org>
Subject: Re: [Qemu-devel] [PATCH v4 0/6] spapr/xics: fix migration of older machine types
Date: Wed, 14 Jun 2017 09:41:42 +0800 [thread overview]
Message-ID: <20170614014142.GF13420@umbus> (raw)
In-Reply-To: <8760g01eae.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me>
[-- Attachment #1: Type: text/plain, Size: 2732 bytes --]
On Tue, Jun 13, 2017 at 01:59:29PM +0530, Nikunj A Dadhania wrote:
> Greg Kurz <groug@kaod.org> writes:
>
> > On Sun, 11 Jun 2017 17:38:42 +0800
> > David Gibson <david@gibson.dropbear.id.au> wrote:
> >
> >> 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
>
> Strangely, your command line does not have multiple threads. Need to see
> what is the side effect of enabling MTTCG by default here.
>
> >> >
> >> > 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.
> >>
> >>
> >
> > Heh, maybe you didn't see in my mail but I did bisect:
> >
> > f0b0685d6694a28c66018f438e822596243b1250 is the first bad commit
> > commit f0b0685d6694a28c66018f438e822596243b1250
> > Author: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
> > Date: Thu Apr 27 10:48:23 2017 +0530
> >
> > tcg: enable MTTCG by default for PPC64 on x86
>
> Let me have a look at it.
Is this crash fixed by the patch from Thomas I merged yesterday?
--
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-14 1:42 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
2017-06-13 7:43 ` Greg Kurz
2017-06-13 8:29 ` Nikunj A Dadhania
2017-06-14 1:41 ` David Gibson [this message]
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=20170614014142.GF13420@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 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).