qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std)
@ 2012-03-05 15:51 Avi Kivity
  2012-03-05 15:51 ` [Qemu-devel] [PATCH 1/2] ioport: add destructor method to IORange Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Avi Kivity @ 2012-03-05 15:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mark Cave-Ayland, Alexander Graf

Aliases to memory regions in the I/O address space are broken; this affects
-vga std.  These two patches fix the problem.

Also available in

  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent

Avi Kivity (2):
  ioport: add destructor method to IORange
  memory: fix I/O port aliases

 exec.c    |    8 ++++++--
 ioport.c  |   15 +++++++++++++++
 ioport.h  |    1 +
 iorange.h |    1 +
 memory.c  |   26 ++++++++++++++++++++------
 memory.h  |    9 ++++++++-
 6 files changed, 51 insertions(+), 9 deletions(-)

-- 
1.7.9

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

end of thread, other threads:[~2012-03-05 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 15:51 [Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std) Avi Kivity
2012-03-05 15:51 ` [Qemu-devel] [PATCH 1/2] ioport: add destructor method to IORange Avi Kivity
2012-03-05 15:51 ` [Qemu-devel] [PATCH 2/2] memory: fix I/O port aliases Avi Kivity
2012-03-05 18:56 ` [Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std) Blue Swirl

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