From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA7YF-00049V-2j for qemu-devel@nongnu.org; Thu, 06 May 2010 16:20:07 -0400 Received: from [140.186.70.92] (port=51007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA7YD-00047E-6y for qemu-devel@nongnu.org; Thu, 06 May 2010 16:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA7YB-00021j-Ti for qemu-devel@nongnu.org; Thu, 06 May 2010 16:20:05 -0400 Received: from mail.gmx.net ([213.165.64.20]:55976) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OA7YB-00021L-0C for qemu-devel@nongnu.org; Thu, 06 May 2010 16:20:03 -0400 Message-ID: <78BF3E6C026340CCBAF0EB1CF4684228@FSCPC> From: "Sebastian Herbszt" References: <4BE174CD.9030606@redhat.com> <4855E2D8011C47A797DC2460DC9919F7@FSCPC> <4BE28D5C.4060001@redhat.com> <14CF1772B7404D1CB1612DE38DC4E78B@FSCPC> <4BE31A8D.7090603@redhat.com> In-Reply-To: <4BE31A8D.7090603@redhat.com> Date: Thu, 6 May 2010 22:19:13 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: vgabios + qemu: issues and plans. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > Hi, > >>> Works for stdvga and qxl. vmware fails as it has the memory at pci >>> region 1 (region 0 has ioports) and it seems vgabios isn't prepared to >>> handle that ... >> >> Do you mean vgabios currently doesn't work with qemu and "-vga vmware" ? > > It works, but uses the bochs lfb at the magic address 0xe0000000. > > Killing the 0xe000000 alias mapping and switching over to use the pci > region instead requires some changes in pci_get_lfb_addr to handle the > situation. Does this only happen with VBE? Sebastian