index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
internal.h
Age
Commit message (
Expand
)
Author
2019-02-04
target/ppc: implement complete set of Vsr* macros
Mark Cave-Ayland
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2019-01-09
target/ppc: merge ppc_vsr_t and ppc_avr_t union types
Mark Cave-Ayland
2019-01-09
target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32
Mark Cave-Ayland
2019-01-09
target/ppc: fix typo in SIMM5 extraction helper
Mark Cave-Ayland
2018-07-03
target/ppc: Add do_unaligned_access hook
Richard Henderson
2017-02-22
target-ppc: implement load atomic instruction
Balamuruhan S
2017-02-22
ppc: implement xsrqpi[x] instruction
Jose Ricardo Ziviani
2017-02-02
target-ppc: Add xststdc[sp, dp, qp] instructions
Nikunj A Dadhania
2017-02-02
target-ppc: Add xvtstdc[sp,dp] instructions
Nikunj A Dadhania
2017-01-31
target-ppc: Add xsaddqp instructions
Bharata B Rao
2017-01-31
target-ppc: Use correct precision for FPRF setting
Bharata B Rao
2017-01-31
target-ppc: Add xscvdphp, xscvhpdp
Bharata B Rao
2017-01-31
target-ppc: move ppc_vsr_t to common header
Nikunj A Dadhania
2017-01-31
target-ppc: implement lxv/lxvx and stxv/stxvx
Nikunj A Dadhania
2017-01-31
target-ppc: Consolidate instruction decode helpers
Bharata B Rao
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth