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
/
translate.c
Age
Commit message (
Expand
)
Author
2024-03-13
target/ppc: Add gen_exception_err_nip() function
BALATON Zoltan
2024-03-13
target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...
Chinmay Rath
2024-02-23
target/ppc: Add SMT support to time facilities
Nicholas Piggin
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-08
target/ppc: use g_free() in test_opcode_table()
Daniel Henrique Barboza
2023-09-06
target/ppc: Fix CPU reservation migration for record-replay
Nicholas Piggin
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-09-06
target/ppc: Suppress single step interrupts on rfi-type instructions
Nicholas Piggin
2023-09-06
target/ppc: Improve book3s branch trace interrupt for v2.07S
Nicholas Piggin
2023-09-06
target/ppc: Remove single-step suppression inside 0x100-0xf00
Nicholas Piggin
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-07-31
target/ppc: Disable goto_tb with architectural singlestep
Richard Henderson
2023-07-07
target/ppc: SMT support for the HID SPR
Nicholas Piggin
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
2023-07-07
target/ppd: Remove unused define
BALATON Zoltan
2023-07-07
target/ppc: Fix icount access for some hypervisor instructions
Nicholas Piggin
2023-07-07
target/ppc: Add TFMR SPR implementation with read and write helpers
Nicholas Piggin
2023-06-25
target/ppc: Add msgsnd/p and DPDES SMT support
Nicholas Piggin
2023-06-25
target/ppc: Add support for SMT CTRL register
Nicholas Piggin
2023-06-25
target/ppc: Add initial flags and helpers for SMT support
Nicholas Piggin
2023-06-25
target/ppc: Fix sc instruction handling of LEV field
Nicholas Piggin
2023-06-25
target/ppc: Better CTRL SPR implementation
Nicholas Piggin
2023-06-10
target/ppc: Rework store conditional to avoid branch
Nicholas Piggin
2023-06-10
target/ppc: Remove larx/stcx. memory barrier semantics
Nicholas Piggin
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
2023-06-10
target/ppc: Fix lqarx to set cpu_reserve
Nicholas Piggin
2023-06-05
target/ppc: Inline gen_icount_io_start()
Philippe Mathieu-Daudé
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
2023-05-23
target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ
Richard Henderson
2023-04-09
target/ppc: Fix temp usage in gen_op_arith_modw
Richard Henderson
2023-03-13
target/ppc: Avoid tcg_const_* in translate.c
Richard Henderson
2023-03-13
target/ppc: Fix gen_tlbsx_booke206
Richard Henderson
2023-03-05
target/ppc: Drop tcg_temp_free
Richard Henderson
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
2023-03-03
target/ppc/translate: Add dummy implementation for dcblc instruction
Bernhard Beschow
2023-03-01
target/ppc: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-02-04
target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
Richard Henderson
2022-12-21
target/ppc: Implement the DEXCR and HDEXCR
Nicholas Miehlbradt
2022-10-28
target/ppc: Increment PMC5 with inline insns
Leandro Lupori
2022-10-28
target/ppc: Add new PMC HFLAGS
Leandro Lupori
2022-10-28
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
2022-10-28
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: move msgsync to decodetree
Matheus Ferst
[next]