From 98b0bddc4dc66e345d38ac749890263b91cf02f1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 26 Aug 2018 05:12:14 +0200 Subject: sys/linux: treat cuse as fuse It's mostly fuse. Also regenerate consts on latest kernel. --- sys/linux/kvm_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/kvm_arm.const') 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 -- cgit mrf-deployment