All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [seabios patch 0/5] dynamic pci i/o windows
@ 2012-05-04  8:21 Gerd Hoffmann
  2012-05-04  8:21 ` [Qemu-devel] [seabios patch 1/5] pci: init all devices Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Gerd Hoffmann @ 2012-05-04  8:21 UTC (permalink / raw)
  To: seabios; +Cc: qemu-devel, Gerd Hoffmann

  Hi,

This patch series makes the PCI I/O windows runtime-configurable via
qemu firmware config interface.  Main advantage is that we can size and
shuffle around the PCI i/O windows according to the amount of memory the
virtual machine has.  We don't need a hole for 64bit PCI bars, we can
just map them above the main memory.  The hole for 32bit PCI bars can be
enlarged for guests with less than 3.5 GB of memory.

Oh, and the pci device initialization fix is there too ;)

cheers,
  Gerd

Gerd Hoffmann (5):
  pci: init all devices
  acpi: add qemu fwcfg driver
  acpi: update pci io windows according to fw_cfg info
  pciinit: make pci ressources configurable
  update src/acpi-dsdt.hex

 src/acpi-dsdt.dsl |   81 ++++++++++-
 src/acpi-dsdt.hex |  420 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/paravirt.c    |    8 +
 src/paravirt.h    |    2 +
 src/pciinit.c     |   32 +++-
 5 files changed, 522 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-05-12 18:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-04  8:21 [Qemu-devel] [seabios patch 0/5] dynamic pci i/o windows Gerd Hoffmann
2012-05-04  8:21 ` [Qemu-devel] [seabios patch 1/5] pci: init all devices Gerd Hoffmann
2012-05-04 13:15   ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2012-05-04 15:35     ` Gerd Hoffmann
2012-05-05  0:10       ` Kevin O'Connor
2012-05-12 18:16       ` Kevin O'Connor
2012-05-04  8:21 ` [Qemu-devel] [seabios patch 2/5] acpi: add qemu fwcfg driver Gerd Hoffmann
2012-05-04  8:21 ` [Qemu-devel] [seabios patch 3/5] acpi: update pci io windows according to fw_cfg info Gerd Hoffmann
2012-05-04  8:21 ` [Qemu-devel] [seabios patch 4/5] pciinit: make pci ressources configurable Gerd Hoffmann
2012-05-04  8:21 ` [Qemu-devel] [seabios patch 5/5] update src/acpi-dsdt.hex Gerd Hoffmann
2012-05-04  9:04   ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
2012-05-04  9:24     ` Michael Tokarev
2012-05-04 13:18 ` [Qemu-devel] [SeaBIOS] [seabios patch 0/5] dynamic pci i/o windows Kevin O'Connor
2012-05-04 14:01   ` Gerd Hoffmann
2012-05-04 14:46     ` Kevin O'Connor
2012-05-04 15:37       ` Kevin O'Connor
2012-05-06  8:50         ` Gleb Natapov
2012-05-07  1:58 ` Alexey Korolev
2012-05-07  2:43   ` Kevin O'Connor

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.