All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <andreas.faerber@web.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 3/3] [QEMU] Add BIOS splash image
Date: Tue, 16 Dec 2008 16:33:59 +0100	[thread overview]
Message-ID: <12CAF773-0D77-44BF-8C47-B714BFAB8D1B@web.de> (raw)
In-Reply-To: <1229440810-12394-4-git-send-email-Laurent.Vivier@bull.net>


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 <Laurent.Vivier@bull.net>
> ---
> 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	other threads:[~2008-12-16 15:34 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-16 15:20 [PATCH 0/3] Add BIOS splash image support Laurent Vivier
2008-12-16 15:20 ` [Qemu-devel] " Laurent Vivier
2008-12-16 15:20 ` [PATCH 1/3] Correct fw_cfg_add_callback() Laurent Vivier
2008-12-16 15:20   ` [Qemu-devel] " Laurent Vivier
2008-12-16 15:20   ` [PATCH 2/3] [BIOS] Add splash image support Laurent Vivier
2008-12-16 15:20     ` [Qemu-devel] " Laurent Vivier
2008-12-16 15:20     ` [PATCH 3/3] [QEMU] Add BIOS splash image Laurent Vivier
2008-12-16 15:20       ` [Qemu-devel] " Laurent Vivier
2008-12-16 15:33       ` Andreas Färber [this message]
2008-12-16 17:22         ` Laurent Vivier
2008-12-16 16:16       ` Blue Swirl
2008-12-16 16:16         ` Blue Swirl
2008-12-16 17:32         ` Laurent Vivier
2008-12-16 17:41           ` Blue Swirl
2008-12-16 17:58             ` Laurent Vivier
2008-12-16 20:06 ` [Qemu-devel] [PATCH 0/3] Add BIOS splash image support Blue Swirl
2008-12-16 20:06   ` Blue Swirl
2008-12-16 20:28   ` Anthony Liguori
2008-12-16 20:28     ` Anthony Liguori
2008-12-16 20:46     ` Blue Swirl
2008-12-16 20:46       ` Blue Swirl
2008-12-16 21:51       ` Laurent Vivier
2008-12-16 21:51         ` Laurent Vivier
2008-12-17  0:10         ` Carl-Daniel Hailfinger
2008-12-17  0:10           ` Carl-Daniel Hailfinger
2008-12-17 13:09           ` Laurent Vivier
2008-12-17 16:21             ` [Bochs-developers] " Carl-Daniel Hailfinger
2008-12-17 16:21               ` Carl-Daniel Hailfinger
2008-12-17 22:58           ` [Bochs-developers] [Qemu-devel] [PATCH 0/3] Add BIOS splashimage support Sebastian Herbszt
2008-12-17 22:58             ` Sebastian Herbszt
2008-12-17 11:03     ` [Qemu-devel] [PATCH 0/3] Add BIOS splash image support Daniel P. Berrange
2008-12-17 11:03       ` Daniel P. Berrange
2008-12-17 13:18       ` Paul Brook
2008-12-17 13:18         ` Paul Brook
2008-12-17 13:45         ` Jan Kiszka
2008-12-17 13:45           ` [Qemu-devel] " Jan Kiszka
2008-12-17 13:55           ` Gleb Natapov
2008-12-17 13:55             ` Gleb Natapov
2008-12-17 14:53             ` Jan Kiszka
2008-12-17 14:53               ` Jan Kiszka
2008-12-17 15:06               ` Jan Kiszka
2008-12-17 15:06                 ` Jan Kiszka
2008-12-17 15:17               ` Paul Brook
2008-12-17 15:17                 ` Paul Brook
2008-12-17 16:35                 ` Jan Kiszka
2008-12-17 16:35                   ` Jan Kiszka
2008-12-17 17:14                   ` Anthony Liguori
2008-12-17 17:14                     ` Anthony Liguori
2008-12-17 18:30                     ` Jan Kiszka
2008-12-17 18:30                       ` Jan Kiszka
2008-12-17 18:43                       ` Anthony Liguori
2008-12-17 18:43                         ` Anthony Liguori
2008-12-17 18:09                   ` Andreas Färber
2008-12-17 17:15                 ` Anthony Liguori
2008-12-17 17:15                   ` Anthony Liguori
2008-12-17 22:28                   ` Sebastian Herbszt
2008-12-17 22:28                     ` Sebastian Herbszt
2008-12-18  8:59                     ` Volker Ruppert
2008-12-18  8:59                       ` [Qemu-devel] " Volker Ruppert
2008-12-18 21:46                       ` H. Peter Anvin
2008-12-18 21:46                         ` H. Peter Anvin
2008-12-17 17:12             ` Carl-Daniel Hailfinger
2008-12-17 14:49           ` Gerd Hoffmann
2008-12-17 14:49             ` Gerd Hoffmann
2008-12-17 14:54             ` Jan Kiszka
2008-12-17 14:54               ` Jan Kiszka
2008-12-17 15:04               ` Kevin Wolf
2008-12-17 15:26                 ` Daniel P. Berrange
2008-12-17 16:44                   ` [Qemu-devel] " Jan Kiszka
2008-12-17 17:06                     ` Gildas
2008-12-17 17:22                       ` M. Warner Losh
2008-12-17 17:17                     ` Gleb Natapov
2008-12-17 18:01                       ` Anthony Liguori
2008-12-17 22:03                         ` [Qemu-devel] " Sebastian Herbszt
2008-12-17 22:09                           ` [Qemu-devel] " Anthony Liguori
2008-12-17 14:01         ` [Qemu-devel] " Daniel P. Berrange
2008-12-17 14:01           ` Daniel P. Berrange
2008-12-17 13:51   ` Kevin O'Connor
2008-12-17 13:51     ` Kevin O'Connor
2008-12-17 21:58 ` [Bochs-developers] " Sebastian Herbszt
2008-12-17 21:58   ` [Qemu-devel] " Sebastian Herbszt
2008-12-17 23:24   ` Laurent Vivier
2008-12-17 23:24     ` [Qemu-devel] " Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12CAF773-0D77-44BF-8C47-B714BFAB8D1B@web.de \
    --to=andreas.faerber@web.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.