showing a splash picture when start
commit3d3b8303c6f83b9b245bc774af530a6403cc4ce6
authorwayne <xiawenc@linux.vnet.ibm.com>
Wed, 27 Jul 2011 10:04:55 +0000 (27 18:04 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 29 Jul 2011 13:25:44 +0000 (29 08:25 -0500)
tree3c5dabbe00cf7422abe75a0c8bc2b00a536530e4
parent6da48311bbd884da4d0a4ae03b0fc7a78981a5f4
showing a splash picture when start

    Added options to let qemu transfer two configuration files to bios:
"bootsplash.bmp" and "etc/boot-menu-wait", which could be specified by command
    -boot splash=P,splash-time=T
P is jpg/bmp file name or an absolute path, T have a max value of 0xffff, unit
is ms. With these two options, if user invoke qemu with menu=on option, then
a splash picture would be showed in a given time. For example:
    qemu -boot menu=on,splash=/root/boot.bmp,splash-time=5000
would make boot.bmp shown as a brand with 5 seconds in the booting up process.
This feature need the new seabios's support, which could be got from git.

Signed-off-by: Wayne Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/fw_cfg.c
qemu-config.c
qemu-options.hx
sysemu.h
vl.c