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
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