Age | Commit message (Expand) | Author |
2023-06-26 | target: Widen pc/cs_base in cpu_get_tb_cpu_state | Anton Johansson |
2023-06-20 | target/ppc: Check for USER_ONLY definition instead of SOFTMMU one | Philippe Mathieu-Daudé |
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 |
2023-01-04 | target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb | Richard Henderson |
2022-10-28 | target/ppc: Add new PMC HFLAGS | Leandro Lupori |
2022-10-28 | target/ppc: introduce ppc_maybe_interrupt | Matheus Ferst |
2022-05-26 | target/ppc: Fix tlbie | Leandro Lupori |
2022-05-05 | target/ppc: Remove msr_de macro | Víctor Colombo |
2022-05-05 | target/ppc: Remove msr_ep macro | Víctor Colombo |
2022-05-05 | target/ppc: Remove msr_dr macro | Víctor Colombo |
2022-05-05 | target/ppc: Remove msr_ir macro | Víctor Colombo |
2022-05-05 | target/ppc: Remove msr_gs macro | Víctor Colombo |
2022-05-05 | target/ppc: Remove msr_pow macro | Víctor Colombo |
2022-05-05 | target/ppc: Fix BookE debug interrupt generation | Bin Meng |
2022-02-18 | target/ppc: Move common SPR functions out of cpu_init | Fabiano Rosas |
2022-02-09 | target/ppc: Remove PowerPC 601 CPUs | Cédric Le Goater |
2022-01-28 | target/ppc: Fix test on mmu_model in hreg_compute_hflags_value() | Cédric Le Goater |
2022-01-28 | target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb() | Daniel Henrique Barboza |
2022-01-04 | target/ppc: Cache per-pmc insn and cycle count settings | Richard Henderson |
2021-12-17 | target/ppc: enable PMU instruction count | Daniel Henrique Barboza |
2021-10-21 | target/ppc: add MMCR0 PMCC bits to hflags | Daniel Henrique Barboza |
2021-09-30 | target/ppc: add LPCR[HR] to DisasContext and hflags | Matheus Ferst |
2021-08-27 | target/ppc: moved store_40x_sler to helper_regs.c | Lucas Mateus Castro (alqotel) |
2021-05-04 | target/ppc: Validate hflags with CONFIG_DEBUG_TCG | Richard Henderson |
2021-05-04 | target/ppc: Remove env->immu_idx and env->dmmu_idx | Richard Henderson |
2021-05-04 | target/ppc: Remove MSR_SA and MSR_AP from hflags | Richard Henderson |
2021-05-04 | target/ppc: Put LPCR[GTSE] in hflags | Richard Henderson |
2021-05-04 | target/ppc: Put dbcr0 single-step bits into hflags | Richard Henderson |
2021-05-04 | target/ppc: Disconnect hflags from MSR | Richard Henderson |
2021-05-04 | target/ppc: Retain hflags_nmsr only for migration | Richard Henderson |
2021-05-04 | target/ppc: Move 601 hflags adjustment to hreg_compute_hflags | Richard Henderson |
2021-05-04 | target/ppc: Move helper_regs.h functions out-of-line | Richard Henderson |