qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] exec: fixes for access clamping
@ 2015-06-18 15:43 Paolo Bonzini
  2015-06-18 15:43 ` [Qemu-devel] [PATCH 1/2] exec: do not clamp accesses to MMIO regions Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paolo Bonzini @ 2015-06-18 15:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: hpoussin, aurelien

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!

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

-- 
2.4.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-18 23:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18 15:43 [Qemu-devel] [PATCH 0/2] exec: fixes for access clamping Paolo Bonzini
2015-06-18 15:43 ` [Qemu-devel] [PATCH 1/2] exec: do not clamp accesses to MMIO regions Paolo Bonzini
2015-06-18 15:43 ` [Qemu-devel] [PATCH 2/2] exec: clamp accesses against the MemoryRegionSection Paolo Bonzini
2015-06-18 19:32 ` [Qemu-devel] [PATCH 0/2] exec: fixes for access clamping Hervé Poussineau
2015-06-18 21:31 ` Don Slutz
2015-06-18 23:09 ` Mark Cave-Ayland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).