summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini2022-11-151-2/+2
* target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini2022-11-151-26/+56
* Merge tag 'mips-20221108' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2022-11-084-8/+18
|\
| * target/mips: Don't check COP1X for 64 bit FP modeJiaxun Yang2022-11-081-1/+1
| * target/mips: Disable DSP ASE for Octeon68XXJiaxun Yang2022-11-081-2/+2
| * target/mips: Enable LBX/LWX/* instructions for OcteonPavel Dovgalyuk2022-11-081-4/+8
| * target/mips: Cast offset field of Octeon BBIT to int16_tJiaxun Yang2022-11-081-1/+1
| * target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang2022-11-081-0/+6
* | Merge tag 'pull-loongarch-20221107' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2022-11-076-17/+19
|\ \ | |/ |/|
| * target/loongarch: Fix return value of CHECK_FPERui Wang2022-11-071-1/+1
| * target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang2022-11-075-16/+18
* | target/tricore: Rename csfr.def -> csfr.h.incPhilippe Mathieu-Daudé2022-11-052-2/+2
* | target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé2022-11-053-6/+6
* | target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé2022-11-052-2/+2
|/
* Merge tag 'pull-target-arm-20221104' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-11-043-40/+78
|\
| * target/arm: Two fixes for secure ptwRichard Henderson2022-11-041-7/+8
| * target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin2022-11-041-6/+9
| * target/arm: Copy the entire vector in DO_ZIPRichard Henderson2022-11-041-2/+2
| * target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin2022-11-042-7/+41
| * target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell2022-11-041-18/+18
* | target/loongarch: Fix emulation of float-point disable exceptionRui Wang2022-11-046-11/+97
* | target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang2022-11-043-3/+14
* | target/loongarch: Fix raise_mmu_exception() set wrong exception_indexSong Gao2022-11-042-2/+4
* | target/loongarch: Add exception subcodeSong Gao2022-11-042-29/+36
* | 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