aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-11/+21
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell6-53/+196
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé1-2/+3
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth1-4/+4
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth4-10/+20
2022-12-15target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth1-1/+1
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell2-0/+2
2022-12-15target/arm: Implement HCR_EL2.TID4 trapsPeter Maydell1-8/+9
2022-12-15target/arm: Implement HCR_EL2.TICAB,TOCU trapsPeter Maydell1-13/+23
2022-12-15target/arm: Implement HCR_EL2.TTLBOS trapsPeter Maydell1-10/+23
2022-12-15target/arm: Implement HCR_EL2.TTLBIS trapsPeter Maydell1-16/+27
2022-12-15target/arm: Allow relevant HCR bits to be written for FEAT_EVTPeter Maydell2-0/+36
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin1-0/+69
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell7-48/+16
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster4-8/+2
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster5-43/+14
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-12-04Merge tag 'pull-request-2022-12-04' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-1/+8
2022-12-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-16/+21
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2-1/+8
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson1-15/+19
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini1-1/+2
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov3-3/+8
2022-11-22target/arm: Use signed quantity to represent VMSAv8-64 translation levelArd Biesheuvel1-2/+2
2022-11-22target/arm: Don't do two-stage lookup if stage 2 is disabledPeter Maydell1-3/+4
2022-11-21target/arm: Limit LPA2 effective output address when TCR.DS == 0Ard Biesheuvel1-0/+8
2022-11-17Merge tag 'pull-ppc-20221117' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2-0/+4
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain2-0/+4
2022-11-16s390x: Fix spelling errorsThomas Huth7-11/+11
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini1-2/+2
2022-11-15target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini1-26/+56
2022-11-08Merge tag 'mips-20221108' of https://github.com/philmd/qemu into stagingStefan Hajnoczi4-8/+18
2022-11-08target/mips: Don't check COP1X for 64 bit FP modeJiaxun Yang1-1/+1
2022-11-08target/mips: Disable DSP ASE for Octeon68XXJiaxun Yang1-2/+2
2022-11-08target/mips: Enable LBX/LWX/* instructions for OcteonPavel Dovgalyuk1-4/+8
2022-11-08target/mips: Cast offset field of Octeon BBIT to int16_tJiaxun Yang1-1/+1
2022-11-08target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang1-0/+6
2022-11-07Merge tag 'pull-loongarch-20221107' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi6-17/+19
2022-11-07target/loongarch: Fix return value of CHECK_FPERui Wang1-1/+1
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang5-16/+18
2022-11-05target/tricore: Rename csfr.def -> csfr.h.incPhilippe Mathieu-Daudé2-2/+2
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé3-6/+6
2022-11-05target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé2-2/+2
2022-11-04Merge tag 'pull-target-arm-20221104' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi3-40/+78
2022-11-04target/arm: Two fixes for secure ptwRichard Henderson1-7/+8
2022-11-04target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin1-6/+9
2022-11-04target/arm: Copy the entire vector in DO_ZIPRichard Henderson1-2/+2
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin2-7/+41
2022-11-04target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell1-18/+18