All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] pci: 64bit support
@ 2012-02-29 11:45 Gerd Hoffmann
  2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 1/6] output: add 64bit hex print support Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2012-02-29 11:45 UTC (permalink / raw)
  To: seabios; +Cc: qemu-devel, Gerd Hoffmann

  Hi,

New revision of my 64bit pci patches.  This is what I'm using to play
with 64bit PCI bars (ivshmem + qxl devices) and bridge support (patches
from mst).

Changes in v2:
  * tried to reduce the stack footprint of 64bit hex number printing.
  * changed patch splitting to make them (hopefully) more readable.
  * full support for bridges with 64bit memory windows, even nested.

Also availabe from:
  git://git.kraxel.org/seabios pci64

enjoy,
  Gerd

Gerd Hoffmann (6):
  output: add 64bit hex print support
  pci: split device discovery into multiple steps
  pci: 64bit support.
  pci: bridges can have two regions too
  pci: fix bridge ressource allocation.
  pci: add prefmem64

 src/acpi-dsdt.dsl |    7 ++
 src/acpi-dsdt.hex |   72 ++++++++++++---
 src/config.h      |    2 +
 src/output.c      |   23 ++++-
 src/pci.h         |   14 ++-
 src/pciinit.c     |  272 ++++++++++++++++++++++++++++++++++++++---------------
 6 files changed, 294 insertions(+), 96 deletions(-)

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

end of thread, other threads:[~2012-03-06  7:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 11:45 [Qemu-devel] [PATCH v2 0/6] pci: 64bit support Gerd Hoffmann
2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 1/6] output: add 64bit hex print support Gerd Hoffmann
2012-03-05 15:23   ` [Qemu-devel] [SeaBIOS] " Kevin O'Connor
2012-03-06  7:03     ` Gerd Hoffmann
2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 2/6] pci: split device discovery into multiple steps Gerd Hoffmann
2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 3/6] pci: 64bit support Gerd Hoffmann
2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 4/6] pci: bridges can have two regions too Gerd Hoffmann
2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 5/6] pci: fix bridge ressource allocation Gerd Hoffmann
2012-02-29 11:45 ` [Qemu-devel] [PATCH v2 6/6] pci: add prefmem64 Gerd Hoffmann

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.