• M
    arm/arm64: KVM: vgic: switch to dynamic allocation · c1bfb577
    Marc Zyngier 提交于
    So far, all the VGIC data structures are statically defined by the
    *maximum* number of vcpus and interrupts it supports. It means that
    we always have to oversize it to cater for the worse case.
    
    Start by changing the data structures to be dynamically sizeable,
    and allocate them at runtime.
    
    The sizes are still very static though.
    Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
    c1bfb577
vgic.c 58.7 KB