From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn2Jv-0005Lt-Hv for qemu-devel@nongnu.org; Thu, 22 Sep 2016 07:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn2Jt-00030N-Jg for qemu-devel@nongnu.org; Thu, 22 Sep 2016 07:37:38 -0400 Message-ID: <1474544236.2857.176.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Thu, 22 Sep 2016 21:37:16 +1000 In-Reply-To: <29075577-13ca-bcbb-f6e0-9af8ca6fcbc2@kaod.org> References: <20160922052105.GD7915@in.ibm.com> <1474524441.2857.159.camel@kernel.crashing.org> <20160922061514.GF7915@in.ibm.com> <1474534046.2857.166.camel@kernel.crashing.org> <87d1jw5mr0.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> <1474538671.2857.169.camel@kernel.crashing.org> <8737ks5h1c.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> <29075577-13ca-bcbb-f6e0-9af8ca6fcbc2@kaod.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] pseries-2.6 migration from QEMU-2.6 to QEMU-2.7 broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?C=E9dric?= Le Goater , Nikunj A Dadhania , bharata@linux.vnet.ibm.com, aik@ozlabs.ru Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au On Thu, 2016-09-22 at 13:27 +0200, C=C3=A9dric Le Goater wrote: > > TCG migration succeeds and proceeds ahead. But fails somewhere > > ahead in > > powerpc exception handler: > >=20 > > [qemu]$ ./ppc64-softmmu/qemu-system-ppc64=C2=A0=C2=A0-machine pseries= - > > 2.6,usb=3Doff -vga none -nographic -m 2G=C2=A0=C2=A0=C2=A0../../imgs/= guest.disk > > -monitor pty --incoming tcp:localhost:4444=C2=A0 > > char device redirected to /dev/pts/5 (label compat_monitor0) > > ppc_kvm_enabled: is kvm enabled 0 > > get_insns_equal:=C2=A0 > > Did not match, ignore 9223477658187168481 !=3D 9223477658187151905 > > ppc_kvm_enabled: is kvm enabled 0 > > get_insns_equal:=C2=A0 > > Did not match, ignore 331702 !=3D 69558 > > Cannot open font file True > > Cannot open font file True > > qemu: fatal: Trying to deliver HV exception 4 with no HV support >=20 > hmm, this is because we added MSR_HVB in msr_mask AFAICT. we should > have=C2=A0a similar vmstate op for it I think We also need to be careful about now allowing KVM migration to/from wildly different CPU generations, or is that handled elsewhere ? (PVR match ?) > C.=C2=A0 >=20 > >=20 > >=20 > > NIP c0000000000795c8=C2=A0=C2=A0=C2=A0LR d00000000074407c CTR c000000= 000079544 XER > > 0000000000000000 CPU#0 > > MSR 8000000000009032 HID0 0000000000000000=C2=A0=C2=A0HF 800000000000= 0030 > > iidx 1 didx 1 > > TB 00000007 32202510341 DECR 00596259 > >=20 > > Regards, > > Nikunj > >=20