diff options
| author | Andrew Jones <drjones@redhat.com> | 2018-09-18 19:54:35 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-10-17 00:29:38 +0200 |
| commit | e28934e661c1d9425f1cc41b405dcd8626507206 (patch) | |
| tree | 47348a4a17d92a7c361809a81ca6ec44de096d40 /tools/testing/selftests/kvm/include | |
| parent | e1b376f140ad9cbb1e1976f347377b8ef08a5bc9 (diff) | |
| download | blackbird-op-linux-e28934e661c1d9425f1cc41b405dcd8626507206.tar.gz blackbird-op-linux-e28934e661c1d9425f1cc41b405dcd8626507206.zip | |
kvm: selftests: stop lying to aarch64 tests about PA-bits
Let's add the 40 PA-bit versions of the VM modes, that AArch64
should have been using, so we can extend the dirty log test without
breaking things.
Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/testing/selftests/kvm/include')
| -rw-r--r-- | tools/testing/selftests/kvm/include/kvm_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/include/kvm_util.h b/tools/testing/selftests/kvm/include/kvm_util.h index 88df26c41845..a4e59e3b4826 100644 --- a/tools/testing/selftests/kvm/include/kvm_util.h +++ b/tools/testing/selftests/kvm/include/kvm_util.h @@ -36,6 +36,8 @@ typedef uint64_t vm_vaddr_t; /* Virtual Machine (Guest) virtual address */ enum vm_guest_mode { VM_MODE_P52V48_4K, VM_MODE_P52V48_64K, + VM_MODE_P40V48_4K, + VM_MODE_P40V48_64K, NUM_VM_MODES, }; |

