diff options
| author | Alexander Potapenko <glider@google.com> | 2024-09-11 14:23:10 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-09-11 14:21:28 +0000 |
| commit | 57d179b822b49fe6a8d32635c739d694ef168708 (patch) | |
| tree | c15e7c4506481601beb0b87adb0426e30350ec2e /sys/linux/dev_kvm.txt.const | |
| parent | 123a4bdd76b167d74bda65d07a5caa34b52e4a38 (diff) | |
sys/linux/dev_kvm.txt: declare ioctl$KVM_RESET_DIRTY_RINGS
This ioctl is mentioned at
https://docs.kernel.org/virt/kvm/api.html#kvm-cap-dirty-log-ring-kvm-cap-dirty-log-ring-acq-rel,
but doesn't have its own doc entry.
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 800ff0983..063b28e08 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -236,6 +236,7 @@ KVM_PPC_GET_SMMU_INFO = 386:amd64:arm64:mips64le:s390x:???, ppc64le:1112583846 KVM_PRE_FAULT_MEMORY = 3225464533 KVM_REGISTER_COALESCED_MMIO = 1074835047, mips64le:ppc64le:2148576871 KVM_REINJECT_CONTROL = 44657, mips64le:ppc64le:536915569 +KVM_RESET_DIRTY_RINGS = 44743, mips64le:ppc64le:536915655 KVM_RUN = 44672, mips64le:ppc64le:536915584 KVM_RUN_SIZE = 2352, s390x:2368 KVM_S390_INTERRUPT = 386:amd64:arm64:mips64le:ppc64le:???, s390x:1074835092 |
