From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XltuN-0005zN-ST for qemu-devel@nongnu.org; Wed, 05 Nov 2014 01:17:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XltuE-0001Wh-7f for qemu-devel@nongnu.org; Wed, 05 Nov 2014 01:17:31 -0500 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:51197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XltuD-0001WI-JY for qemu-devel@nongnu.org; Wed, 05 Nov 2014 01:17:22 -0500 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Nov 2014 16:17:14 +1000 From: Samuel Mendoza-Jonas Date: Wed, 5 Nov 2014 17:16:59 +1100 Message-Id: <1415168221-2324-1-git-send-email-sam.mj@au1.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] spapr: Fix stale HTAB during live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Cc: aik@ozlabs.ru, Samuel Mendoza-Jonas If a spapr guest reboots during a live migration, the guest HTAB on the destination is not updated properly, usually resulting in a kernel panic. This is a (delayed!) follow up to my previous patch including a fix for TCG guests as well as KVM. Samuel Mendoza-Jonas (2): spapr: Fix stale HTAB during live migration (KVM) spapr: Fix stale HTAB during live migration (TCG) hw/ppc/spapr.c | 102 +++++++++++++++++++++++++++++++++++++++++-------- include/hw/ppc/spapr.h | 3 ++ 2 files changed, 89 insertions(+), 16 deletions(-) -- 1.9.3