aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/cpu_loop.c
AgeCommit message (Expand)Author
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson
2018-04-30linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier