]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
console: nicer initial screen
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Apr 2013 10:10:45 +0000 (12:10 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 26 May 2014 06:41:02 +0000 (08:41 +0200)
commit521a580d2352ad30086babcabb91e6338e47cf62
treedae841a717b86a0ef8bfbcf9bc4a525cf5cc798f
parentafff2b15e89ac81c113f2ebfd729aaa02b40edb6
console: nicer initial screen

Now that we have a function to create a fancy DisplaySurface with a
message for the user, to handle non-existing graphics hardware, we
can make it more generic and use it for other things too.

This patch adds a text line to the in initial DisplaySurface, notifying
the user that the display isn't initialized yet by the guest.

You can see this in action when starting qemu with '-S'.  Also when
booting ovmf in qemu (which needs a few moments to initialize itself
before it initializes the vga).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/console.c