summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-3119-794/+1801
|\ \
| * | target/ppc: Fix regression in Radix MMULeandro Lupori2022-10-291-8/+21
| * | target/ppc: Increment PMC5 with inline insnsLeandro Lupori2022-10-284-39/+67
| * | target/ppc: Add new PMC HFLAGSLeandro Lupori2022-10-283-1/+13
| * | target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst2022-10-283-108/+102Star
| * | target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst2022-10-281-93/+1Star
| * | target/ppc: introduce ppc_maybe_interruptMatheus Ferst2022-10-286-1/+58
| * | target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst2022-10-282-1/+3
| * | target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst2022-10-283-13/+14
| * | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst2022-10-281-20/+25
| * | target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst2022-10-281-3/+0Star
| * | target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst2022-10-281-50/+0Star
| * | target/ppc: create an interrupt deliver method for POWER7Matheus Ferst2022-10-281-0/+107
| * | target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst2022-10-281-55/+8Star
| * | target/ppc: create an interrupt masking method for POWER7Matheus Ferst2022-10-281-0/+108
| * | target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst2022-10-283-13/+14
| * | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst2022-10-281-28/+33
| * | target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst2022-10-281-3/+0Star
| * | target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst2022-10-281-30/+0Star
| * | target/ppc: create an interrupt deliver method for POWER8Matheus Ferst2022-10-281-0/+107
| * | target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst2022-10-281-38/+7Star
| * | target/ppc: create an interrupt masking method for POWER8Matheus Ferst2022-10-281-0/+108
| * | target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst2022-10-283-14/+38
| * | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst2022-10-281-76/+50Star
| * | target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst2022-10-281-8/+1Star
| * | target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst2022-10-281-27/+0Star
| * | target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst2022-10-281-0/+112
| * | target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst2022-10-281-29/+7Star
| * | target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst2022-10-281-0/+113
| * | target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst2022-10-281-2/+18
| * | target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst2022-10-281-76/+125
| * | target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst2022-10-282-17/+9Star
| * | target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2022-10-284-88/+88
| * | target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)2022-10-281-10/+157
| * | target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-285-90/+60Star
| * | target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)2022-10-285-14/+70
| * | target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)2022-10-283-59/+55Star
| * | target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)2022-10-283-12/+76
| * | target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-17/+60
| * | target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-41/+127
| * | target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-33/+71
| * | target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)2022-10-285-18/+16Star
| * | target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-26/+60
| * | target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)2022-10-285-7/+9
| * | target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)2022-10-285-21/+35
| * | target/ppc: move msgsync to decodetreeMatheus Ferst2022-10-283-14/+10Star
| * | target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst2022-10-283-26/+28
| * | target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst2022-10-283-32/+77
| * | target/ppc: fix REQUIRE_HV macro definitionMatheus Ferst2022-10-281-6/+6
| * | target/ppc: fix msgsync insns flagsMatheus Ferst2022-10-281-1/+1