Re: [PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM

2021-01-18 Thread Paolo Bonzini
On 15/01/21 17:50, Will Deacon wrote: On Fri, Jan 08, 2021 at 04:53:49PM +, Quentin Perret wrote: The documentation classifies KVM_ENABLE_CAP with KVM_CAP_ENABLE_CAP_VM as a vcpu ioctl, which is incorrect. Fix it by specifying it as a VM ioctl. Fixes: e5d83c74a580 ("kvm: make KVM_CAP_ENABLE

Re: [PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM

2021-01-15 Thread Sean Christopherson
On Fri, Jan 15, 2021, Will Deacon wrote: > On Fri, Jan 08, 2021 at 04:53:49PM +, Quentin Perret wrote: > > The documentation classifies KVM_ENABLE_CAP with KVM_CAP_ENABLE_CAP_VM > > as a vcpu ioctl, which is incorrect. Fix it by specifying it as a VM > > ioctl. On a related topic, x86 should r

Re: [PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM

2021-01-15 Thread Will Deacon
On Fri, Jan 08, 2021 at 04:53:49PM +, Quentin Perret wrote: > The documentation classifies KVM_ENABLE_CAP with KVM_CAP_ENABLE_CAP_VM > as a vcpu ioctl, which is incorrect. Fix it by specifying it as a VM > ioctl. > > Fixes: e5d83c74a580 ("kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic")

Re: [PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM

2021-01-15 Thread Quentin Perret
On Friday 08 Jan 2021 at 16:53:49 (+), Quentin Perret wrote: > The documentation classifies KVM_ENABLE_CAP with KVM_CAP_ENABLE_CAP_VM > as a vcpu ioctl, which is incorrect. Fix it by specifying it as a VM > ioctl. Anything I should do on this one? Thanks, Quentin