summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-request-2022-12-04' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-12-042-1/+8
|\
| * target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2022-12-032-1/+8
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-12-042-16/+21
|\ \ | |/ |/|
| * target/i386: Always completely initialize TranslateFaultRichard Henderson2022-12-011-15/+19
| * target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini2022-12-011-1/+2
* | target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov2022-11-303-3/+8
|/
* target/arm: Use signed quantity to represent VMSAv8-64 translation levelArd Biesheuvel2022-11-221-2/+2
* target/arm: Don't do two-stage lookup if stage 2 is disabledPeter Maydell2022-11-221-3/+4
* target/arm: Limit LPA2 effective output address when TCR.DS == 0Ard Biesheuvel2022-11-211-0/+8
* Merge tag 'pull-ppc-20221117' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-11-172-0/+4
|\
| * target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain2022-11-172-0/+4
* | s390x: Fix spelling errorsThomas Huth2022-11-167-11/+11
|/
* 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
|/ /