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
/
misc_helper.c
Age
Commit message (
Expand
)
Author
2024-03-13
ppc/pnv: Improve pervasive topology calculation for big-core
Caleb Schlossin
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
2023-07-07
target/ppc: SMT support for the HID SPR
Nicholas Piggin
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
2023-06-25
target/ppc: Add msgsnd/p and DPDES SMT support
Nicholas Piggin
2023-06-25
target/ppc: Add support for SMT CTRL register
Nicholas Piggin
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
2022-10-28
target/ppc: always use ppc_set_irq to set env->pending_interrupts
Matheus Ferst
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
2022-05-05
target/ppc: Remove msr_hv macro
Víctor Colombo
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-01-18
target/ppc: Finish removal of 401/403 CPUs
Cédric Le Goater
2021-06-03
target/ppc: fold ppc_store_ptcr into it's only caller
Bruno Larsen (billionai)
2021-06-03
target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c
Bruno Larsen (billionai)
2021-05-19
target/ppc: moved ppc_store_lpcr to misc_helper.c
Lucas Mateus Castro (alqotel)
2021-05-04
target/ppc: Put dbcr0 single-step bits into hflags
Richard Henderson
2021-05-04
target/ppc: Reduce env->hflags to uint32_t
Richard Henderson
2021-05-04
target/ppc: Move 601 hflags adjustment to hreg_compute_hflags
Richard Henderson
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-09-01
target/ppc: Remove superfluous breaks
Liao Pingfang
2020-02-02
target/ppc: add support for Hypervisor Facility Unavailable Exception
Cédric Le Goater
2020-02-02
target/ppc: Add privileged message send facilities
Cédric Le Goater
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-04-26
target/ppc: Style fixes for misc_helper.c
David Gibson
2019-02-26
target/ppc: Flush the TLB locally when the LPIDR is written
Benjamin Herrenschmidt
2018-06-12
target/ppc: Allow privileged access to SPR_PCR
Joel Stanley
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
2017-04-26
target/ppc: Flush TLB on write to PIDR
Suraj Jitindar Singh
2017-03-01
target/ppc: SDR1 is a hypervisor resource
David Gibson
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth