aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-11-04target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang
2022-11-04target/loongarch: Fix raise_mmu_exception() set wrong exception_indexSong Gao
2022-11-04target/loongarch: Add exception subcodeSong Gao
2022-11-04hw/intc: Fix LoongArch extioi coreisr accessingXiaojuan Yang
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-11-02target/i386: Fix test for paging enabledRichard Henderson
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi
2022-11-01target/i386: Expand eflags updates inlineRichard Henderson
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-11-01target/openrisc: Use cpu_unwind_state_data for mfsprRichard Henderson
2022-11-01target/openrisc: Always exit after mtspr npcRichard Henderson
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée
2022-10-31target/s390x: don't probe next pc for EXecuted insnsAlex Bennée
2022-10-31target/s390x: don't use ld_code2 to probe next pcAlex Bennée
2022-10-31Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang
2022-10-31target/i386: Fix calculation of LOCK NEG eflagsQi Hu
2022-10-29target/ppc: Fix regression in Radix MMULeandro Lupori
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst
2022-10-28target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst