From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4v4r-0004lZ-9n for qemu-devel@nongnu.org; Tue, 16 Jun 2015 13:55:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4v4m-0001GK-AE for qemu-devel@nongnu.org; Tue, 16 Jun 2015 13:55:13 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50366 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4v4m-0001Fi-4o for qemu-devel@nongnu.org; Tue, 16 Jun 2015 13:55:08 -0400 Message-ID: <558062FA.3030904@suse.de> Date: Tue, 16 Jun 2015 19:55:06 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1434149163-16639-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1434149163-16639-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/15] target-s390x: add Program-Event Recording feature List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Richard Henderson On 13.06.15 00:45, Aurelien Jarno wrote: > This patch set adds support for the Program-Event Recording (PER) > feature. It implements all the PER functionalities except the > following ones: > - zero-address-detection event (part of the zero-address-detection > facility) > - transaction-end event (we don't implement transactional memory) > > There are also a few limitations to the storage-alteration event, as it > doesn't support per ASC enablement, nor it doesn't correctly provide the > ASC used for a storage event in the PER AI field. > > With this patch set, it's possible to fully use GDB in a s390x guest, > including stepping, breakpoints and watchpoints. Thanks, applied all to s390-next. Alex