[Qemu-devel] [PATCH] console: nicer initial screen

2014-05-21 Thread Gerd Hoffmann
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 i

Re: [Qemu-devel] [PATCH] console: nicer initial screen

2013-06-10 Thread Gerd Hoffmann
Hi, >> This patch adds a text line to the in initial DisplaySurface, notifying >> the user that the display isn't initialized yet by the guest. > Dunno if I said this in the previous posting, but what about just > blitting an image? Why? And which one? > This text isn't internationalized. W

Re: [Qemu-devel] [PATCH] console: nicer initial screen

2013-06-06 Thread Anthony Liguori
Gerd Hoffmann writes: > 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

[Qemu-devel] [PATCH] console: nicer initial screen

2013-06-06 Thread Gerd Hoffmann
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 i