From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhKA4-0005D1-SY for qemu-devel@nongnu.org; Mon, 05 May 2014 10:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhK9y-0007hI-Mb for qemu-devel@nongnu.org; Mon, 05 May 2014 10:46:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhK9y-0007hB-G9 for qemu-devel@nongnu.org; Mon, 05 May 2014 10:46:26 -0400 Message-ID: <1399301180.21296.27.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 05 May 2014 16:46:20 +0200 In-Reply-To: <1399290928.21296.14.camel@nilsson.home.kraxel.org> References: <1398764774-22595-1-git-send-email-kraxel@redhat.com> <1398764774-22595-8-git-send-email-kraxel@redhat.com> <5365FBD4.90108@web.de> <536673EA.7090402@redhat.com> <5366860E.5090301@web.de> <1399290928.21296.14.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 7/8] gtk: Fix -serial vc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org, Anthony Liguori , Cole Robinson On Mo, 2014-05-05 at 13:55 +0200, Gerd Hoffmann wrote: > Hi, > > > Looks better thanks to "gtk: zap scrolled_window" (monitor is properly > > formatted again). But the whole queue spits this out on the terminal: > > > > (:13169): Gtk-CRITICAL **: IA__gtk_window_resize: assertion `width > 0' failed > > > > (:13169): Gdk-CRITICAL **: IA__gdk_window_set_cursor: assertion `GDK_IS_WINDOW (window)' failed > > Yes, there is some work-in-progress stuff in that branch causing this. Feel free to check out the branch again. Warnings are fixed, resizing is fixed, and you can move tabs to windows (so you can see vga + monitor at the same time). comments welcome, Gerd