From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPc5r-0003hY-Ee for qemu-devel@nongnu.org; Wed, 02 May 2012 12:08:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPc5p-0008Pf-NS for qemu-devel@nongnu.org; Wed, 02 May 2012 12:07:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPc5p-0008PO-Ev for qemu-devel@nongnu.org; Wed, 02 May 2012 12:07:53 -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 q42G7pGw024220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 May 2012 12:07:52 -0400 Message-ID: <4FA15361.7060905@redhat.com> Date: Wed, 02 May 2012 18:31:45 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1335967335-30197-1-git-send-email-kraxel@redhat.com> <1335967335-30197-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1335967335-30197-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] pc: add pci64 memory hole List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/02/2012 05:02 PM, Gerd Hoffmann wrote: > This patch adds a address space hole for 64bit PCI ressources. > It starts at 0x8000000000 (512 GB) and ends at 0x10000000000 (1 TB), > thus has 512 GB in size. This matches what the seabios is doing > (latest master branch). We should communicate this to seabios via fwcfg (really seabios should communicate this to the chipset, but our chipset doesn't support this at all). It should also only apply to -M old. -- error compiling committee.c: too many arguments to function