The following changes since commit b006f8162e11f0395689a684d6e871b047c23481:
Merge remote-tracking branch 'remotes/rth/tags/tcg-sparc-pull-20140428' into staging (2014-04-29 13:03:25 +0100) are available in the git repository at: https://github.com/cohuck/qemu.git tags/kvm_cap_helpers for you to fetch changes up to 48add816cf7697509debaee0a36f5bb54e4a121b: ppc: use kvm_vcpu_enable_cap() (2014-04-30 14:39:58 +0200) ---------------------------------------------------------------- Add helpers for enabling kvm capabilities and convert the existing s390x and ppc users to use them. ---------------------------------------------------------------- Cornelia Huck (3): kvm: add kvm_{vm,vcpu}_enable_cap s390x: use kvm_vcpu_enable_cap() ppc: use kvm_vcpu_enable_cap() hw/intc/openpic_kvm.c | 8 ++------ hw/intc/xics_kvm.c | 8 ++------ include/sysemu/kvm.h | 30 ++++++++++++++++++++++++++++++ target-ppc/kvm.c | 21 ++++----------------- target-s390x/kvm.c | 4 +--- 5 files changed, 39 insertions(+), 32 deletions(-) -- 1.7.9.5