diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:51:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:51:30 +0200 |
| commit | 0be67307ca0c136a64819e27517a4660a3ace98a (patch) | |
| tree | fa8c3cb2a00a38c3e348ffaf77cf5a64ea325f38 /sys/linux/kvm_arm.const | |
| parent | 98b0bddc4dc66e345d38ac749890263b91cf02f1 (diff) | |
sys/linux: add few assorted new flags/ioctls
Diffstat (limited to 'sys/linux/kvm_arm.const')
| -rw-r--r-- | sys/linux/kvm_arm.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/kvm_arm.const b/sys/linux/kvm_arm.const index 3244457f6..e6070938f 100644 --- a/sys/linux/kvm_arm.const +++ b/sys/linux/kvm_arm.const @@ -63,6 +63,7 @@ KVM_GET_IRQCHIP = 3255348834 KVM_GET_MP_STATE = 2147790488 # KVM_GET_MSRS is not set # KVM_GET_MSR_INDEX_LIST is not set +# KVM_GET_NESTED_STATE is not set KVM_GET_NR_MMU_PAGES = 44613 KVM_GET_ONE_REG = 1074835115 # KVM_GET_PIT is not set @@ -144,6 +145,7 @@ KVM_SET_IRQCHIP = 2181607011 # KVM_SET_LAPIC is not set KVM_SET_MP_STATE = 1074048665 # KVM_SET_MSRS is not set +# KVM_SET_NESTED_STATE is not set KVM_SET_NR_MMU_PAGES = 44612 KVM_SET_ONE_REG = 1074835116 # KVM_SET_PIT is not set @@ -160,6 +162,10 @@ KVM_SET_VCPU_EVENTS = 1077980832 # KVM_SET_XSAVE is not set KVM_SIGNAL_MSI = 1075883685 KVM_SMI = 44727 +# KVM_STATE_NESTED_GUEST_MODE is not set +# KVM_STATE_NESTED_RUN_PENDING is not set +# KVM_STATE_NESTED_SMM_GUEST_MODE is not set +# KVM_STATE_NESTED_SMM_VMXON is not set KVM_TPR_ACCESS_REPORTING = 3223891602 KVM_TRANSLATE = 3222843013 KVM_UNREGISTER_COALESCED_MMIO = 1074835048 @@ -180,5 +186,6 @@ KVM_X86_SETUP_MCE = 1074310812 # MCI_STATUS_S is not set # MCI_STATUS_UC is not set # MCI_STATUS_VAL is not set +VMCS12_SIZE = 4096 __NR_ioctl = 54 __NR_openat = 322 |
