qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v13 0/4] PMU-EBB support for PPC64 TCG
@ 2022-02-24 20:18 Daniel Henrique Barboza
  2022-02-24 20:18 ` [PATCH v13 1/4] target/ppc: make power8-pmu.c CONFIG_TCG only Daniel Henrique Barboza
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Daniel Henrique Barboza @ 2022-02-24 20:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel Henrique Barboza, qemu-ppc, clg, david

Hi,

This new version contains a change in patch 1 (former 2) that was
proposed by Richard in the v12 review.

Changes from v12:
- former patch 1: dropped, no longer applicable
- patch 1 (former 2):
  * use tcg_enabled() instead of !kvm_enabled() to avoid defined(CONFIG_TCG)
  ifdefs
- v12 link: https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg03622.html

Daniel Henrique Barboza (4):
  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    | 20 +++++-----
 target/ppc/excp_helper.c | 81 ++++++++++++++++++++++++++++++++++++++++
 target/ppc/helper.h      |  1 +
 target/ppc/machine.c     |  6 ++-
 target/ppc/meson.build   |  2 +-
 target/ppc/power8-pmu.c  | 39 +++++++++++++++++--
 target/ppc/power8-pmu.h  |  4 +-
 8 files changed, 140 insertions(+), 18 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-25 10:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 20:18 [PATCH v13 0/4] PMU-EBB support for PPC64 TCG Daniel Henrique Barboza
2022-02-24 20:18 ` [PATCH v13 1/4] target/ppc: make power8-pmu.c CONFIG_TCG only Daniel Henrique Barboza
2022-02-24 21:32   ` Richard Henderson
2022-02-24 20:18 ` [PATCH v13 2/4] target/ppc: finalize pre-EBB PMU logic Daniel Henrique Barboza
2022-02-24 20:18 ` [PATCH v13 3/4] target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions Daniel Henrique Barboza
2022-02-24 20:19 ` [PATCH v13 4/4] target/ppc: trigger PERFM EBBs from power8-pmu.c Daniel Henrique Barboza
2022-02-24 21:45   ` Richard Henderson
2022-02-25 10:10     ` Daniel Henrique Barboza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).