From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2hlf-00069M-MZ for qemu-devel@nongnu.org; Wed, 29 Feb 2012 06:32:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2hlZ-0008Ar-HQ for qemu-devel@nongnu.org; Wed, 29 Feb 2012 06:32:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2hlZ-0008AY-9x for qemu-devel@nongnu.org; Wed, 29 Feb 2012 06:32:17 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1TBWFPw018624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Feb 2012 06:32:15 -0500 From: Gerd Hoffmann Date: Wed, 29 Feb 2012 12:32:10 +0100 Message-Id: <1330515133-32759-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] 64bit pci patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Three patches for 64bit pci bar support. First is a clean bugfix, second adds a address space hole for 64bit PCI ressources, third gives you something to play with. Gerd Hoffmann (3): i44fx: fix pci_hole64 parameter passing pc: add pci64 memory hole ivshmem: add 64bit option hw/ivshmem.c | 13 ++++++++++--- hw/pc.c | 17 ++++++++++++++--- hw/pc.h | 6 ++++++ hw/pc_piix.c | 22 ++++++++++------------ hw/piix_pci.c | 2 +- 5 files changed, 41 insertions(+), 19 deletions(-)