On 28/2/26 23:08, Mohamed Mediouni wrote:
This opens up the door to nested virtualisation support.
Signed-off-by: Mohamed Mediouni <[email protected]>
---
hw/intc/arm_gicv3_hvf.c | 735 +++++++++++++++++++++++++++++
hw/intc/meson.build | 1 +
include/hw/intc/arm_gicv3_common.h | 1 +
3 files changed, 737 insertions(+)
create mode 100644 hw/intc/arm_gicv3_hvf.c
This patch is huge, so I surely missed details; but
the overall LGTM (it it won't break any existing feature), so:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>