From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmkfc-0000tv-KX for qemu-devel@nongnu.org; Tue, 20 May 2014 10:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmkfX-0000ei-N8 for qemu-devel@nongnu.org; Tue, 20 May 2014 10:05:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmkfX-0000eN-F2 for qemu-devel@nongnu.org; Tue, 20 May 2014 10:05:27 -0400 Message-ID: <537B6122.6010500@redhat.com> Date: Tue, 20 May 2014 10:05:22 -0400 From: Cole Robinson MIME-Version: 1.0 References: <1400248942.2573.29.camel@nilsson.home.kraxel.org> In-Reply-To: <1400248942.2573.29.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [call for testers] qemu gtk ui overhaul List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel Cc: Takashi Iwai , Dave Airlie , Jan Kiszka On 05/16/2014 10:02 AM, Gerd Hoffmann wrote: > Hi folks, > > I'm trying to hammer the qemu gtk ui into shape. Fixing a bunch of > issues we have, and also try to make it ready for multihead support. > > Git tree is here: > git://git.kraxel.org/qemu rebase/ui-gtk-next > > cgit: > https://www.kraxel.org/cgit/qemu/log/?h=rebase/ui-gtk-next > > I think I pretty much nailed all window resize issues. Data structures > are updated to handle multiple QemuConsoles. You can detach tabs (i.e. > move them into their own toplevel window), then see vga display + qemu > monitor (or multiple vga cards, or multiple heads of a virtio-gpu card) > side by side. > > Please review and test. Comments are welcome of course. Did some light testing, seems to work fine here. I'll review individual patches when they hit the list. Thanks, Cole