On 15/6/26 12:50, Peter Maydell wrote:
The ICC_HAPR_EL1 register reported the current running priority of
the CPU. However this can be easily calculated by reading the
APR register, so it has been removed in the newly released A.a
version of the GICv5 spec (IHI 111701).

Remove QEMU's implementation of this register. (This is OK for
us to do without warning because our GICv5 support is listed
as "experimental"; we anticipated that this kind of spec change
might happen.)

Signed-off-by: Peter Maydell <[email protected]>
---
  target/arm/tcg/gicv5-cpuif.c | 14 --------------
  1 file changed, 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

Reply via email to