From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Question about hvmloader, vgabios and qxl problem Date: Tue, 10 Apr 2012 10:26:39 +0000 Message-ID: <1334053599.12209.178.camel@dagon.hellion.org.uk> References: <1333699761452-5622311.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1333699761452-5622311.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Fantu Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Fri, 2012-04-06 at 09:09 +0100, Fantu wrote: > I am currently looking hvmloader and vgabios, apparently they did not > provide support for qxl and more videoram, so maybe the problem is there. > Vgabios is not updated to last version with qxl support, is used by qemu > upstream and need to be updated? VGA BIOS is not used with SeaBIOS (and therefore not used with upstream qemu), it is only used with ROMBIOS. SeaBIOS loads any option ROMs directly from the (emulated) hardware devices (like a real BIOS would). Ian.