From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42623 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHGpj-00058b-Uy for qemu-devel@nongnu.org; Wed, 26 May 2010 09:39:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHGpi-0006eV-MC for qemu-devel@nongnu.org; Wed, 26 May 2010 09:39:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27418) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHGpi-0006eM-Dn for qemu-devel@nongnu.org; Wed, 26 May 2010 09:39:42 -0400 Message-ID: <4BFD2495.6040307@redhat.com> Date: Wed, 26 May 2010 15:39:33 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] all vga: refuse hotplugging. References: <1274863397-15005-1-git-send-email-kraxel@redhat.com> <4BFD0479.90609@redhat.com> <4BFD1AEB.1080908@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "qemu-devel@nongnu.org" Hi, >> I think having two gfx screens mapped to two qemu consoles, then be able >> to switch between them via Ctrl-Alt- (like you switch today to text >> consoles) could be doable without too much effort. Question is how >> useful this would be as you can't see your two screens at the same time. > > Actually I was thinking of registering multiple graphic consoles, each > of them could be rendered by a different frontend (sdl/vnc) > independently. We would have multiple DisplayStates for that. Possible, but certainly alot of work. Tons of code in qemu can't handle multiple DisplayStates. Try it and you'll see. >> With qxl+spice the spice client will open a new window for the secondary >> display. With vnc+sdl you'll see the primary display only. > > So you are doing exactly what I wrote above, right? No. The secondary display has no DisplayState. That is the reason why only the spice client will see it. cheers, Gerd