From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXh3T-0000Ih-UL for qemu-devel@nongnu.org; Thu, 12 Feb 2009 14:16:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXh3Q-0000G2-Jx for qemu-devel@nongnu.org; Thu, 12 Feb 2009 14:16:58 -0500 Received: from [199.232.76.173] (port=38079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXh3Q-0000Fz-Fm for qemu-devel@nongnu.org; Thu, 12 Feb 2009 14:16:56 -0500 Received: from mx2.redhat.com ([66.187.237.31]:34472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXh3Q-0006hB-41 for qemu-devel@nongnu.org; Thu, 12 Feb 2009 14:16:56 -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 n1CJGtUD025804 for ; Thu, 12 Feb 2009 14:16:55 -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 n1CJGt7O015984 for ; Thu, 12 Feb 2009 14:16:56 -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 n1CJGsBM010124 for ; Thu, 12 Feb 2009 14:16:55 -0500 Message-ID: <49947563.3050701@redhat.com> Date: Thu, 12 Feb 2009 21:15:47 +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. > One question, Vbe in qemu can work with isa, would it work then? > -- > Thanks > > Volker > > >