OSDN Git Service

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)
commit9bbf24744e12bb6b9b32e30917b07f9242cc0341
tree51e95188afa8f33de588fb1cc0c14c21d911a813
parent56a4210f4e4ed9c8ebec87d212453be8f6f8750f
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