index
:
qemu/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-10.0
stable-10.1
stable-10.2
stable-11.0
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-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
cpu_init.c
Age
Commit message (
Expand
)
Author
4 days
target/ppc: Expose the TB offset of the guest in QEMU monitor
Gautam Menghani
2026-06-18
exec/cpu-common.h: Avoid including unused exec/page-protection.h header
Philippe Mathieu-Daudé
2026-05-12
target: Rename get_phys_page_debug to get_phys_addr_debug
Peter Maydell
2026-03-12
include/hw/core: Rename virtio_is_big_endian to internal_is_big_endian
Martin Kröning
2026-02-25
gdbstub: Always infer gdb_num_core_regs when using XML file
Philippe Mathieu-Daudé
2026-02-25
target/ppc: Remove dead code depending on USE_APPLE_GDB
Philippe Mathieu-Daudé
2026-02-25
target/ppc: Fix CPUClass::gdb_num_core_regs value
Philippe Mathieu-Daudé
2026-02-25
target/ppc: Remove PPC_DEBUG_SPR left-over comment
Philippe Mathieu-Daudé
2026-02-03
disas: Have disas_set_info() take a const CPUState
Philippe Mathieu-Daudé
2026-02-03
target/ppc: Introduce ppc_env_is_little_endian() helper
Philippe Mathieu-Daudé
2026-02-03
target/ppc: Check endianness via env in ppc_disas_set_info()
Philippe Mathieu-Daudé
2026-01-12
target/ppc: Fix env->quiesced migration
Fabiano Rosas
2025-12-27
include: move hw/qdev-properties.h to hw/core/
Paolo Bonzini
2025-12-27
include: move hw/boards.h to hw/core/
Paolo Bonzini
2025-10-30
target/ppc: Remove the unusable e200 CPUs
Thomas Huth
2025-10-30
target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registers
Thomas Huth
2025-09-28
target/ppc: Introduce macro for deprecating PowerPC CPUs
Aditya Gupta
2025-09-28
target/ppc: Add IBM PPE42 exception model
Glenn Miles
2025-09-28
target/ppc: Add IBM PPE42 family of processors
Glenn Miles
2025-08-29
add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
Igor Mammedov
2025-05-28
target/ppc: Fill in TCGCPUOps.pointer_wrap
Richard Henderson
2025-05-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2025-05-06
target/ppc: Fix type conflict of GLib function pointers
Kohei Tokunaga
2025-04-30
accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOps
Richard Henderson
2025-04-30
accel/tcg: Introduce TCGCPUOps.cpu_exec_reset
Richard Henderson
2025-04-25
hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
Philippe Mathieu-Daudé
2025-04-25
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
target/ppc: Register CPUClass:list_cpus
Philippe Mathieu-Daudé
2025-04-23
tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
Philippe Mathieu-Daudé
2025-04-23
tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally
Philippe Mathieu-Daudé
2025-04-23
tcg: Define guest_default_memory_order in TCGCPUOps
Philippe Mathieu-Daudé
2025-04-23
target/ppc: Restrict SoftMMU mmu_index() to TCG
Philippe Mathieu-Daudé
2025-04-23
include/exec: Split out watchpoint.h
Richard Henderson
2025-04-08
target/ppc: Fix SPRC/SPRD SPRs for P9/10
Nicholas Piggin
2025-03-21
target/ppc: Fix e200 duplicate SPRs
Nicholas Piggin
2025-03-11
target/ppc: Wire up BookE ATB registers for e500 family
Nicholas Piggin
2025-03-11
ppc: Enable 2nd DAWR support on Power10 PowerNV machine
Shivaprasad G Bhat
2025-03-11
ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)
dan tan
2025-03-11
target/ppc: Add Power9/10 power management SPRs
Nicholas Piggin
2025-03-09
target/ppc: Move has_work() from CPUClass to SysemuCPUOps
Philippe Mathieu-Daudé
2025-03-06
target/ppc: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
2025-03-06
accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
Philippe Mathieu-Daudé
2025-02-11
fpu: allow flushing of output denormals to be after rounding
Peter Maydell
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2024-12-24
accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core
Richard Henderson
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-19
target/ppc: Remove empty property list
Richard Henderson
2024-12-11
target/ppc: Set default NaN pattern explicitly
Peter Maydell
[next]