aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorpull-target-arm-20221215-1Philippe Mathieu-Daudé
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell
2022-12-15target/arm: Implement HCR_EL2.TID4 trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TICAB,TOCU trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TTLBOS trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TTLBIS trapsPeter Maydell
2022-12-15target/arm: Allow relevant HCR bits to be written for FEAT_EVTPeter Maydell
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-04Merge tag 'pull-request-2022-12-04' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-12-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov
2022-11-22target/arm: Use signed quantity to represent VMSAv8-64 translation levelpull-target-arm-20221122Ard Biesheuvel
2022-11-22target/arm: Don't do two-stage lookup if stage 2 is disabledPeter Maydell
2022-11-21target/arm: Limit LPA2 effective output address when TCR.DS == 0pull-target-arm-20221121Ard Biesheuvel
2022-11-17Merge tag 'pull-ppc-20221117' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini
2022-11-15target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini
2022-11-08Merge tag 'mips-20221108' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2022-11-08target/mips: Don't check COP1X for 64 bit FP modeJiaxun Yang
2022-11-08target/mips: Disable DSP ASE for Octeon68XXJiaxun Yang
2022-11-08target/mips: Enable LBX/LWX/* instructions for OcteonPavel Dovgalyuk
2022-11-08target/mips: Cast offset field of Octeon BBIT to int16_tJiaxun Yang
2022-11-08target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang
2022-11-07Merge tag 'pull-loongarch-20221107' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2022-11-07target/loongarch: Fix return value of CHECK_FPERui Wang
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang
2022-11-05target/tricore: Rename csfr.def -> csfr.h.incPhilippe Mathieu-Daudé
2022-11-05target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé
2022-11-05target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé
2022-11-04Merge tag 'pull-target-arm-20221104' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-11-04target/arm: Two fixes for secure ptwpull-target-arm-20221104Richard Henderson
2022-11-04target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin
2022-11-04target/arm: Copy the entire vector in DO_ZIPRichard Henderson
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin
2022-11-04target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell
2022-11-04target/loongarch: Fix emulation of float-point disable exceptionRui Wang
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