index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
power8-pmu.c
Age
Commit message (
Expand
)
Author
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-08-31
target/ppc/pmu: Include missing 'qemu/timer.h' header
Philippe Mathieu-Daudé
2023-06-10
target/ppc: PMU implement PERFM interrupts
Nicholas Piggin
2023-06-10
target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
Nicholas Piggin
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
2022-10-28
target/ppc: Increment PMC5 with inline insns
Leandro Lupori
2022-03-02
target/ppc: trigger PERFM EBBs from power8-pmu.c
Daniel Henrique Barboza
2022-03-02
target/ppc: finalize pre-EBB PMU logic
Daniel Henrique Barboza
2022-01-04
target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()
Daniel Henrique Barboza
2022-01-04
target/ppc: Use env->pnc_cyc_cnt
Richard Henderson
2022-01-04
target/ppc: Rewrite pmu_increment_insns
Richard Henderson
2022-01-04
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson
2021-12-17
target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
Daniel Henrique Barboza
2021-12-17
target/ppc: enable PMU instruction count
Daniel Henrique Barboza
2021-12-17
target/ppc: enable PMU counter overflow with cycle events
Daniel Henrique Barboza
2021-12-17
target/ppc: PMU: update counters on MMCR1 write
Daniel Henrique Barboza
2021-12-17
target/ppc: PMU: update counters on PMCs r/w
Daniel Henrique Barboza
2021-12-17
target/ppc: PMU basic cycle count for pseries TCG
Daniel Henrique Barboza
2021-12-17
target/ppc: introduce PMUEventType and PMU overflow timers
Daniel Henrique Barboza