aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson1-10/+1
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt1-15/+43
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain1-0/+2
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst1-0/+102
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst1-0/+42
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst1-12/+12
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst1-3/+0
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst1-50/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst1-55/+8
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst1-0/+108
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst1-12/+12
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst1-3/+0
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst1-30/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst1-0/+107
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst1-38/+7
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst1-0/+108
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst1-13/+33
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst1-8/+1
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst1-27/+0
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst1-0/+112
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst1-29/+7
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst1-0/+113
2022-10-28target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst1-2/+18
2022-10-28target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst1-76/+125
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst1-10/+7
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst1-37/+37
2022-10-17target/ppc: restore powerpc_excp_booke doorbell interruptsNicholas Piggin1-0/+6
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo1-0/+2
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo1-0/+81
2022-08-04ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo1-1/+0
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo1-4/+4
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo1-12/+6
2022-05-05target/ppc: Remove msr_fp macroVíctor Colombo1-6/+12
2022-05-05target/ppc: Remove msr_me macroVíctor Colombo1-6/+6
2022-05-05target/ppc: Remove msr_pow macroVíctor Colombo1-6/+6
2022-05-05target/ppc: Remove msr_ce macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-3/+5
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza1-0/+48
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza1-0/+33
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin1-11/+53
2022-02-18target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin1-20/+22
2022-02-18target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin1-1/+13
2022-02-09target/ppc: books: Remove excp_model argument from ppc_excp_apply_ailFabiano Rosas1-12/+13
2022-02-09target/ppc: Assert if MSR bits differ from msr_mask during exceptionsFabiano Rosas1-58/+6
2022-02-09target/ppc: powerpc_excp: Move common code to the caller functionFabiano Rosas1-48/+9
2022-02-09target/ppc: Remove powerpc_excp_legacyFabiano Rosas1-474/+3