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: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 3/3] [QEMU] Add BIOS splash image
Date: Tue, 16 Dec 2008 16:33:59 +0100


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.

Andreas





reply via email to

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