commit | f5dd4ccf5552d71a817d0ec97481e4a71425a038 | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Mon May 27 16:31:40 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 05 14:13:38 2019 +0200 |
tree | 5460203d675d2ecb32faff5675177442dd6b605a | |
parent | 837ec79b4cf4ec89d814166a71a7d679dda04736 [diff] |
kvm: selftests: introduce aarch64_vcpu_setup This allows aarch64 tests to run on more targets, such as the Arm simulator that doesn't like KVM_ARM_TARGET_GENERIC_V8. And it also allows aarch64 tests to provide vcpu features in struct kvm_vcpu_init. Additionally it drops the unused memslot parameters. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>