From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKkLf-0007O4-D9 for qemu-devel@nongnu.org; Sun, 20 Jul 2008 21:37:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKkLd-0007Nm-OD for qemu-devel@nongnu.org; Sun, 20 Jul 2008 21:37:58 -0400 Received: from [199.232.76.173] (port=48538 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKkLd-0007Nh-IF for qemu-devel@nongnu.org; Sun, 20 Jul 2008 21:37:57 -0400 Received: from mail2.shareable.org ([80.68.89.115]:55163) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKkLd-0007LI-Fp for qemu-devel@nongnu.org; Sun, 20 Jul 2008 21:37:57 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1KKkh8-0003LL-Di for qemu-devel@nongnu.org; Mon, 21 Jul 2008 03:00:10 +0100 Date: Mon, 21 Jul 2008 03:00:10 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 6/6] kvm: qemu: fix vga screendump Message-ID: <20080721020010.GD7316@shareable.org> References: <1216329580-20804-1-git-send-email-aliguori@us.ibm.com> <1216329580-20804-6-git-send-email-aliguori@us.ibm.com> <4882A407.5060004@codemonkey.ws> <4883867B.5000000@codemonkey.ws> <488395FE.3070500@codemonkey.ws> <4883B4A8.9080402@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4883B4A8.9080402@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > FWIW, I have a different approach to doing what Avi describes that uses > a VNC client. The advantage of this is that you can have a lot more > control over the pixel format to avoid this sort of problem in the first > place. I like that and would like to use it to grab screenshots periodically to shrink and show thumbnails in a web page or GUI. Isn't it better to use VNC for that than asking QEMU to dump a screenshot itself, because the latter will pause QEMU for a moment? Only trouble is, I want that to work even if someone has connected by VNC to QEMU to actually use it - and they might connect in exclusive mode. An option to serve a read-only VNC on another port would be nice :-) Just saying.. -- Jamie