qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] [RFC] Variable video ram size option


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] [RFC] Variable video ram size option
Date: Fri, 9 Jan 2009 16:02:21 -0800
User-agent: KMail/1.9.9

On Friday 09 January 2009 12:45:47 Trolle Selander wrote:
> +#ifdef TARGET_SPARC
> +    vga_ram_size += (1024 * 1024);
> +#endif

This looks pretty bogus.

> +    if ( vga_ram_size > 16*1024*1024 )
> +    {
> +        fprintf(stderr,"The stdvga/VBE device model currently has no use
> for more than 16 Megs of vram. Video ram reduced to 16M. \n"); +       
> vga_ram_size = 16*1024*1024;

I'm pretty sure this is wrong. VBE alows arbritary sized virtual framebuffers.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]