linux/tools/testing/selftests/kvm
Andrew Jones 0bec140fb6 kvm: selftests: add vcpu support for aarch64
This code adds VM and VCPU setup code for the VM_MODE_FLAT48PG mode.
The VM_MODE_FLAT48PG isn't yet fully supportable, as it defines the
guest physical address limit as 52-bits, and KVM currently only
supports guests with up to 40-bit physical addresses (see
KVM_PHYS_SHIFT). VM_MODE_FLAT48PG will work fine, though, as long as
no >= 40-bit physical addresses are used.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-10-17 00:26:56 +02:00
..
include kvm: selftests: add vcpu support for aarch64 2018-10-17 00:26:56 +02:00
lib kvm: selftests: add vcpu support for aarch64 2018-10-17 00:26:56 +02:00
x86_64 kvm: selftests: tidy up kvm_util 2018-10-17 00:26:44 +02:00
.gitignore kvm: selftests: move arch-specific files to arch-specific locations 2018-10-17 00:26:16 +02:00
Makefile kvm: selftests: add cscope make target 2018-10-17 00:26:30 +02:00