From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2hyX-0001CH-K9 for qemu-devel@nongnu.org; Wed, 29 Feb 2012 06:45:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2hy6-0002IU-Du for qemu-devel@nongnu.org; Wed, 29 Feb 2012 06:45:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2hy6-0002I3-4x for qemu-devel@nongnu.org; Wed, 29 Feb 2012 06:45:14 -0500 From: Gerd Hoffmann Date: Wed, 29 Feb 2012 12:45:04 +0100 Message-Id: <1330515910-725-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6] pci: 64bit support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: seabios@seabios.org Cc: qemu-devel@nongnu.org, 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(-)