]> Git Repo - qemu.git/commit
arm: Add an option to turn on/off vPMU support
authorWei Huang <[email protected]>
Fri, 28 Oct 2016 13:12:31 +0000 (14:12 +0100)
committerPeter Maydell <[email protected]>
Fri, 28 Oct 2016 14:51:27 +0000 (15:51 +0100)
commit929e754d5a621cd53f30e69b766ccf381b58d124
treec45dfc88a52151503499de05df746d39e7c3d99b
parentd1df5cf3634af7003951d23164f349e360ecb601
arm: Add an option to turn on/off vPMU support

This patch adds a pmu=[on/off] option to enable/disable vPMU support
in guest vCPU. It allows virt tools, such as libvirt, to determine the
exsitence of vPMU and configure it. Note this option is only available
for cortex-a57/cortex-53/ host CPUs, but unavailable on ARMv7 and other
processors. Also even though "pmu=" option is available for TCG mode,
setting it doesn't turn PMU on.

Signed-off-by: Wei Huang <[email protected]>
Reviewed-by: Andrew Jones <[email protected]>
Message-id: 1477463301[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/virt-acpi-build.c
hw/arm/virt.c
target-arm/cpu.c
target-arm/cpu.h
target-arm/cpu64.c
target-arm/kvm64.c
This page took 0.031001 seconds and 4 git commands to generate.