qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/2] exec: fixes for access clamping


From: Hervé Poussineau
Subject: Re: [Qemu-devel] [PATCH 0/2] exec: fixes for access clamping
Date: Thu, 18 Jun 2015 21:32:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

Le 18/06/2015 17:43, Paolo Bonzini a écrit :
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 need
anymore the address_space_rw hack.

Please test!

It works.
Tested-by: Hervé Poussineau <address@hidden>


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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]