qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/6] pci: 64bit support


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 0/6] pci: 64bit support
Date: Wed, 29 Feb 2012 12:45:04 +0100

  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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]