Re: [PATCH v2 4/4] qemu: allow PMU feature to be enabled for ppc64 guests

2020-03-25 Thread Andrea Bolognani
On Tue, 2020-03-24 at 14:33 -0300, Daniel Henrique Barboza wrote: > The PMU feature is enabled by default in ppc64 guests and can't > be disabled via Libvirt or QEMU [1]. The current PMU feature > implementation does not allow PMU to enabled or disabled in the > ppc64 guest. Declaring the PMU

[PATCH v2 4/4] qemu: allow PMU feature to be enabled for ppc64 guests

2020-03-24 Thread Daniel Henrique Barboza
The PMU feature is enabled by default in ppc64 guests and can't be disabled via Libvirt or QEMU [1]. The current PMU feature implementation does not allow PMU to enabled or disabled in the ppc64 guest. Declaring the PMU feature will make the 'pmu' property to be passed on to QEMU, but this