From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eI5Wf-0002Pe-5d for qemu-devel@nongnu.org; Thu, 23 Nov 2017 23:23:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eI5We-0005Vz-8l for qemu-devel@nongnu.org; Thu, 23 Nov 2017 23:23:41 -0500 From: Suraj Jitindar Singh Date: Fri, 24 Nov 2017 15:23:23 +1100 Message-Id: <20171124042325.28012-1-sjitindarsingh@gmail.com> Subject: [Qemu-devel] [QEMU-PPC] [PATCH 0/2] target/ppc: hpt on radix and compat migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org, david@gibson.dropbear.id.au, sjitindarsingh@gmail.com, groug@kaod.org The following patches fix 2 migration bugs. The first being that migration of a hpt guest on a radix host currently doesn't work. The first patch fixes this by installing the correct value in patb_entry. The second bug is that migration in a compat mode will currently result in no compat mode actually being set on the receiving side. Fix this by ensuring the compat_pvr is communicated to kvm. The hpt on radix migration will require the host kernel to contain the patch: KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts Suraj Jitindar Singh (2): target/ppc: Move setting of patb_entry on hash table init target/ppc: Fix setting of cpu->compat_pvr on incoming migration hw/ppc/spapr.c | 4 ++-- target/ppc/machine.c | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) -- 2.13.6