qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/3] [QEMU] Add BIOS splash image


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH 3/3] [QEMU] Add BIOS splash image
Date: Tue, 16 Dec 2008 18:22:26 +0100


Le 16 déc. 08 à 16:33, Andreas Färber a écrit :


Am 16.12.2008 um 16:20 schrieb Laurent Vivier:

This patch adds to qemu the function needed to display a splash image under
BIOS control through the firmware control device.

It adds a "-splash" option allowing to specify the picture file name (a .PNG) to display. You can enable/disable a fade in, fade out and the bootmenu. The
time to display the image can be also given (in seconds).

Signed-off-by: Laurent Vivier <address@hidden>
---
qemu/Makefile.target      |    2 +-
qemu/configure            |   19 +++
qemu/hw/bootmenu_pixmap.h | 231 +++++++++++++++++++++++++++++++++++ ++
qemu/hw/fw_cfg.h          |    1 +
qemu/hw/pc.c | 276 +++++++++++++++++++++++++++++++++++ +++++++++-
qemu/sysemu.h             |    1 +
qemu/vl.c                 |   19 +++
7 files changed, 545 insertions(+), 4 deletions(-)

This is lacking documentation.

I agree, but I'm lazy and I was wondering if someone could really be interested by this functionality. If so, I'll write it.

Regards,
Laurent
----------------------- Laurent Vivier ----------------------
"The best way to predict the future is to invent it."
- Alan Kay









reply via email to

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