From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbTms-0004SA-L0 for qemu-devel@nongnu.org; Mon, 14 Sep 2015 09:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbTmo-0000y3-Kl for qemu-devel@nongnu.org; Mon, 14 Sep 2015 09:27:14 -0400 Received: from mail-vk0-f51.google.com ([209.85.213.51]:34796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbTmo-0000xz-Ge for qemu-devel@nongnu.org; Mon, 14 Sep 2015 09:27:10 -0400 Received: by vkhf67 with SMTP id f67so58923023vkh.1 for ; Mon, 14 Sep 2015 06:27:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1442227851-11414-1-git-send-email-serge.fdrv@gmail.com> References: <1442227851-11414-1-git-send-email-serge.fdrv@gmail.com> From: Peter Maydell Date: Mon, 14 Sep 2015 14:26:50 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 0/2] Architectural watchpoint check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Fedorov Cc: Paolo Bonzini , QEMU Developers , =?UTF-8?Q?Andreas_F=C3=A4rber?= On 14 September 2015 at 11:50, Sergey Fedorov wrote: > This series is intended to fix ARM watchpoint emulation misbehavior. > QEMU hangs when QEMU watchpoint fires but it does not pass additional > architectural checks in ARM CPU debug exception handler. For details, > please see individual patches. The most relevant parts of the original > discussion about ARM breakpoint and watchpoint emulation misbehavior can be > found at: > https://lists.gnu.org/archive/html/qemu-devel/2015-08/msg02715.html > https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg00527.html > > Sergey Fedorov (2): > cpu: Add callback to check architectural watchpoint match > target-arm: Implement checking of fired watchpoint Thanks for this -- I've put this and your other two debug related patches on my to-review queue; ping me in a week or so if I haven't got to them by then. -- PMM