From: Avi Kivity <avi@redhat.com>
To: qemu-devel@nongnu.org
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
Alexander Graf <agraf@suse.de>
Subject: [Qemu-devel] [PATCH 0/2] Unbreak aliases of I/O regions (and -vga std)
Date: Mon, 5 Mar 2012 17:51:15 +0200 [thread overview]
Message-ID: <1330962677-14837-1-git-send-email-avi@redhat.com> (raw)
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
next reply other threads:[~2012-03-05 15:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-05 15:51 Avi Kivity [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330962677-14837-1-git-send-email-avi@redhat.com \
--to=avi@redhat.com \
--cc=agraf@suse.de \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).