From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N09c8-00009B-2c for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:58:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N09c3-000068-1k for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:58:39 -0400 Received: from [199.232.76.173] (port=51812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N09c2-00005n-NA for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:58:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34549) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N09c2-000759-6f for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:58:34 -0400 Message-ID: <4ADD6DA3.5000609@redhat.com> Date: Tue, 20 Oct 2009 09:58:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] new SDL keyboard shortcuts to start and stop VM References: <4ADCE635.4060604@codemonkey.ws> 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: Mulyadi Santosa Cc: qemu-devel@nongnu.org On 10/20/09 05:16, Mulyadi Santosa wrote: > As these message scrolls fast, I find it more intuitive if we could > just press a key to pause the guest, giving us enough time to capture > the display and resume the execution. If we switch to qemu monitor > first, most of the time we already lost the moment. I'd find it more intuitive to setup a serial console in the guest, then simply log everything to a file ... cheers, Gerd