From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGvpA-0006Cw-3j for qemu-devel@nongnu.org; Thu, 10 Jul 2008 09:04:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGvp7-0006CG-QW for qemu-devel@nongnu.org; Thu, 10 Jul 2008 09:04:39 -0400 Received: from [199.232.76.173] (port=57818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGvp7-0006CC-N6 for qemu-devel@nongnu.org; Thu, 10 Jul 2008 09:04:37 -0400 Received: from il.qumranet.com ([212.179.150.194]:53556) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGvp7-0006Pl-2c for qemu-devel@nongnu.org; Thu, 10 Jul 2008 09:04:37 -0400 From: Avi Kivity Date: Thu, 10 Jul 2008 16:04:32 +0300 Message-Id: <1215695074-8939-1-git-send-email-avi@qumranet.com> Subject: [Qemu-devel] [PATCH 0/2] Fix the monitor 'screendump' command 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 The screendump command was recently broken in qemu-svn. Since many test suites depend on the command, it's important to get it fixed. The following two patches do just that. console.c | 5 +++++ hw/vga.c | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-)