From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws5Zk-0006ur-Jb for qemu-devel@nongnu.org; Wed, 04 Jun 2014 03:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws5Zc-0003cf-W1 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 03:25:32 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:59965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws5Zc-0003bb-P0 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 03:25:24 -0400 Message-ID: <538EC9E5.6000808@weilnetz.de> Date: Wed, 04 Jun 2014 09:25:25 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1401782502-29772-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1401782502-29772-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Am 03.06.2014 10:01, schrieb Gerd Hoffmann: > Hi, > > Current gtk patch queue. A bunch of cleanups and fixes. > > Most notable change is patch #5 which winds up qemu text > terminal emulation in gtk, so '-chardev vc' works even > when building without vte (i.e. on windows). > > Gerd Hoffmann (5): > gtk: factor out keycode mapping > gtk: cleanup backend dependencies > gtk: factor out gtk3 grab into the new gd_grab_devices function > gtk: update window size after showing/hiding tabs > gtk: bind to text terminal consoles too > > configure | 4 + > ui/gtk.c | 298 ++++++++++++++++++++++++++++++++++---------------------------- > 2 files changed, 170 insertions(+), 132 deletions(-) > Hi Gerd, its great to get text terminals without VTE now. I tested the series on a Linux x86_64 host. Native QEMU for this host seems to work fine. QEMU for 64 bit Windows with wine64 shows several issues: * The text consoles are named vc1, vc2, vc3 in the menu. * The text consoles show a black left border initially. * Booting a Linux guest is extremely slow. I see several timeouts: err:ntdll:RtlpWaitForCriticalSection section 0x9a9560 "?" wait timed out in thread 0030, blocked by 002c, retrying (60 sec) Regards Stefan