From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVTfd-0000WY-33 for qemu-devel@nongnu.org; Fri, 06 Feb 2009 11:35:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVTfb-0000V8-2f for qemu-devel@nongnu.org; Fri, 06 Feb 2009 11:35:12 -0500 Received: from [199.232.76.173] (port=52077 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVTfa-0000Ul-Dh for qemu-devel@nongnu.org; Fri, 06 Feb 2009 11:35:10 -0500 Received: from moutng.kundenserver.de ([212.227.126.188]:56300) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVTfZ-0004eH-RG for qemu-devel@nongnu.org; Fri, 06 Feb 2009 11:35:10 -0500 From: Volker Ruppert Subject: Re: [Qemu-devel] [PATCH 0/1] qemu: changing the pci memory address Date: Fri, 6 Feb 2009 17:34:56 +0100 References: <1233932022-1283-1-git-send-email-ieidus@redhat.com> In-Reply-To: <1233932022-1283-1-git-send-email-ieidus@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902061734.57201.info@vruppert.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Izik Eidus Hi! > Change the pci mem address to start at 0xc0000000, > Allow more memory resources for the pci devices. > > (note with this pach non pea guests can see only up to 3Giga of ram) It's not necessary to patch the latest CVS version of the LGPL'd VGABIOS, since it reads the LFB address from PCI BAR #0. Patching the PCI init code in the Bochs BIOS should be enough to make it work. -- Thanks Volker