KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve
authorAndrew Jones <drjones@redhat.com>
Mon, 31 May 2021 10:33:43 +0000 (12:33 +0200)
committerMarc Zyngier <maz@kernel.org>
Tue, 22 Jun 2021 07:51:28 +0000 (08:51 +0100)
commit32edd2290889d0cd0751dd11853e5a368188066d
treef0fa761cfeba7d114fe826094fc283c79e39e53d
parentf3032fcc9cf065733ce9a50057aaeffd6c464e2e
KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve

Now that we can easily run the test for multiple vcpu configs, let's
merge get-reg-list and get-reg-list-sve into just get-reg-list. We
also add a final change to make it more possible to run multiple
tests, which is to fork the test, rather than directly run it. That
allows a test to fail, but subsequent tests can still run.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Ricardo Koller <ricarkol@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210531103344.29325-5-drjones@redhat.com
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/aarch64/get-reg-list-sve.c [deleted file]
tools/testing/selftests/kvm/aarch64/get-reg-list.c