summaryrefslogtreecommitdiff
path: root/target/ppc/cpu_init.c
AgeCommit message (Expand)Author
4 daystarget/ppc: Expose the TB offset of the guest in QEMU monitorGautam Menghani
2026-06-18exec/cpu-common.h: Avoid including unused exec/page-protection.h headerPhilippe Mathieu-Daudé
2026-05-12target: Rename get_phys_page_debug to get_phys_addr_debugPeter Maydell
2026-03-12include/hw/core: Rename virtio_is_big_endian to internal_is_big_endianMartin Kröning
2026-02-25gdbstub: Always infer gdb_num_core_regs when using XML filePhilippe Mathieu-Daudé
2026-02-25target/ppc: Remove dead code depending on USE_APPLE_GDBPhilippe Mathieu-Daudé
2026-02-25target/ppc: Fix CPUClass::gdb_num_core_regs valuePhilippe Mathieu-Daudé
2026-02-25target/ppc: Remove PPC_DEBUG_SPR left-over commentPhilippe Mathieu-Daudé
2026-02-03disas: Have disas_set_info() take a const CPUStatePhilippe Mathieu-Daudé
2026-02-03target/ppc: Introduce ppc_env_is_little_endian() helperPhilippe Mathieu-Daudé
2026-02-03target/ppc: Check endianness via env in ppc_disas_set_info()Philippe Mathieu-Daudé
2026-01-12target/ppc: Fix env->quiesced migrationFabiano Rosas
2025-12-27include: move hw/qdev-properties.h to hw/core/Paolo Bonzini
2025-12-27include: move hw/boards.h to hw/core/Paolo Bonzini
2025-10-30target/ppc: Remove the unusable e200 CPUsThomas Huth
2025-10-30target/ppc/cpu_init: Simplify the setup of the TLBxCFG SPR registersThomas Huth
2025-09-28target/ppc: Introduce macro for deprecating PowerPC CPUsAditya Gupta
2025-09-28target/ppc: Add IBM PPE42 exception modelGlenn Miles
2025-09-28target/ppc: Add IBM PPE42 family of processorsGlenn Miles
2025-08-29add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wideIgor Mammedov
2025-05-28target/ppc: Fill in TCGCPUOps.pointer_wrapRichard Henderson
2025-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2025-05-06target/ppc: Fix type conflict of GLib function pointersKohei Tokunaga
2025-04-30accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOpsRichard Henderson
2025-04-30accel/tcg: Introduce TCGCPUOps.cpu_exec_resetRichard Henderson
2025-04-25hw/core: Get default_cpu_type calling machine_class_default_cpu_type()Philippe Mathieu-Daudé
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé
2025-04-25target/ppc: Register CPUClass:list_cpusPhilippe Mathieu-Daudé
2025-04-23tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported fieldPhilippe Mathieu-Daudé
2025-04-23tcg: Remove the TCG_GUEST_DEFAULT_MO definition globallyPhilippe Mathieu-Daudé
2025-04-23tcg: Define guest_default_memory_order in TCGCPUOpsPhilippe Mathieu-Daudé
2025-04-23target/ppc: Restrict SoftMMU mmu_index() to TCGPhilippe Mathieu-Daudé
2025-04-23include/exec: Split out watchpoint.hRichard Henderson
2025-04-08target/ppc: Fix SPRC/SPRD SPRs for P9/10Nicholas Piggin
2025-03-21target/ppc: Fix e200 duplicate SPRsNicholas Piggin
2025-03-11target/ppc: Wire up BookE ATB registers for e500 familyNicholas Piggin
2025-03-11ppc: Enable 2nd DAWR support on Power10 PowerNV machineShivaprasad G Bhat
2025-03-11ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)dan tan
2025-03-11target/ppc: Add Power9/10 power management SPRsNicholas Piggin
2025-03-09target/ppc: Move has_work() from CPUClass to SysemuCPUOpsPhilippe Mathieu-Daudé
2025-03-06target/ppc: Set disassemble_info::endian value in disas_set_info()Philippe Mathieu-Daudé
2025-03-06accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'Philippe Mathieu-Daudé
2025-02-11fpu: allow flushing of output denormals to be after roundingPeter Maydell
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé
2024-12-24accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_coreRichard Henderson
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé
2024-12-19target/ppc: Remove empty property listRichard Henderson
2024-12-11target/ppc: Set default NaN pattern explicitlyPeter Maydell