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
/
internal.h
Age
Commit message (
Expand
)
Author
2024-05-24
target/ppc: Add a function to check for page protection bit
BALATON Zoltan
2024-05-24
target/ppc: Move mmu_ctx_t type to mmu_common.c
BALATON Zoltan
2024-05-24
target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
BALATON Zoltan
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-04-26
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Define powerpc_pm_insn_t in 'internal.h'
Philippe Mathieu-Daudé
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
2023-07-07
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
2023-02-27
target/ppc/internal: Restrict MMU declarations to sysemu
Philippe Mathieu-Daudé
2022-07-28
target/ppc: Implement new wait variants
Nicholas Piggin
2022-07-06
target/ppc: Move mffscrn[i] to decodetree
Víctor Colombo
2022-05-26
target/ppc: Implemented xvi*ger* instructions
Lucas Mateus Castro (alqotel)
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2021-11-02
target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
Richard Henderson
2021-11-02
target/ppc: Implement ppc_cpu_record_sigsegv
Richard Henderson
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)
2021-06-03
target/ppc: removed all mentions to PPC_DUMP_CPU
Bruno Larsen (billionai)
2021-05-19
target/ppc: Introduce prot_for_access_type
Richard Henderson
2021-05-04
target/ppc: move opcode table logic to translate.c
Bruno Larsen (billionai)
2021-05-04
target/ppc: code motion from translate_init.c.inc to gdbstub.c
Bruno Larsen (billionai)
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-10-28
ppc/: fix some comment spelling errors
zhaolichang
2019-10-04
ppc: Add support for 'mffscrn','mffscrni' instructions
Paul A. Clarke
2019-07-02
target/ppc: remove getVSR()/putVSR() from int_helper.c
Mark Cave-Ayland
2019-03-12
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...
Mark Cave-Ayland
2019-03-12
target/ppc: move Vsr* macros from internal.h to cpu.h
Mark Cave-Ayland
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