From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjppA-0002vj-8N for qemu-devel@nongnu.org; Mon, 12 May 2014 08:59:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wjpp0-0000vU-BO for qemu-devel@nongnu.org; Mon, 12 May 2014 08:59:20 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:33117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjpp0-0000v8-10 for qemu-devel@nongnu.org; Mon, 12 May 2014 08:59:10 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 May 2014 13:59:08 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 026D71B08069 for ; Mon, 12 May 2014 13:59:20 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s4CCx6ah51576912 for ; Mon, 12 May 2014 12:59:06 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s4CCx5nR012758 for ; Mon, 12 May 2014 08:59:06 -0400 From: Jens Freimann Date: Mon, 12 May 2014 14:58:48 +0200 Message-Id: <1399899532-43052-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/4] s390x/kvm: guest debugging support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org [fixed subject] Cornelia, Alex, Christian, this series has four patches implementing GDB guest debugging support for s390 KVM guests. - Patch 1 is a header sync - Patch 2 is a bugfix - Patches 3-4 implement soft- and hardware breakpoint support David Hildenbrand (3): s390x: remove duplicate definitions of DIAG 501 s390x/kvm: software breakpoint support s390x/kvm: hw debugging support via guest PER facility Jens Freimann (1): linux-headers: update linux-headers/asm-s390/kvm.h | 28 +++++++ linux-headers/linux/kvm.h | 7 +- target-s390x/cpu-qom.h | 1 + target-s390x/helper.c | 12 +++ target-s390x/kvm.c | 191 +++++++++++++++++++++++++++++++++++++++---- 5 files changed, 224 insertions(+), 15 deletions(-) -- 1.8.5.5