Re: [Qemu-devel] [PATCH 1/1] ppc: use kvm_enable_cap_vcpu()

2014-04-16 Thread Alexander Graf
On 14.04.14 18:48, Cornelia Huck wrote: Convert existing users of KVM_ENABLE_CAP to new helper. Signed-off-by: Cornelia Huck Ah, you made the ppc patch separate. I would prefer if we had one patch set that introduces the helper and converts every arch in follow-up patches. Then your s390x

[Qemu-devel] [PATCH 1/1] ppc: use kvm_enable_cap_vcpu()

2014-04-14 Thread Cornelia Huck
Convert existing users of KVM_ENABLE_CAP to new helper. Signed-off-by: Cornelia Huck --- hw/intc/openpic_kvm.c |8 ++-- hw/intc/xics_kvm.c|8 ++-- target-ppc/kvm.c | 21 - 3 files changed, 8 insertions(+), 29 deletions(-) diff --git a/hw/intc/openp