Some fairly minor updates from the last series I sent out: - Re-based on v4.0-rc3 - Use KVM_MP_STATE_STOPPED instead of KVM_MP_STATE_HALTED - Some minor textual tidy ups on commit msgs and comments - Move the re-factored vgic_queue_irq_to_lr to before the active changes The branch I've been working with can be found at: http://git.linaro.org/people/alex.bennee/linux.git branch: migration/kvmarm-fixes-for-4.0-v3 Alex Bennée (2): arm/arm64: KVM: export VCPU power state via MP_STATE ioctl arm/arm64: KVM: add a common vgic_queue_irq_to_lr fn Christoffer Dall (3): arm/arm64: KVM: support for un-queuing active IRQs arm/arm64: KVM: Fix migration race in the arch timer arm/arm64: KVM: Keep elrsr/aisr in sync with software model Documentation/virtual/kvm/api.txt | 16 ++- arch/arm/kvm/arm.c | 23 +++- include/kvm/arm_arch_timer.h | 7 ++ include/kvm/arm_vgic.h | 16 ++- virt/kvm/arm/arch_timer.c | 45 +++++-- virt/kvm/arm/vgic-v2-emul.c | 20 +++- virt/kvm/arm/vgic-v2.c | 8 ++ virt/kvm/arm/vgic-v3.c | 8 ++ virt/kvm/arm/vgic.c | 244 +++++++++++++++++++++++++++++++------- virt/kvm/arm/vgic.h | 8 ++ 10 files changed, 335 insertions(+), 60 deletions(-) -- 2.3.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html