From: "Michael S. Tsirkin" <mst@redhat.com>
To: aliguori@us.ibm.com, qemu-devel@nongnu.org, lersek@redhat.com,
kevin@koconnor.net
Subject: [Qemu-devel] [PATCH 0/3] pc: pass pci window data to guests
Date: Mon, 29 Apr 2013 18:51:17 +0300 [thread overview]
Message-ID: <cover.1367250562.git.mst@redhat.com> (raw)
This makes it possible for bios to load pci window
data from host.
This makes it possible for host to make sure
setup matches hardware exactly: especially important
for when ACPI tables are loaded from host.
This will also make it easier to add more chipsets
down the road.
Michael S. Tsirkin (3):
range: add structure to pass ranges around
pc: factor out pci hole math
pc: pass PCI hole ranges to Guests
hw/i386/pc.c | 34 +++++++++++++++++++++++++++++++---
hw/i386/pc_piix.c | 14 +++++++-------
hw/i386/pc_q35.c | 9 ++++++---
hw/pci-host/q35.c | 18 ++++++++----------
include/hw/i386/pc.h | 25 ++++++++++++++++++++++++-
include/hw/pci-host/q35.h | 4 ++--
include/qemu/range.h | 24 ++++++++++++++++++++++++
7 files changed, 102 insertions(+), 26 deletions(-)
--
MST
next reply other threads:[~2013-04-29 15:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-29 15:51 Michael S. Tsirkin [this message]
2013-04-29 15:51 ` [Qemu-devel] [PATCH 1/3] range: add structure to pass ranges around Michael S. Tsirkin
2013-04-29 15:51 ` [Qemu-devel] [PATCH 2/3] pc: factor out pci hole math Michael S. Tsirkin
2013-04-29 15:51 ` [Qemu-devel] [PATCH 3/3] pc: pass PCI hole ranges to Guests Michael S. Tsirkin
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=cover.1367250562.git.mst@redhat.com \
--to=mst@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=kevin@koconnor.net \
--cc=lersek@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.