|
From: | Gustavo Romero |
Subject: | Re: [PATCH 1/4] gdbstub: Use specific MMU index when probing MTE addresses |
Date: | Thu, 25 Jul 2024 11:27:57 -0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
Hi Richard, On 7/24/24 7:14 AM, Richard Henderson wrote:
On 7/23/24 02:07, Gustavo Romero wrote:+ /* Find out the current translation regime for probe. */ + mmu_index = arm_mmu_idx(env) & ARM_MMU_IDX_COREIDX_MASK;The official interface is cpu_mmu_index(). Otherwise, Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Thanks for the review! I'll change it in v2. I'm just wondering if you plan to review patches 3/4 and 4/4 in this series too so I could wait for the reviews before sending v2. Cheers, Gustavo
[Prev in Thread] | Current Thread | [Next in Thread] |