From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVglS-0003D8-Pa for qemu-devel@nongnu.org; Fri, 26 Apr 2013 07:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVglR-0002es-Fy for qemu-devel@nongnu.org; Fri, 26 Apr 2013 07:24:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVglR-0002ed-8g for qemu-devel@nongnu.org; Fri, 26 Apr 2013 07:24:29 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3QBOSrj012776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Apr 2013 07:24:28 -0400 From: Gerd Hoffmann Date: Fri, 26 Apr 2013 13:24:24 +0200 Message-Id: <1366975466-21509-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] console tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two little console tweaks. One gtk bugfix, and one small usability improvement. please review, Gerd The following changes since commit e3351000cd682200835763caca87adf708ed1c65: Makefile: Use QEMU_FLAGS for DTC compilation (2013-04-26 02:48:10 +0200) are available in the git repository at: git://git.kraxel.org/qemu pixman.v14 for you to fetch changes up to eedf9a7a762ab3307a22c00844d9ccbc6afeb252: console: nicer initial screen (2013-04-26 11:52:22 +0200) ---------------------------------------------------------------- Gerd Hoffmann (2): gtk: fix cursor unref console: nicer initial screen ui/console.c | 19 +++++++++++-------- ui/gtk.c | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-)