qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std)


From: Avi Kivity
Subject: [Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std)
Date: Mon, 5 Mar 2012 17:51:15 +0200

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




reply via email to

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