From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA7fX-0001iv-OS for qemu-devel@nongnu.org; Thu, 06 May 2010 16:27:39 -0400 Received: from [140.186.70.92] (port=54226 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA7fV-0001gb-Uc for qemu-devel@nongnu.org; Thu, 06 May 2010 16:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA7fQ-0003bN-Mk for qemu-devel@nongnu.org; Thu, 06 May 2010 16:27:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45305) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OA7fQ-0003bH-Ed for qemu-devel@nongnu.org; Thu, 06 May 2010 16:27:32 -0400 Message-ID: <4BE3262D.5060408@redhat.com> Date: Thu, 06 May 2010 22:27:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4BE174CD.9030606@redhat.com> <4855E2D8011C47A797DC2460DC9919F7@FSCPC> <4BE28D5C.4060001@redhat.com> <14CF1772B7404D1CB1612DE38DC4E78B@FSCPC> <4BE31A8D.7090603@redhat.com> <78BF3E6C026340CCBAF0EB1CF4684228@FSCPC> In-Reply-To: <78BF3E6C026340CCBAF0EB1CF4684228@FSCPC> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Sebastian Herbszt Cc: qemu-devel@nongnu.org On 05/06/10 22:19, Sebastian Herbszt wrote: > 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? Yes. cheers, Gerd