summaryrefslogtreecommitdiffstats
path: root/linux-user/ppc/cpu_loop.c
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst2022-03-081-1/+2
* linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-211-0/+1
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-16/+0Star
* linux-user/ppc: Use force_sig_faultRichard Henderson2022-01-111-108/+28Star
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-201-1/+1
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson2021-11-021-8/+0Star
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson2021-05-191-3/+0Star
* target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson2021-05-191-3/+0Star
* linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2021-05-041-2/+3
* target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-0/+1
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-171-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-121-10/+5Star
* target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2018-07-031-99/+22Star
* linux-user: move ppc/ppc64 cpu loop to ppc directoryLaurent Vivier2018-04-301-0/+553
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-0/+26