From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmHhP-0005Ci-Ir for qemu-devel@nongnu.org; Tue, 11 Jun 2013 02:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmHhO-0000zo-NH for qemu-devel@nongnu.org; Tue, 11 Jun 2013 02:04:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmHhO-0000za-En for qemu-devel@nongnu.org; Tue, 11 Jun 2013 02:04:54 -0400 Message-ID: <51B6BE03.5030605@redhat.com> Date: Tue, 11 Jun 2013 08:04:51 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1370532997-19092-1-git-send-email-kraxel@redhat.com> <87k3m7ghi9.fsf@codemonkey.ws> In-Reply-To: <87k3m7ghi9.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] console: nicer initial screen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org 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. We can change that without too much fuss I think, now that we have the gettext infrastructure anyway for the gtk ui ... cheers, Gerd