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
/
helper_regs.c
Age
Commit message (
Expand
)
Author
2024-05-24
target/ppc: Remove id_tlbs flag from CPU env
BALATON Zoltan
2024-05-24
target/ppc: Add new hflags to support BHRB
Glenn Miles
2024-05-24
target/ppc: Fix broadcast tlbie synchronisation
Nicholas Piggin
2024-03-13
target/ppc: Prevent supervisor from modifying MSR[ME]
Nicholas Piggin
2024-02-23
target/ppc: Fix move-to timebase SPR access permissions
Nicholas Piggin
2024-02-23
target/ppc: Improve timebase register defines naming
Nicholas Piggin
2024-02-23
target/ppc: Rename TBL to TB on 64-bit
Nicholas Piggin
2024-02-23
target/ppc: Rename registers to match ISA
Nicholas Piggin
2024-01-08
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
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