From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoqRb-0001of-LQ for qemu-devel@nongnu.org; Mon, 26 May 2014 04:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoqRV-0007tr-OQ for qemu-devel@nongnu.org; Mon, 26 May 2014 04:39:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoqRV-0007th-Fk for qemu-devel@nongnu.org; Mon, 26 May 2014 04:39:37 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4Q8daNu028724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 26 May 2014 04:39:36 -0400 From: Gerd Hoffmann Date: Mon, 26 May 2014 10:39:25 +0200 Message-Id: <1401093570-4161-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] console: text terminal updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This pull prepares qemu text consoles (-chardev vc) for multiwindow support. Also some small fixes. please pull, Gerd The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a: Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-22 19:04:49 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-console-1 for you to fetch changes up to 3f9a6e852eec56453a423a9564499fa2305f1cb4: console: add kbd_put_keysym_console (2014-05-26 08:41:02 +0200) ---------------------------------------------------------------- console: multiwindow support for text terminal QemuConsoles console: small fixes ---------------------------------------------------------------- Gerd Hoffmann (4): console: nicer initial screen console: update text terminal surface unconditionally console: rework text terminal cursor logic console: add kbd_put_keysym_console Kirill Batuzov (1): console: Abort on property access errors include/ui/console.h | 1 + ui/console.c | 233 ++++++++++++++++++++++++++------------------------- 2 files changed, 118 insertions(+), 116 deletions(-)