From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com, kevin@koconnor.net, lersek@redhat.com,
kraxel@redhat.com
Subject: [Qemu-devel] [PATCH v3 0/4] pc: pass pci window data to guests
Date: Tue, 18 Jun 2013 17:17:15 +0300 [thread overview]
Message-ID: <1371564986-11136-1-git-send-email-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.
This will also make it easier to add more chipsets
down the road.
Ranges are passed within a generic GuestInfo
structure, can add more fields of interest
to Guests in the future.
Note: this is on top of my PCI branch,
if no one objects I'd like to merge it through
there as there are some trivial dependencies on that.
Changes from v1:
- fix v1.5-v1.6 migration compatibility
- address Peter Maydell's comments on range.h
- make addresses a bit smaller, compatible to what seabios does at the
moment. We can increase the windows, carefully, at a later time.
Changes from v2:
- document alignment requirements for 32 bit as suggested by Gerd
- align 64 bit windows as suggested by Gerd
- tweak field name for 1.5 compat support
- smash compat patch into main fw cfg patch,
avoid bisect breakage
- add patch to reduce compat code duplication
Michael S. Tsirkin (5):
range: add Range structure
pci: store PCI hole ranges in guestinfo structure
pc: pass PCI hole ranges to Guests
pc: add 1.6 compat type
pc: pci-info add compat support
hw/i386/pc.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++-
hw/i386/pc_piix.c | 37 ++++++++++++++++++++++++---
hw/i386/pc_q35.c | 6 ++++-
hw/pci-host/q35.c | 4 +++
include/hw/i386/pc.h | 20 ++++++++++++++-
include/hw/pci-host/q35.h | 2 ++
include/qemu/range.h | 16 ++++++++++++
include/qemu/typedefs.h | 1 +
8 files changed, 145 insertions(+), 6 deletions(-)
--
MST
next reply other threads:[~2013-06-18 14:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-18 14:17 Michael S. Tsirkin [this message]
2013-06-18 14:17 ` [Qemu-devel] [PATCH v3 1/4] range: add Range structure Michael S. Tsirkin
2013-06-18 14:17 ` [Qemu-devel] [PATCH v3 3/4] pc: pass PCI hole ranges to Guests Michael S. Tsirkin
2013-06-18 14:17 ` [Qemu-devel] [PATCH v3 4/4] pc_piix: cleanup init compat handling 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=1371564986-11136-1-git-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=kevin@koconnor.net \
--cc=kraxel@redhat.com \
--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 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).