index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
Age
Commit message (
Expand
)
Author
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-03-12
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
2024-02-29
target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
Richard Henderson
2024-02-28
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
2024-02-28
gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
Akihiko Odaki
2024-02-28
gdbstub: Use GDBFeature for gdb_register_coprocessor
Akihiko Odaki
2024-02-28
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
2024-02-24
Merge tag 'pull-request-2024-02-23' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-02-23
target/ppc: optimise ppcemb_tlb_t flushing
Nicholas Piggin
2024-02-23
target/ppc: 440 optimise tlbwe TLB flushing
Nicholas Piggin
2024-02-23
target/ppc: 4xx optimise tlbwe_lo TLB flushing
Nicholas Piggin
2024-02-23
target/ppc: 4xx don't flush TLB for a newly written software TLB entry
Nicholas Piggin
2024-02-23
target/ppc: Factor out 4xx ppcemb_tlb_t flushing
Nicholas Piggin
2024-02-23
target/ppc: Fix 440 tlbwe TLB invalidation gaps
Nicholas Piggin
2024-02-23
target/ppc: Add SMT support to time facilities
Nicholas Piggin
2024-02-23
target/ppc: Implement core timebase state machine and TFMR
Nicholas Piggin
2024-02-23
ppc/pnv: Implement the ChipTOD to Core transfer
Nicholas Piggin
2024-02-23
target/ppc: Fix move-to timebase SPR access permissions
Nicholas Piggin
2024-02-23
target/ppc: Improve timebase register defines naming
Nicholas Piggin
2024-02-23
target/ppc: Rename TBL to TB on 64-bit
Nicholas Piggin
2024-02-23
target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
Saif Abrar
2024-02-23
hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prep
Philippe Mathieu-Daudé
2024-02-23
target/ppc: Rename registers to match ISA
Nicholas Piggin
2024-02-23
target/ppc: Fix crash on machine check caused by ifetch
Nicholas Piggin
2024-02-23
target/ppc: Fix lxv/stxv MSR facility check
Nicholas Piggin
2024-02-23
target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()
Thomas Huth
2024-02-23
target/ppc/kvm: Replace variable length array in kvmppc_save_htab()
Thomas Huth
2024-02-20
ppc: correct typos
Manos Pitsidianakis
2024-02-05
target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules
Thomas Huth
2024-02-03
include/exec: Implement cpu_mmu_index generically
Richard Henderson
2024-02-03
target/ppc: Populate CPUClass.mmu_index
Richard Henderson
2024-02-03
target/ppc: Split out ppc_env_mmu_index
Richard Henderson
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2024-01-08
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-05
target: Use generic cpu_model_from_type()
Gavin Shan
2023-12-29
target/ppc: Constify VMState in machine.c
Richard Henderson
2023-11-21
target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
John Platts
2023-11-07
target/ppc: Move powerpc_input_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Move powerpc_mmu_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Move powerpc_excp_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Move PowerPCCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Define powerpc_pm_insn_t in 'internal.h'
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Prohibit target specific KVM prototypes on user emulation
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Restrict KVM objects to system emulation
Philippe Mathieu-Daudé
2023-11-07
hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
Philippe Mathieu-Daudé
2023-11-07
sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
Philippe Mathieu-Daudé
2023-11-07
target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
Philippe Mathieu-Daudé
[next]