aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2024-02-23hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepPhilippe Mathieu-Daudé
2024-02-23target/ppc: Rename registers to match ISANicholas Piggin
2024-02-23target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin
2024-02-23target/ppc: Fix lxv/stxv MSR facility checkNicholas Piggin
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()Thomas Huth
2024-02-23target/ppc/kvm: Replace variable length array in kvmppc_save_htab()Thomas Huth
2024-02-20ppc: correct typosManos Pitsidianakis
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/ppc: Populate CPUClass.mmu_indexRichard Henderson
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan
2023-12-29target/ppc: Constify VMState in machine.cRichard Henderson
2023-11-21target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macrosJohn Platts
2023-11-07target/ppc: Move powerpc_input_t definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move powerpc_mmu_t definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move powerpc_excp_t definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Define powerpc_pm_insn_t in 'internal.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Prohibit target specific KVM prototypes on user emulationPhilippe Mathieu-Daudé
2023-11-07target/ppc: Restrict KVM objects to system emulationPhilippe Mathieu-Daudé
2023-11-07hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé
2023-11-07sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targetsPhilippe Mathieu-Daudé
2023-11-07target/ppc: Use env_archcpu() in helper_book3s_msgsndp()Philippe Mathieu-Daudé
2023-11-07target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-10-11target/ppc: Remove references to gdb_has_xmlAkihiko Odaki
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater
2023-10-06target/ppc: Rename variables to avoid local variable shadowing in VUPKPXCédric Le Goater
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-15target/ppc: Use clmul_64Richard Henderson
2023-09-15target/ppc: Use clmul_32* routinesRichard Henderson
2023-09-15target/ppc: Use clmul_16* routinesRichard Henderson
2023-09-15target/ppc: Use clmul_8* routinesRichard Henderson
2023-09-08target/ppc: use g_free() in test_opcode_table()Daniel Henrique Barboza
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu
2023-09-06target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson
2023-09-06target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin