Re: [Qemu-devel] [PATCH v2 2/5] KVM: Add per-vm capability enablement.

2014-03-21 Thread Christian Borntraeger
On 17/03/14 19:11, Cornelia Huck wrote: > Allow KVM_ENABLE_CAP to act on a vm as well as on a vcpu. This makes more > sense when the caller wants to enable a vm-related capability. > > s390 will be the first user; wire it up. > > Reviewed-by: Thomas Huth > Signed-off-by: Cornelia Huck Acked-by

Re: [Qemu-devel] [PATCH v2 2/5] KVM: Add per-vm capability enablement.

2014-03-17 Thread Christian Borntraeger
On 17/03/14 19:11, Cornelia Huck wrote: > Allow KVM_ENABLE_CAP to act on a vm as well as on a vcpu. This makes more > sense when the caller wants to enable a vm-related capability. > > s390 will be the first user; wire it up. > > Reviewed-by: Thomas Huth > Signed-off-by: Cornelia Huck Reviewed-

[Qemu-devel] [PATCH v2 2/5] KVM: Add per-vm capability enablement.

2014-03-17 Thread Cornelia Huck
Allow KVM_ENABLE_CAP to act on a vm as well as on a vcpu. This makes more sense when the caller wants to enable a vm-related capability. s390 will be the first user; wire it up. Reviewed-by: Thomas Huth Signed-off-by: Cornelia Huck --- Documentation/virtual/kvm/api.txt |6 -- arch/s390