v2: - renamed the kvm pmu 'create' function to 'set_irq' after doing the create/set-irq split - added another patch that improves the error handling of the kvm pmu init and set-irq calls
Andrew Jones (4): hw/arm/virt: add pmu interrupt state target/arm/kvm: pmu: split init and set-irq stages hw/arm/virt: allow pmu instantiation with userspace irqchip target/arm/kvm: pmu: improve error handling hw/arm/virt.c | 12 ++++++++-- target/arm/cpu.c | 2 ++ target/arm/cpu.h | 2 ++ target/arm/kvm.c | 6 ++++- target/arm/kvm32.c | 7 +++++- target/arm/kvm64.c | 63 ++++++++++++++++++++++++++++++---------------------- target/arm/kvm_arm.h | 9 ++++---- 7 files changed, 65 insertions(+), 36 deletions(-) -- 1.8.3.1