[PATCH v12 0/5] PMU-EBB support for PPC64 TCG

Daniel Henrique Barboza posted 5 patches 2 years, 2 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
There is a newer version of this series
target/ppc/cpu.h         |  5 ++-
target/ppc/cpu_init.c    |  9 +++--
target/ppc/excp_helper.c | 83 +++++++++++++++++++++++++++++++++++++++-
target/ppc/helper.h      |  1 +
target/ppc/machine.c     |  2 +
target/ppc/meson.build   |  2 +-
target/ppc/power8-pmu.c  | 39 +++++++++++++++++--
target/ppc/power8-pmu.h  |  4 +-
8 files changed, 133 insertions(+), 12 deletions(-)
[PATCH v12 0/5] PMU-EBB support for PPC64 TCG
Posted by Daniel Henrique Barboza 2 years, 2 months ago
Hi,

This new version adds a new patch (patch 2) that fixes --disable-tcg
--disable-linux-user compilation.

The series was based on upstream master.

Changes from v12:
- patch 2 (new):
  * make power8-pmu.c compile only with CONFIG_TCG available
- patch 4 (former 3):
  * added Cedric's r-b
- v11 link: https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg02693.html

Daniel Henrique Barboza (5):
  target/ppc: fix indent of powerpc_set_excp_state()
  target/ppc: make power8-pmu.c CONFIG_TCG only
  target/ppc: finalize pre-EBB PMU logic
  target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
  target/ppc: trigger PERFM EBBs from power8-pmu.c

 target/ppc/cpu.h         |  5 ++-
 target/ppc/cpu_init.c    |  9 +++--
 target/ppc/excp_helper.c | 83 +++++++++++++++++++++++++++++++++++++++-
 target/ppc/helper.h      |  1 +
 target/ppc/machine.c     |  2 +
 target/ppc/meson.build   |  2 +-
 target/ppc/power8-pmu.c  | 39 +++++++++++++++++--
 target/ppc/power8-pmu.h  |  4 +-
 8 files changed, 133 insertions(+), 12 deletions(-)

-- 
2.34.1