From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5fbR-000431-U4 for qemu-devel@nongnu.org; Thu, 18 Jun 2015 15:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5fbM-0000Ks-OP for qemu-devel@nongnu.org; Thu, 18 Jun 2015 15:35:57 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:36523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5fbL-0000GW-Ub for qemu-devel@nongnu.org; Thu, 18 Jun 2015 15:35:52 -0400 Message-ID: <55831CB8.1010800@reactos.org> Date: Thu, 18 Jun 2015 21:32:08 +0200 From: =?windows-1252?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: <1434642231-24608-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1434642231-24608-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] exec: fixes for access clamping List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: aurelien@aurel32.net Le 18/06/2015 17:43, Paolo Bonzini a =E9crit : > The first patch fixes the remaining problems with Peter Crosthwaite's > access clamping patch (which broke kvmvapic and hence Windows XP/2003). > The second patch actually puts the clamping to good use: by fixing > address_space_translate_internal, the MIPS rc4030 emulation does not ne= ed > anymore the address_space_rw hack. > > Please test! It works. Tested-by: Herv=E9 Poussineau > > Paolo > > Paolo Bonzini (2): > exec: do not clamp accesses to MMIO regions > exec: clamp accesses against the MemoryRegionSection > > exec.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) >