From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeSI3-00074T-SS for qemu-devel@nongnu.org; Thu, 07 Nov 2013 11:18:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeSHx-0003Lc-Tv for qemu-devel@nongnu.org; Thu, 07 Nov 2013 11:18:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeSHx-0003LY-MA for qemu-devel@nongnu.org; Thu, 07 Nov 2013 11:18:33 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA7GIWRP006078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Nov 2013 11:18:33 -0500 Date: Thu, 7 Nov 2013 18:21:31 +0200 From: "Michael S. Tsirkin" Message-ID: <20131107162131.GA4370@redhat.com> References: <1383840877-2861-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383840877-2861-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] exec: alternative fix for master abort woes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: marcel.a@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com On Thu, Nov 07, 2013 at 05:14:35PM +0100, Paolo Bonzini wrote: > This fixes the problems with the misalignment of the master abort region. > See patch 2 for details, patch 1 is just a preparatory search-and-replace > patch. > > Paolo Bonzini (2): > split definitions for exec.c and translate-all.c radix trees > exec: make address spaces 64-bit wide Can you please share info on testing you did? > exec.c | 28 ++++++++++++++++------------ > translate-all.c | 32 ++++++++++++++++++-------------- > translate-all.h | 7 ------- > 3 files changed, 34 insertions(+), 33 deletions(-) > > -- > 1.8.4.2