Re: [PATCH] doc/virt/kvm: move KVM_X86_SET_MSR_FILTER in section 8
From: Paolo Bonzini
Date: Sat Apr 17 2021 - 08:52:56 EST
On 16/03/21 18:08, Emanuele Giuseppe Esposito wrote:
KVM_X86_SET_MSR_FILTER is a capability, not an ioctl.
Therefore move it from section 4.97 to the new 8.31 (other capabilities).
Here and in the subject I think KVM_X86_SET_MSR_FILTER should be
replaced by KVM_CAP_PPC_MULTITCE.
Otherwise looks good, so I queued it.
Thanks,
Paolo
To fill the gap, move KVM_X86_SET_MSR_FILTER (was 4.126) to
4.97, and shifted Xen-related ioctl (were 4.127 - 4.130) by
one place (4.126 - 4.129).
Also fixed minor typo in KVM_GET_MSR_INDEX_LIST ioctl description
(section 4.3).