qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP


From: Richard Henderson
Subject: Re: [PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP
Date: Fri, 8 Apr 2022 17:21:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/8/22 07:15, Peter Maydell wrote:
Implement the GICv4 VMAPP command, which writes an entry to the vPE
table.

For GICv4.1 this command has extra fields in the command packet
and additional behaviour. We define the 4.1-only fields with the
FIELD macro, but only implement the GICv4.0 version of the command.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
GICv4.1 emulation is on my todo list, but I'm starting with
just the 4.0 parts first.
---
  hw/intc/gicv3_internal.h | 12 ++++++
  hw/intc/arm_gicv3_its.c  | 88 ++++++++++++++++++++++++++++++++++++++++
  hw/intc/trace-events     |  2 +
  3 files changed, 102 insertions(+)

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

r~



reply via email to

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