From 57d179b822b49fe6a8d32635c739d694ef168708 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Wed, 11 Sep 2024 14:23:10 +0200 Subject: 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. --- 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 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 -- cgit mrf-deployment