diff options
| author | Alexander Potapenko <glider@google.com> | 2025-06-12 16:29:20 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-06-13 12:27:40 +0000 |
| commit | 2dae1f9b3f245164e6ea607bc04438ee214b5f7d (patch) | |
| tree | 3c7ad5ad9e81de0f51a8b6fe73d7388b6372eb78 /sys/linux/dev_kvm_arm64.txt.const | |
| parent | da8f6581624d7c8ffd081b7fbc2f14d7b490a820 (diff) | |
sys/linux/dev_kvm_arm64.txt: add KVM_ARM_VCPU_HAS_EL2
Let bare-metal instances with EL2 support take advantage of NV.
Diffstat (limited to 'sys/linux/dev_kvm_arm64.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm_arm64.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_kvm_arm64.txt.const b/sys/linux/dev_kvm_arm64.txt.const index 54f3c6e34..1c5cd7a4f 100644 --- a/sys/linux/dev_kvm_arm64.txt.const +++ b/sys/linux/dev_kvm_arm64.txt.const @@ -121,6 +121,8 @@ KVM_ARM_TARGET_XGENE_POTENZA = arm64:3 KVM_ARM_VCPU_EL1_32BIT = arm64:1 KVM_ARM_VCPU_EL1_32BIT_BIT = arm64:2 KVM_ARM_VCPU_FINALIZE = arm64:1074048706 +KVM_ARM_VCPU_HAS_EL2 = arm64:7 +KVM_ARM_VCPU_HAS_EL2_BIT = arm64:128 KVM_ARM_VCPU_INIT = arm64:1075883694 KVM_ARM_VCPU_PMU_V3 = arm64:3 KVM_ARM_VCPU_PMU_V3_BIT = arm64:8 |
