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
/
cpu.c
Age
Commit message (
Expand
)
Author
2022-05-05
target/ppc: Remove fpscr_* macros from cpu.h
VĂctor Colombo
2021-12-17
target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
Lucas Mateus Castro (alqotel)
2021-10-21
linux-user: Fix XER access in ppc version of elf_core_copy_regs
Matheus Ferst
2021-08-27
target/ppc: moved ppc_store_sdr1 to mmu_common.c
Lucas Mateus Castro (alqotel)
2021-07-09
target/ppc: Allow virtual hypervisor on CPU without HV
BALATON Zoltan
2021-06-03
target/ppc: overhauled and moved logic of storing fpscr
Bruno Larsen (billionai)
2021-06-03
target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c
Bruno Larsen (billionai)
2021-06-03
target/ppc: cleaned error_report from ppc_store_sdr1
Bruno Larsen (billionai)
2021-05-19
target/ppc: moved ppc_store_sdr1 to cpu.c
Bruno Larsen (billionai)
2021-05-19
target/ppc: created ppc_{store,get}_vscr for generic vscr usage
Bruno Larsen (billionai)
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
2017-03-01
target/ppc: move cpu_[read, write]_xer to cpu.c
Nikunj A Dadhania