aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/cpu_loop.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst1-1/+2
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-16/+0
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson1-108/+28
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson1-1/+1
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson1-8/+0
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson1-3/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson1-3/+0
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson1-2/+3
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-0/+1
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh1-0/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-10/+5
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson1-99/+22
2018-04-30linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier1-0/+553
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26