diff options
author | Peter Maydell | 2022-04-08 16:15:29 +0200 |
---|---|---|
committer | Peter Maydell | 2022-04-22 15:44:52 +0200 |
commit | 3c64a42c0b3e3ca92ef1b9a9243bcee8b9a87c59 (patch) | |
tree | 4781ad3758699afa2740d3f140623fa5dd02c523 /include/hw/intc/arm_gicv3_common.h | |
parent | hw/intc/arm_gicv3_its: Implement INV for virtual interrupts (diff) | |
download | qemu-3c64a42c0b3e3ca92ef1b9a9243bcee8b9a87c59.tar.gz qemu-3c64a42c0b3e3ca92ef1b9a9243bcee8b9a87c59.tar.xz qemu-3c64a42c0b3e3ca92ef1b9a9243bcee8b9a87c59.zip |
hw/intc/arm_gicv3_its: Implement VMOVI
Implement the GICv4 VMOVI command, which moves the pending state
of a virtual interrupt from one redistributor to another. As with
MOVI, we handle the "parse and validate command arguments and
table lookups" part in the ITS source file, and pass the final
results to a function in the redistributor which will do the
actual operation. As with the "make a VLPI pending" change,
for the moment we leave that redistributor function as a stub,
to be implemented in a later commit.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220408141550.1271295-21-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/intc/arm_gicv3_common.h')
0 files changed, 0 insertions, 0 deletions