From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcy30-0001fB-EP for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcy2x-0005Bm-78 for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:58:02 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:34890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcy2w-0005BR-Vd for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:57:59 -0400 Received: by lbpo4 with SMTP id o4so27428801lbp.2 for ; Fri, 18 Sep 2015 08:57:58 -0700 (PDT) References: <1442228028-11622-1-git-send-email-serge.fdrv@gmail.com> From: Sergey Fedorov Message-ID: <55FC3483.90508@gmail.com> Date: Fri, 18 Sep 2015 18:57:55 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-arm: implement arm_debug_target_el() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 18.09.2015 17:11, Peter Maydell wrote: > On 18 September 2015 at 15:08, Peter Maydell wrote: >> On 14 September 2015 at 11:53, Sergey Fedorov wrote: >>> Implement debug exception routing according to ARM ARM D2.3.1 Pseudocode >>> description of routing debug exceptions. >>> >>> Signed-off-by: Sergey Fedorov >> >> >> Applied to target-arm.next, thanks. > ...except it doesn't compile, because we don't have an env->cp15.mdcr_el2. > Presumably there's some other patch this depends on which you haven't > submitted yet? > Hm... I'll check it :) Best, Sergey