On Mon, Oct 04, 2021 at 06:19:19PM -0700, Ricardo Koller wrote: > Add tests for checking that KVM returns the right error when trying to > set GICv2 CPU interfaces or GICv3 Redistributors partially above the > addressable IPA range. Also tighten the IPA range by replacing > KVM_CAP_ARM_VM_IPA_SIZE with the IPA range currently configured for the > guest (i.e., the default). This tightening can even be considered a fix for the original tests, since it looks like the objective of them was to check the boundary. > > The check for the GICv3 redistributor created using the REDIST legacy > API is not sufficient as this new test only checks the check done using > vcpus already created when setting the base. The next commit will add > the missing test which verifies that the KVM check is done at first vcpu > run. > > Signed-off-by: Ricardo Koller <ricarkol@xxxxxxxxxx> > --- > .../testing/selftests/kvm/aarch64/vgic_init.c | 38 +++++++++++++------ > 1 file changed, 26 insertions(+), 12 deletions(-) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>