From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1w7b-0003Qg-3Z for qemu-devel@nongnu.org; Fri, 19 Dec 2014 06:53:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1w7U-0007Vo-Ry for qemu-devel@nongnu.org; Fri, 19 Dec 2014 06:53:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1w7U-0007Va-J3 for qemu-devel@nongnu.org; Fri, 19 Dec 2014 06:53:20 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBJBrJVU028467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 19 Dec 2014 06:53:20 -0500 From: Paolo Bonzini Date: Fri, 19 Dec 2014 12:53:12 +0100 Message-Id: <1418989994-17244-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] cpu->exception_index fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, ehabkost@redhat.com, dgilbert@redhat.com Two fixes for cpu->exception_index: - breakage of linux-user from commit e511b4d - wrong subsection definition in 2.2 (see patch 2) Paolo Paolo Bonzini (2): cpu: initialize cpu->exception_index on reset exec: change default exception_index value for migration to -1 cpus.c | 3 --- exec.c | 4 ++-- qom/cpu.c | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) -- 1.8.3.1