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(-)