aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/cpu_loop.c
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
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