diff options
| author | Alexander Potapenko <glider@google.com> | 2024-09-11 14:14:34 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-09-11 14:21:28 +0000 |
| commit | 123a4bdd76b167d74bda65d07a5caa34b52e4a38 (patch) | |
| tree | c2c7c4a54a79f3be536a3eaceaade68ca70d5b8b /sys/linux/dev_kvm.txt.const | |
| parent | e0b87759def2caf272909838aa17c6cb1edd7c9e (diff) | |
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
Diffstat (limited to 'sys/linux/dev_kvm.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
