qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5] showing a splash picture when start, seabios


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH v5] showing a splash picture when start, seabios image for test
Date: Mon, 4 Jul 2011 19:31:53 +0100
User-agent: KMail/1.13.7 (Linux/2.6.39-2-amd64; KDE/4.6.4; x86_64; ; )

>      jpeg decoder have its limitation, it only accept jpg file with
> width=16*M, height=16*N.
>      bmp decoder only accept 24bpp file, with a resolution that a video
> mode could support. Recommended is 640x480(mostly used).

Doing image decoding in the bios seems particularly pointless.  Why don't you 
just pass the bios raw image data?

If you really want to directly support fancier formats IMO it makes much more 
sense to do that in qemu itself.  There we can use the same libraries as 
everyone else (libjpeg, libpng, etc) rather than badly reimpleenting them 
inside the bios.

Paul



reply via email to

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