From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVUW6-0004UH-66 for qemu-devel@nongnu.org; Fri, 06 Feb 2009 12:29:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVUW5-0004Tq-Eg for qemu-devel@nongnu.org; Fri, 06 Feb 2009 12:29:25 -0500 Received: from [199.232.76.173] (port=42241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVUW4-0004Th-UT for qemu-devel@nongnu.org; Fri, 06 Feb 2009 12:29:25 -0500 Received: from mx2.redhat.com ([66.187.237.31]:40416) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVUW4-0007SO-Bi for qemu-devel@nongnu.org; Fri, 06 Feb 2009 12:29:24 -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 n16HTMtp024127 for ; Fri, 6 Feb 2009 12:29:22 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n16HTMHt001888 for ; Fri, 6 Feb 2009 12:29:23 -0500 Received: from [10.35.1.199] (dhcp-1-199.tlv.redhat.com [10.35.1.199]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n16HTLWY024299 for ; Fri, 6 Feb 2009 12:29:22 -0500 Message-ID: <498C7335.5050706@redhat.com> Date: Fri, 06 Feb 2009 19:28:21 +0200 From: Izik Eidus MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/1] qemu: changing the pci memory address References: <1233932022-1283-1-git-send-email-ieidus@redhat.com> <200902061734.57201.info@vruppert.de> In-Reply-To: <200902061734.57201.info@vruppert.de> Content-Type: text/plain; charset=UTF-8; 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: qemu-devel@nongnu.org Volker Ruppert wrote: > 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. > Yes, but i think it better to change the default address of the vga bios as well Any aurgoment against that? (i dont really mind to remove this lines if you want to... :-)) > -- > Thanks > > Volker > > >