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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
2
-2
/
+2
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
4
-16
/
+16
2024-01-05
target: Use generic cpu_model_from_type()
Gavin Shan
2
-4
/
+2
2023-12-29
target/ppc: Constify VMState in machine.c
Richard Henderson
1
-16
/
+16
2023-11-21
target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
John Platts
1
-4
/
+8
2023-11-07
target/ppc: Move powerpc_input_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-21
/
+20
2023-11-07
target/ppc: Move powerpc_mmu_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-43
/
+42
2023-11-07
target/ppc: Move powerpc_excp_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-29
/
+27
2023-11-07
target/ppc: Move PowerPCCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-56
/
+51
2023-11-07
target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
Philippe Mathieu-Daudé
2
-2
/
+1
2023-11-07
target/ppc: Define powerpc_pm_insn_t in 'internal.h'
Philippe Mathieu-Daudé
2
-10
/
+9
2023-11-07
target/ppc: Prohibit target specific KVM prototypes on user emulation
Philippe Mathieu-Daudé
1
-0
/
+4
2023-11-07
target/ppc: Restrict KVM objects to system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
Philippe Mathieu-Daudé
2
-20
/
+1
2023-11-07
sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
Philippe Mathieu-Daudé
1
-2
/
+2
2023-11-07
target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-2
/
+3
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
1
-2
/
+0
2023-10-11
target/ppc: Remove references to gdb_has_xml
Akihiko Odaki
1
-18
/
+0
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2
-4
/
+4
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
2023-10-07
meson: Rename target_softmmu_arch -> target_system_arch
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-06
target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()
Cédric Le Goater
1
-4
/
+0
2023-10-06
target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
Cédric Le Goater
1
-6
/
+6
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
1
-1
/
+0
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2
-7
/
+7
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
11
-299
/
+299
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
1
-1
/
+0
2023-09-20
ppc: spelling fixes
Michael Tokarev
6
-17
/
+17
2023-09-15
target/ppc: Use clmul_64
Richard Henderson
1
-14
/
+3
2023-09-15
target/ppc: Use clmul_32* routines
Richard Henderson
1
-21
/
+7
2023-09-15
target/ppc: Use clmul_16* routines
Richard Henderson
1
-1
/
+8
2023-09-15
target/ppc: Use clmul_8* routines
Richard Henderson
1
-1
/
+13
2023-09-08
target/ppc: use g_free() in test_opcode_table()
Daniel Henrique Barboza
1
-1
/
+1
2023-09-06
target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
jianchunfu
1
-1
/
+1
2023-09-06
target/ppc: Flush inputs to zero with NJ in ppc_store_vscr
Richard Henderson
1
-0
/
+1
2023-09-06
target/ppc: Fix LQ, STQ register-pair order for big-endian
Nicholas Piggin
1
-8
/
+8
2023-09-06
spapr: Fix machine reset deadlock from replay-record
Nicholas Piggin
2
-0
/
+20
2023-09-06
target/ppc: Fix CPU reservation migration for record-replay
Nicholas Piggin
3
-2
/
+30
2023-09-06
target/ppc: Migrate DECR SPR
Nicholas Piggin
1
-0
/
+14
2023-09-06
ppc/vhyp: reset exception state when handling vhyp hcall
Nicholas Piggin
1
-0
/
+3
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
10
-3
/
+147
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
10
-2
/
+98
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
3
-11
/
+27
2023-09-06
target/ppc: Remove single-step suppression inside 0x100-0xf00
Nicholas Piggin
1
-2
/
+1
2023-09-06
ppc: Add stub implementation of TRIG SPRs
Joel Stanley
2
-0
/
+12
2023-09-06
target/ppc: Generate storage interrupts for radix RC changes
Shawn Anastasio
1
-25
/
+49
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
7
-7
/
+0
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
[next]