Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
qemu: Remove PMU feature for Power (ppc64le) platform
Browse files Browse the repository at this point in the history
The bug got introduced in 9e4b610
Fixes #2707

Signed-off-by: [email protected]
  • Loading branch information
bpradipt committed May 28, 2020
1 parent 5cef3e7 commit 6b32472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc64le-options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MACHINETYPE := pseries
KERNELPARAMS :=
MACHINEACCELERATORS :=
CPUFEATURES := pmu=off
CPUFEATURES :=

KERNELTYPE := uncompressed #This architecture must use an uncompressed kernel.
QEMUCMD := qemu-system-ppc64le

0 comments on commit 6b32472

Please sign in to comment.