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
/
linux-user
/
ppc
/
cpu_loop.c
Age
Commit message (
Expand
)
Author
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-08
linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAP
Matheus Ferst
2022-02-21
linux-user: Add missing "qemu/timer.h" include
Philippe Mathieu-Daudé
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-01-11
linux-user/ppc: Use force_sig_fault
Richard Henderson
2021-12-19
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson
2021-12-19
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-11-02
linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
Richard Henderson
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-05-19
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
Richard Henderson
2021-05-19
target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
Richard Henderson
2021-05-04
linux-user/ppc: Fix msr updates for signal handling
Richard Henderson
2020-05-27
target/ppc: Add support for scv and rfscv instructions
Nicholas Piggin
2019-12-17
target/ppc: Implement the VTB for HV access
Suraj Jitindar Singh
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2018-11-12
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell
2018-07-03
target/ppc: Remove POWERPC_EXCP_STCX
Richard Henderson
2018-04-30
linux-user: move ppc/ppc64 cpu loop to ppc directory
Laurent Vivier
2018-04-30
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier