aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-09-28target/tricore: Fix FTOUZ being ISA v1.3.1 upBastian Koppelmann
2023-09-28target/tricore: Replace cpu_*_code with translator_*Bastian Koppelmann
2023-09-28target/tricore: Swap src and dst reg for RCRR_INSERTBastian Koppelmann
2023-09-28target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0Bastian Koppelmann
2023-09-28target/tricore: Implement hptof insnBastian Koppelmann
2023-09-28target/tricore: Implement ftohp insnBastian Koppelmann
2023-09-28target/tricore: Clarify special case for FTOUZ insnBastian Koppelmann
2023-09-28target/tricore: Implement FTOU insnBastian Koppelmann
2023-09-28target/tricore: Correctly handle FPU RM from PSWBastian Koppelmann
2023-09-28target/tricore: Implement CRCN insnBastian Koppelmann
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini
2023-09-26target/i386/seg_helper: remove shadowed variablePaolo Bonzini
2023-09-26target/i386/seg_helper: introduce tss_set_busyPaolo Bonzini
2023-09-26target/i386/translate: avoid shadowed local variablesPaolo Bonzini
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini
2023-09-26target/i386/kvm: eliminate shadowed local variablesPaolo Bonzini
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-25Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell
2023-09-21target/arm: Implement the CPY* instructionsPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell
2023-09-21target/arm: Implement the SET* instructionsPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell
2023-09-21target/arm: Define syndrome function for MOPS exceptionsPeter Maydell
2023-09-21target/arm: Pass unpriv bool to get_a64_user_mem_index()Peter Maydell
2023-09-21target/arm: Implement FEAT_MOPS enable bitsPeter Maydell
2023-09-21target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell
2023-09-21target/arm: Update user-mode ID reg mask valuesPeter Maydell
2023-09-21target/arm: Update AArch64 ID register field definitionsPeter Maydell
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-21target/m68k: Add URL to semihosting specPeter Maydell
2023-09-21target/i386: Export GDS_NO bit to guestsPawan Gupta
2023-09-21target/i386: enumerate bit 56 of MSR_IA32_VMX_BASICPaolo Bonzini
2023-09-20Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-09-20Merge tag 'hppa-btlb-pull-request' of https://github.com/hdeller/qemu-hppa in...Stefan Hajnoczi
2023-09-20target/loongarch: CPUCFG support LASXSong Gao
2023-09-20target/loongarch: Move simply DO_XX marcos togtherSong Gao
2023-09-20target/loongarch: Implement xvld xvstSong Gao
2023-09-20target/loongarch: Implement xvshuf xvperm{i} xvshuf4iSong Gao
2023-09-20target/loongarch: Implement xvpack xvpick xvilv{l/h}Song Gao
2023-09-20target/loongarch: Implement xvreplve xvinsve0 xvpickveSong Gao
2023-09-20target/loongarch: Implement xvinsgr2vr xvpickve2grSong Gao
2023-09-20target/loongarch: Implement xvbitsel xvsetSong Gao
2023-09-20target/loongarch: Implement xvfcmpSong Gao
2023-09-20target/loongarch: Implement xvseq xvsle xvsltSong Gao