From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJjqh-0007cr-LD for qemu-devel@nongnu.org; Tue, 28 Nov 2017 12:39:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJjqd-0005ZW-KY for qemu-devel@nongnu.org; Tue, 28 Nov 2017 12:39:11 -0500 References: <20171128173224.1138-1-lvivier@redhat.com> From: Laurent Vivier Message-ID: Date: Tue, 28 Nov 2017 18:39:03 +0100 MIME-Version: 1.0 In-Reply-To: <20171128173224.1138-1-lvivier@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pseries: fix TCG migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, David Gibson , Bharata B Rao , Daniel Henrique Barboza On 28/11/2017 18:32, Laurent Vivier wrote: > Migration of pseries is broken with TCG because > QEMU tries to restore KVM MMU state unconditionally. > > The result is a SIGSEGV in kvm_vm_ioctl(): > > at qemu/accel/kvm/kvm-all.c:2032 > radix=, gtse=, proc_tbl=) > at qemu/target/ppc/kvm.c:396 > version_id=) at /home/lvivier/qemu/hw/ppc/spapr.c:1578 > vmsd=0x1009479e0 , opaque=0x1019103c0, > version_id=) at /home/lvivier/qemu/migration/vmstate.c:165 > at qemu/migration/savevm.c:748 > I'm going to resend the patch because the lines starting with "#" have been removed... Thanks, Laurent