From 123a4bdd76b167d74bda65d07a5caa34b52e4a38 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Wed, 11 Sep 2024 14:14:34 +0200 Subject: sys/linux/dev_kvm.txt: declare ioctl$KVM_GET_XSAVE2 This is an x86-only ioctl: https://docs.kernel.org/virt/kvm/api.html#kvm-get-xsave2 --- sys/linux/dev_kvm.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_kvm.txt.const') diff --git a/sys/linux/dev_kvm.txt.const b/sys/linux/dev_kvm.txt.const index 952088f2a..800ff0983 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -181,6 +181,7 @@ KVM_GET_VCPU_EVENTS = 2151722655, mips64le:ppc64le:s390x:??? KVM_GET_VCPU_MMAP_SIZE = 44548, mips64le:ppc64le:536915460 KVM_GET_XCRS = 2173218470, arm64:mips64le:ppc64le:s390x:??? KVM_GET_XSAVE = 2415963812, arm64:mips64le:ppc64le:s390x:??? +KVM_GET_XSAVE2 = 2415963855, arm64:mips64le:ppc64le:s390x:??? KVM_GUESTDBG_BLOCKIRQ = 1048576, arm64:mips64le:ppc64le:s390x:??? KVM_GUESTDBG_ENABLE = 1 KVM_GUESTDBG_EXIT_PENDING = 386:amd64:arm64:mips64le:ppc64le:???, s390x:268435456 -- cgit mrf-deployment