commit | a2befacf50940017e0de8461c4b924a929c4edc5 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <cdall@linaro.org> | Tue May 02 13:41:02 2017 +0200 |
committer | Christoffer Dall <cdall@linaro.org> | Thu Jun 08 16:59:44 2017 +0200 |
tree | aa53d740e25468b943b0d89d0b51cd3a35d9ca75 | |
parent | 1b6502e5bc5ef16179bcd812dfa43d8bbb5689d4 [diff] |
KVM: arm64: Allow creating the PMU without the in-kernel GIC Since we got support for devices in userspace which allows reporting the PMU overflow output status to userspace, we should actually allow creating the PMU on systems without an in-kernel irqchip, which in turn requires us to slightly clarify error codes for the ABI and move things around for the initialization phase. Signed-off-by: Christoffer Dall <cdall@linaro.org> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>