From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcyKF-0002XQ-3j for qemu-devel@nongnu.org; Fri, 18 Sep 2015 12:15:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcyKA-0004PV-1e for qemu-devel@nongnu.org; Fri, 18 Sep 2015 12:15:51 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:36767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcyK9-0004PQ-Cz for qemu-devel@nongnu.org; Fri, 18 Sep 2015 12:15:45 -0400 Received: by lbcao8 with SMTP id ao8so27574606lbc.3 for ; Fri, 18 Sep 2015 09:15:44 -0700 (PDT) References: <1442228028-11622-1-git-send-email-serge.fdrv@gmail.com> <55FC3483.90508@gmail.com> From: Sergey Fedorov Message-ID: <55FC38AE.5070206@gmail.com> Date: Fri, 18 Sep 2015 19:15:42 +0300 MIME-Version: 1.0 In-Reply-To: <55FC3483.90508@gmail.com> 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 18:57, Sergey Fedorov wrote: > 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 :) Sorry, I forgot to check that, but actually this patch depends on another two patches in my local repository. Should I prepare MDCR_EL2 patch suitable for mainline or I can just remove this check from arm_debug_target_el()? Best, Sergey