index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-2
/
+2
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-181
/
+181
2023-09-08
target/ppc: use g_free() in test_opcode_table()
Daniel Henrique Barboza
1
-1
/
+1
2023-09-06
target/ppc: Fix CPU reservation migration for record-replay
Nicholas Piggin
1
-0
/
+4
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
1
-0
/
+13
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
1
-1
/
+9
2023-09-06
target/ppc: Suppress single step interrupts on rfi-type instructions
Nicholas Piggin
1
-6
/
+17
2023-09-06
target/ppc: Improve book3s branch trace interrupt for v2.07S
Nicholas Piggin
1
-10
/
+11
2023-09-06
target/ppc: Remove single-step suppression inside 0x100-0xf00
Nicholas Piggin
1
-2
/
+1
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-07-31
target/ppc: Disable goto_tb with architectural singlestep
Richard Henderson
1
-0
/
+3
2023-07-07
target/ppc: SMT support for the HID SPR
Nicholas Piggin
1
-0
/
+16
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
1
-5
/
+6
2023-07-07
target/ppd: Remove unused define
BALATON Zoltan
1
-1
/
+0
2023-07-07
target/ppc: Fix icount access for some hypervisor instructions
Nicholas Piggin
1
-0
/
+7
2023-07-07
target/ppc: Add TFMR SPR implementation with read and write helpers
Nicholas Piggin
1
-0
/
+10
2023-06-25
target/ppc: Add msgsnd/p and DPDES SMT support
Nicholas Piggin
1
-0
/
+8
2023-06-25
target/ppc: Add support for SMT CTRL register
Nicholas Piggin
1
-1
/
+17
2023-06-25
target/ppc: Add initial flags and helpers for SMT support
Nicholas Piggin
1
-0
/
+22
2023-06-25
target/ppc: Fix sc instruction handling of LEV field
Nicholas Piggin
1
-1
/
+6
2023-06-25
target/ppc: Better CTRL SPR implementation
Nicholas Piggin
1
-1
/
+8
2023-06-10
target/ppc: Rework store conditional to avoid branch
Nicholas Piggin
1
-33
/
+30
2023-06-10
target/ppc: Remove larx/stcx. memory barrier semantics
Nicholas Piggin
1
-11
/
+0
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
1
-0
/
+9
2023-06-10
target/ppc: Fix lqarx to set cpu_reserve
Nicholas Piggin
1
-0
/
+1
2023-06-05
target/ppc: Inline gen_icount_io_start()
Philippe Mathieu-Daudé
1
-34
/
+29
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
1
-12
/
+1
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
1
-0
/
+4
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
1
-13
/
+13
2023-05-23
target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ
Richard Henderson
1
-30
/
+4
2023-04-09
target/ppc: Fix temp usage in gen_op_arith_modw
Richard Henderson
1
-2
/
+2
2023-03-13
target/ppc: Avoid tcg_const_* in translate.c
Richard Henderson
1
-70
/
+72
2023-03-13
target/ppc: Fix gen_tlbsx_booke206
Richard Henderson
1
-4
/
+2
2023-03-05
target/ppc: Drop tcg_temp_free
Richard Henderson
1
-283
/
+0
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
1
-2
/
+0
2023-03-03
target/ppc/translate: Add dummy implementation for dcblc instruction
Bernhard Beschow
1
-0
/
+9
2023-03-01
target/ppc: Don't use tcg_temp_local_new
Richard Henderson
1
-3
/
+3
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-02-04
target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
Richard Henderson
1
-55
/
+47
2022-12-21
target/ppc: Implement the DEXCR and HDEXCR
Nicholas Miehlbradt
1
-0
/
+19
2022-10-28
target/ppc: Increment PMC5 with inline insns
Leandro Lupori
1
-3
/
+25
2022-10-28
target/ppc: Add new PMC HFLAGS
Leandro Lupori
1
-0
/
+4
2022-10-28
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
1
-1
/
+10
2022-10-28
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
1
-1
/
+0
2022-10-28
target/ppc: move msgsync to decodetree
Matheus Ferst
1
-14
/
+0
2022-10-28
target/ppc: move msgclrp/msgsndp to decodetree
Matheus Ferst
1
-26
/
+0
2022-10-28
target/ppc: move msgclr/msgsnd to decodetree
Matheus Ferst
1
-32
/
+2
2022-10-28
target/ppc: fix REQUIRE_HV macro definition
Matheus Ferst
1
-6
/
+6
2022-10-28
target/ppc: fix msgsync insns flags
Matheus Ferst
1
-1
/
+1
[next]