qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] target/arm: fix exception syndrome for AArch32 bkpt insn


From: Richard Henderson
Subject: Re: [PATCH v2] target/arm: fix exception syndrome for AArch32 bkpt insn
Date: Sun, 28 Jan 2024 08:09:56 +1000
User-agent: Mozilla Thunderbird

On 1/28/24 06:27, Jan Klötzke wrote:
Debug exceptions that target AArch32 Hyp mode are reported differently
than on AAarch64. Internally, Qemu uses the AArch64 syndromes. Therefore
such exceptions need to be either converted to a prefetch abort
(breakpoints, vector catch) or a data abort (watchpoints).

Signed-off-by: Jan Klötzke<jan.kloetzke@kernkonzept.com>
---
v2:
  * Refactor watchpoint syndrome rewriting
  * Drop ARM_EL_ISV from watchpoint syndrome

  target/arm/helper.c   | 18 ++++++++++++++++++
  target/arm/syndrome.h |  8 ++++++++
  2 files changed, 26 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]