From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOtOD-00025N-T1 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 07:38:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOtOC-00022U-Ji for qemu-devel@nongnu.org; Mon, 19 Jan 2009 07:38:01 -0500 Received: from [199.232.76.173] (port=59010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOtOC-00022H-D2 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 07:38:00 -0500 Received: from mx2.redhat.com ([66.187.237.31]:56984) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOtOB-0003ws-TV for qemu-devel@nongnu.org; Mon, 19 Jan 2009 07:38:00 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0JCbwIP016238 for ; Mon, 19 Jan 2009 07:37:58 -0500 Message-ID: <497457DE.9000903@redhat.com> Date: Mon, 19 Jan 2009 12:37:18 +0200 From: Izik Eidus MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu: change pci mapping to start from 0xc000000 References: <4972BE39.3020203@redhat.com> <20090118160211.GD29067@game.jcrosoft.org> In-Reply-To: <20090118160211.GD29067@game.jcrosoft.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Izik Eidus , qemu-devel@nongnu.org Jean-Christophe PLAGNIOL-VILLARD wrote: > On 07:29 Sun 18 Jan , Izik Eidus wrote: > >> changing the pci mapping to start from 0xc000000 give much more >> memory resources to pci devices inside qemu. >> >> note: none pea guests wont be able to see more than 3Giga of ram >> but it doesnt seems like a problem. >> >> Signed-off-by: Izik Eidus >> and maybe you could be more specific in the commit message about which >> arch/board you update >> The update is just for x86 systems..