From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4aCJ-0003hy-2c for qemu-devel@nongnu.org; Mon, 05 Mar 2012 10:51:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4aCE-0000Yb-B1 for qemu-devel@nongnu.org; Mon, 05 Mar 2012 10:51:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4aCE-0000YG-32 for qemu-devel@nongnu.org; Mon, 05 Mar 2012 10:51:34 -0500 From: Avi Kivity Date: Mon, 5 Mar 2012 17:51:15 +0200 Message-Id: <1330962677-14837-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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