diff options
| author | Alexander Potapenko <glider@google.com> | 2024-09-06 15:16:07 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-09-06 14:02:35 +0000 |
| commit | 9750182a9a67f35e95cb1e077a3b69a4a9b54083 (patch) | |
| tree | 8af53a0ce4524c0eb93edc38ddb8e20d4b0fef4f /sys/linux/dev_kvm.txt.const | |
| parent | 39dcba17ce1fb5884cc5d0812b55bfae28b3d33f (diff) | |
sys/linux/dev_kvm.txt: declare ioctl$KVM_SET_USER_MEMORY_REGION2
See https://docs.kernel.org/virt/kvm/api.html#kvm-set-user-memory-region2
for more details
Diffstat (limited to 'sys/linux/dev_kvm.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_kvm.txt.const b/sys/linux/dev_kvm.txt.const index e87f446ad..62e7c1acd 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -164,6 +164,7 @@ KVM_IRQ_ROUTING_MSI = 2 KVM_IRQ_ROUTING_S390_ADAPTER = 3 KVM_KVMCLOCK_CTRL = 44717, mips64le:ppc64le:536915629 KVM_MAX_IRQ_ROUTES = 4096, 386:amd64:mips64le:ppc64le:??? +KVM_MEM_GUEST_MEMFD = 4 KVM_MEM_LOG_DIRTY_PAGES = 1 KVM_MEM_READONLY = 2 KVM_MP_STATE_CHECK_STOP = 6 @@ -230,6 +231,7 @@ KVM_SET_SREGS = 1094233732, arm64:1073786500, mips64le:2147528324, ppc64le:22282 KVM_SET_TSC_KHZ = 44706, mips64le:ppc64le:536915618 KVM_SET_TSS_ADDR = 44615, mips64le:ppc64le:536915527 KVM_SET_USER_MEMORY_REGION = 1075883590, mips64le:ppc64le:2149625414 +KVM_SET_USER_MEMORY_REGION2 = 1084272201, mips64le:ppc64le:2158014025 KVM_SET_VAPIC_ADDR = 1074310803, mips64le:ppc64le:2148052627 KVM_SET_VCPU_EVENTS = 1077980832, mips64le:ppc64le:s390x:??? KVM_SET_XCRS = 1099476647, arm64:mips64le:ppc64le:s390x:??? |
