aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-27target/ppc: Fix non-maskable interrupt while haltedNicholas Piggin1-0/+7
2024-11-04target/ppc: combine multiple ail checks into oneHarsh Prateek Bora1-8/+2
2024-11-04target/ppc: simplify var usage in ppc_next_unmasked_interruptHarsh Prateek Bora1-27/+27
2024-11-04target/ppc: optimize p7 exception handling routinesHarsh Prateek Bora1-21/+25
2024-11-04target/ppc: optimize p8 exception handling routinesHarsh Prateek Bora1-28/+32
2024-11-04target/ppc: optimize p9 exception handling routinesHarsh Prateek Bora1-33/+39
2024-11-04target/ppc: Add Power11 DD2.0 processorAditya Gupta1-0/+4
2024-11-04target/ppc: Fix doorbell delivery to threads in powersaveNicholas Piggin1-4/+13
2024-11-04target/ppc: PMIs are level triggeredNicholas Piggin1-4/+0
2024-07-26target/ppc: Add helpers to check for SMT sibling threadsNicholas Piggin1-12/+5
2024-07-26target/ppc: Fix msgsnd for POWER8Nicholas Piggin1-30/+44
2024-05-24target/ppc: add SMT support to msgsnd broadcastNicholas Piggin1-18/+39
2024-05-24target/ppc: Implement attn instruction on BookS 64-bit processorsNicholas Piggin1-9/+34
2024-05-24target/ppc: improve checkstop loggingNicholas Piggin1-6/+8
2024-05-24target/ppc: Make checkstop actually stop the systemNicholas Piggin1-3/+13
2024-05-24target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.Chinmay Rath1-2/+2
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin1-12/+4
2024-04-26target/ppc/excp_helper: Avoid 'abi_ptr' in system emulationPhilippe Mathieu-Daudé1-1/+1
2024-03-30target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisorNicholas Piggin1-2/+3
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell1-274/+144
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan1-39/+28
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 3BALATON Zoltan1-13/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 2BALATON Zoltan1-2/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 1BALATON Zoltan1-25/+24
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan1-147/+32
2024-03-13target/ppc: Use env_cpu for cpu_abort in excp_helperBALATON Zoltan1-55/+63
2024-03-12target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-2/+1
2024-02-23target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin1-11/+25
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-6/+6
2023-11-07target/ppc: Use env_archcpu() in helper_book3s_msgsndp()Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-5/+5
2023-09-20ppc: spelling fixesMichael Tokarev1-7/+7
2023-09-06ppc/vhyp: reset exception state when handling vhyp hcallNicholas Piggin1-0/+3
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-1/+51
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-0/+42
2023-09-06target/ppc: Improve book3s branch trace interrupt for v2.07SNicholas Piggin1-1/+15
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin1-0/+49
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin1-0/+4
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan1-8/+7
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan1-5/+2
2023-07-07target/ppc: Move common check in exception handlers to a functionBALATON Zoltan1-89/+25
2023-07-07target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()BALATON Zoltan1-5/+4
2023-07-07target/ppc: Remove some superfluous parenthesesBALATON Zoltan1-4/+4
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin1-5/+25
2023-06-25target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interruptsNicholas Piggin1-0/+4
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin1-1/+16
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin1-1/+72
2023-06-25target/ppc: Fix instruction loading endianness in alignment interruptNicholas Piggin1-1/+21