From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPa8M-0006le-3j for qemu-devel@nongnu.org; Wed, 02 May 2012 10:02:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPa8K-0005FI-Cy for qemu-devel@nongnu.org; Wed, 02 May 2012 10:02:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPa8K-0005Ez-5o for qemu-devel@nongnu.org; Wed, 02 May 2012 10:02:20 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q42E2Idn011449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 May 2012 10:02:18 -0400 From: Gerd Hoffmann Date: Wed, 2 May 2012 16:02:13 +0200 Message-Id: <1335967335-30197-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] pci: 64bit bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, seabios (master branch) just got 64bit pci support. When running out of address space in the pci memory window below 4G (0xe0000000+) seabios will map 64bit pci bars above 4G to make room below 4G. This patch series carries two little patches for qemu to adapt it to the seabios changes. First patch creates a memory window for the 64bit pci bars. Second patch adds a 64bit option to the ivshmem driver, which allows to use huge shared memory chunks. please review & apply, Gerd Gerd Hoffmann (2): 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 ++++++++++------------ 4 files changed, 40 insertions(+), 18 deletions(-)