On Mon, 23 Feb 2026 17:01:09 +0000
Peter Maydell <[email protected]> wrote:

> This commit adds the skeleton of the classes for the GICv5 IRS
> (Interrupt Routing Service).  Since the IRS is the main (and only
> non-optional) part of the GICv5 outside the CPU, we call it simply
> "GICv5", in line with how we've handled the GICv3.
> 
> Since we're definitely going to need to have support for KVM VMs
> where we present the guest with a GICv5, we use the same split
> between an abstract "common" and a concrete specific-to-TCG child
> class that we have for the various GICv3 components.  This avoids
> having to refactor out the base class later.
> 
> Signed-off-by: Peter Maydell <[email protected]>

FWIW given it's all stubs for now.
Reviewed-by: Jonathan Cameron <[email protected]>


Reply via email to