From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3c0c-0007TA-MD for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:17:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3c0a-0007Q9-15 for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:17:26 -0400 Received: from [199.232.76.173] (port=36226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3c0Z-0007Pt-O4 for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:17:23 -0400 Received: from an-out-0708.google.com ([209.85.132.250]:30986) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3c0Z-0001zk-RG for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:17:23 -0400 Received: by an-out-0708.google.com with SMTP id d18so658685and.130 for ; Tue, 03 Jun 2008 12:17:22 -0700 (PDT) Message-ID: <484598B5.4060707@codemonkey.ws> Date: Tue, 03 Jun 2008 14:17:09 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20080528194614.GA31099@us.ibm.com> In-Reply-To: <20080528194614.GA31099@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] add sysrq to keycode table in monitor.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryan Harper Cc: qemu-devel@nongnu.org Ryan Harper wrote: > Adding sysrq keycode to the table enabling running sysrq debugging in > the guest via the monitor sendkey command, like: > > (qemu) sendkey alt-sysrq-t > > Tested on x86-64 target and Linux guest. > > Reviewed-by: Anthony Liguori