diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:12:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:17:40 +0200 |
| commit | 98b0bddc4dc66e345d38ac749890263b91cf02f1 (patch) | |
| tree | 5bfad6f609bc23a8504ba7d3dd4a19188f77f2b8 /sys/linux/kvm_arm.const | |
| parent | ce0eccdea6538570bf9d664824cca607012b2f5c (diff) | |
sys/linux: treat cuse as fuse
It's mostly fuse.
Also regenerate consts on latest kernel.
Diffstat (limited to 'sys/linux/kvm_arm.const')
| -rw-r--r-- | sys/linux/kvm_arm.const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/kvm_arm.const b/sys/linux/kvm_arm.const index e1583f46e..3244457f6 100644 --- a/sys/linux/kvm_arm.const +++ b/sys/linux/kvm_arm.const @@ -72,7 +72,7 @@ KVM_GET_REG_LIST = 3221794480 KVM_GET_SREGS = 2147528323 # KVM_GET_SUPPORTED_CPUID is not set KVM_GET_TSC_KHZ = 44707 -# KVM_GET_VCPU_EVENTS is not set +KVM_GET_VCPU_EVENTS = 2151722655 KVM_GET_VCPU_MMAP_SIZE = 44548 # KVM_GET_XCRS is not set # KVM_GET_XSAVE is not set @@ -155,7 +155,7 @@ KVM_SET_TSC_KHZ = 44706 KVM_SET_TSS_ADDR = 44615 KVM_SET_USER_MEMORY_REGION = 1075883590 KVM_SET_VAPIC_ADDR = 1074310803 -# KVM_SET_VCPU_EVENTS is not set +KVM_SET_VCPU_EVENTS = 1077980832 # KVM_SET_XCRS is not set # KVM_SET_XSAVE is not set KVM_SIGNAL_MSI = 1075883685 |
