[PATCH v2 00/22] KVM: ARM64: Add guest PMU support
From: Shannon Zhao <hidden>
Date: 2015-09-17 09:35:26
Also in:
kvm, kvmarm
From: Shannon Zhao <hidden>
Date: 2015-09-17 09:35:26
Also in:
kvm, kvmarm
Hi Andrew, On 2015/9/17 17:30, Andrew Jones wrote:
On Thu, Sep 17, 2015 at 09:32:34AM +0800, Shannon Zhao wrote:quoted
quoted
Hi Wei, On 2015/9/17 5:07, Wei Huang wrote:quoted
quoted
I am testing this series.Thanks for your time and help.quoted
quoted
The first question is: do you plan to add ACPI support in QEMU?To the completeness, this should be added. Maybe this could be added at v3. But I have a look at the kernel PMU driver, it doesn't support probing through ACPI, although there are some patches[1] out-of-tree.quoted
quoted
My in-house kernel uses ACPI for device probing. I had to force "acpi=off" when I test this patch series.Guest kernel only boots with ACPI when you add "acpi=force". No need to add "acpi=off".The Red Hat kernel uses ACPI by default, when tables are present (Thanks again for your QEMU table generation patches!)
Oh, I see. Thanks for your explanation. -- Shannon