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-05-08
target/ppc: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
7
-0
/
+8
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
7
-0
/
+8
2024-05-03
ppc: switch boards to "default y"
Paolo Bonzini
1
-0
/
+1
2024-05-03
kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
Paolo Bonzini
1
-4
/
+13
2024-04-29
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
Thomas Huth
1
-4
/
+5
2024-04-26
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2
-2
/
+2
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-2
/
+2
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
1
-5
/
+0
2024-04-02
target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()
Philippe Mathieu-Daudé
1
-2
/
+2
2024-03-30
target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisor
Nicholas Piggin
1
-2
/
+3
2024-03-30
target/ppc: Fix GDB register indexing on secondary CPUs
Benjamin Gray
1
-11
/
+20
2024-03-30
target/ppc: Restore [H]DEXCR to 64-bits
Benjamin Gray
1
-2
/
+2
2024-03-30
target/ppc/mmu-radix64: Use correct string format in walk_tree()
Philippe Mathieu-Daudé
1
-4
/
+4
2024-03-13
Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...
Peter Maydell
11
-453
/
+312
2024-03-13
spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.
Harsh Prateek Bora
1
-0
/
+2
2024-03-13
spapr: nested: Extend nested_ppc_state for nested PAPR API
Harsh Prateek Bora
1
-0
/
+2
2024-03-13
target/ppc: Remove interrupt handler wrapper functions
BALATON Zoltan
1
-39
/
+28
2024-03-13
target/ppc: Clean up ifdefs in excp_helper.c, part 3
BALATON Zoltan
1
-13
/
+2
2024-03-13
target/ppc: Clean up ifdefs in excp_helper.c, part 2
BALATON Zoltan
1
-2
/
+2
2024-03-13
target/ppc: Clean up ifdefs in excp_helper.c, part 1
BALATON Zoltan
1
-25
/
+24
2024-03-13
target/ppc: Add gen_exception_err_nip() function
BALATON Zoltan
1
-13
/
+15
2024-03-13
target/ppc: Readability improvements in exception handlers
BALATON Zoltan
2
-147
/
+33
2024-03-13
target/ppc: Use env_cpu for cpu_abort in excp_helper
BALATON Zoltan
1
-55
/
+63
2024-03-13
ppc/pnv: Improve pervasive topology calculation for big-core
Caleb Schlossin
1
-3
/
+0
2024-03-13
target/ppc: Add power10 pmu SPRs
Madhavan Srinivasan
2
-0
/
+40
2024-03-13
target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...
Chinmay Rath
3
-136
/
+96
2024-03-13
target/ppc: POWER10 does not have transactional memory
Nicholas Piggin
1
-3
/
+2
2024-03-13
ppc: Drop support for POWER9 and POWER10 DD1 chips
Nicholas Piggin
3
-20
/
+2
2024-03-13
target/ppc: Prevent supervisor from modifying MSR[ME]
Nicholas Piggin
1
-0
/
+5
2024-03-13
target/ppc: Fix GDB SPR regnum indexing
Nicholas Piggin
1
-4
/
+3
2024-03-12
target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
6
-30
/
+14
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
1
-6
/
+6
2024-03-12
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
1
-4
/
+4
2024-02-29
target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
Richard Henderson
1
-1
/
+8
2024-02-28
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
3
-14
/
+0
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
1
-10
/
+36
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
1
-5
/
+6
2024-02-28
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
4
-39
/
+21
2024-02-24
Merge tag 'pull-request-2024-02-23' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-3
/
+3
2024-02-23
target/ppc: optimise ppcemb_tlb_t flushing
Nicholas Piggin
1
-6
/
+37
2024-02-23
target/ppc: 440 optimise tlbwe TLB flushing
Nicholas Piggin
1
-1
/
+1
2024-02-23
target/ppc: 4xx optimise tlbwe_lo TLB flushing
Nicholas Piggin
1
-2
/
+8
2024-02-23
target/ppc: 4xx don't flush TLB for a newly written software TLB entry
Nicholas Piggin
1
-7
/
+0
2024-02-23
target/ppc: Factor out 4xx ppcemb_tlb_t flushing
Nicholas Piggin
1
-11
/
+13
2024-02-23
target/ppc: Fix 440 tlbwe TLB invalidation gaps
Nicholas Piggin
1
-25
/
+10
2024-02-23
target/ppc: Add SMT support to time facilities
Nicholas Piggin
2
-11
/
+136
2024-02-23
target/ppc: Implement core timebase state machine and TFMR
Nicholas Piggin
2
-3
/
+243
[next]