]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
authorBen Gardon <bgardon@google.com>
Thu, 23 Jan 2020 18:04:32 +0000 (10:04 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:57:04 +0000 (17:57 +0100)
commitd59c205473f46983c832abf9d5432aeb6e6108ab
tree51e95188afa8f33de588fb1cc0c14c21d911a813
parenta37b72cb6c953f98657c8c7cde1a94008fa36b8a
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x

Currently vcpu_args_set is only implemented for x86. This makes writing
tests with multiple vCPUs difficult as each guest vCPU must either a.)
do the same thing or b.) derive some kind of unique token from it's
registers or the architecture. To simplify the process of writing tests
with multiple vCPUs for s390 and aarch64, add set args functions for
those architectures.

Signed-off-by: Ben Gardon <bgardon@google.com>
[Fixed array index (num => i) and made some style changes.]
Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/lib/aarch64/processor.c
tools/testing/selftests/kvm/lib/s390x/processor.c