summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* hw/intc: Fix LoongArch extioi coreisr accessingXiaojuan Yang2022-11-041-8/+11
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-11-035-6/+18
|\
| * target/i386: Fix test for paging enabledRichard Henderson2022-11-021-5/+5
| * target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang2022-10-313-0/+12
| * target/i386: Fix calculation of LOCK NEG eflagsQi Hu2022-10-311-1/+1
* | Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-011-4/+10
|\ \
| * | target/s390x: fake instruction loading when handling 'ex'Alex Bennée2022-10-311-0/+6
| * | target/s390x: don't probe next pc for EXecuted insnsAlex Bennée2022-10-311-3/+3
| * | target/s390x: don't use ld_code2 to probe next pcAlex Bennée2022-10-311-1/+1
* | | target/i386: Expand eflags updates inlineRichard Henderson2022-10-313-51/+25Star
* | | accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-3114-21/+21
* | | target/openrisc: Use cpu_unwind_state_data for mfsprRichard Henderson2022-10-311-2/+9
* | | target/openrisc: Always exit after mtspr npcRichard Henderson2022-10-311-1/+1
* | | target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson2022-10-311-2/+23
|/ /
* | 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