From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjph6-0003ma-F4 for qemu-devel@nongnu.org; Mon, 12 May 2014 08:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wjpgx-0006e2-DH for qemu-devel@nongnu.org; Mon, 12 May 2014 08:51:00 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:38324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjpgx-0006dg-34 for qemu-devel@nongnu.org; Mon, 12 May 2014 08:50:51 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 May 2014 13:50:48 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5A39C1B08040 for ; Mon, 12 May 2014 13:50:59 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s4CCoj7j459188 for ; Mon, 12 May 2014 12:50:45 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s4CCojQT027532 for ; Mon, 12 May 2014 06:50:45 -0600 From: Jens Freimann Date: Mon, 12 May 2014 14:15:40 +0200 Message-Id: <1399896944-49359-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/4] (internal review) 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 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