From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJXkt-0006Yy-PX for qemu-devel@nongnu.org; Mon, 18 Aug 2014 20:58:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJXkm-00067Q-A4 for qemu-devel@nongnu.org; Mon, 18 Aug 2014 20:58:31 -0400 Received: from mail-qa0-f42.google.com ([209.85.216.42]:46525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJXkm-00067M-5Y for qemu-devel@nongnu.org; Mon, 18 Aug 2014 20:58:24 -0400 Received: by mail-qa0-f42.google.com with SMTP id j15so5065497qaq.15 for ; Mon, 18 Aug 2014 17:58:23 -0700 (PDT) Message-ID: <53F2A12E.6030608@linaro.org> Date: Mon, 18 Aug 2014 20:58:22 -0400 From: David Long MIME-Version: 1.0 References: <1407500294-10804-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/11] target-arm: Implement ARMv8 debug single-stepping List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , QEMU Developers Cc: Richard Henderson On 08/18/14 05:54, Peter Maydell wrote: > Ping for review, anybody? (Also I forgot to cc RTH first time > around, I see.) > > thanks > -- PMM > I've been using this for some ARM v8 kprobes testing. As far as I can tell it's working correctly for this use. -dl