From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhrHa-0007xE-31 for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:13:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhrHX-0007w6-LS for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:13:33 -0400 Received: from [199.232.76.173] (port=56170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhrHX-0007w1-9r for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:13:31 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:36185) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhrHW-0005ID-2z for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:13:31 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e31.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n2CKAgK4027655 for ; Thu, 12 Mar 2009 14:10:42 -0600 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n2CKDP60183568 for ; Thu, 12 Mar 2009 14:13:26 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n2CKDPvw023187 for ; Thu, 12 Mar 2009 14:13:25 -0600 Message-ID: <49B96CD6.1030606@us.ibm.com> Date: Thu, 12 Mar 2009 15:13:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <49B433EE.4080704@web.de> In-Reply-To: <49B433EE.4080704@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v3 1/2] Guest debugging support for KVM Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel Jan Kiszka wrote: > This is a backport of the guest debugging support for the KVM > accelerator that is now part of the KVM tree. It implements the reworked > KVM kernel API for guest debugging (KVM_CAP_SET_GUEST_DEBUG) which is > not yet part of any mainline kernel but will probably be 2.6.30 stuff. > So far supported is x86, but PPC is expected to catch up soon. > > Core features are: > - unlimited soft-breakpoints via code patching > - hardware-assisted x86 breakpoints and watchpoints > > Changes in this version: > - use generic hook cpu_synchronize_state to transfer registers between > user space and kvm > - push kvm_sw_breakpoints into KVMState > > Signed-off-by: Jan Kiszka > Applied both. Thanks. Regards, Anthony Liguori