Re: [Qemu-devel] [PATCH v5 0/3] Add guest PMU in machine virt

2016-06-07 Thread Peter Maydell
On 7 June 2016 at 03:46, Shannon Zhao wrote: > From: Shannon Zhao > > KVM-ARM64 supports guest PMU now. This series add the support in machine > virt so that guest could use PMU. > > The ACPI part is tested with below guest kernel patches. > https://lkml.org/lkml/2016/4/12/755 > > Changes since v

[Qemu-devel] [PATCH v5 0/3] Add guest PMU in machine virt

2016-06-06 Thread Shannon Zhao
From: Shannon Zhao KVM-ARM64 supports guest PMU now. This series add the support in machine virt so that guest could use PMU. The ACPI part is tested with below guest kernel patches. https://lkml.org/lkml/2016/4/12/755 Changes since v4: * fix building failure due to kvm_arm_pmu_create() * rebas