aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich1-23/+58
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich1-1/+1
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-0/+8
2023-05-13Merge tag 'or1k-pull-request-20230513' of https://github.com/stffrdhrn/qemu i...Richard Henderson4-53/+81
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell5-19/+30
2023-05-12target/arm: Select CONFIG_ARM_V7M when TCG is enabledFabiano Rosas1-0/+1
2023-05-12target/arm: Select SEMIHOSTING when using TCGFabiano Rosas1-7/+1
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell1-25/+51
2023-05-12target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell1-2/+3
2023-05-12target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/Richard Henderson5-4/+4
2023-05-12target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/Richard Henderson3-0/+0
2023-05-11target/openrisc: Setup FPU for detecting tininess before roundingStafford Horne1-0/+4
2023-05-11target/openrisc: Set PC to cpu state on FPU exceptionStafford Horne1-2/+11
2023-05-11target/openrisc: Allow fpcsr access in user modeStafford Horne2-51/+66
2023-05-11target/loongarch: Do not include tcg-ldst.hRichard Henderson2-2/+0
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson1-36/+66
2023-05-11target/nios2: Remove TARGET_ALIGNED_ONLYRichard Henderson1-0/+10
2023-05-11target/mips: Use MO_ALIGN instead of 0Richard Henderson1-1/+1
2023-05-11target/mips: Add missing default_tcg_memop_maskRichard Henderson4-28/+42
2023-05-11target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson1-2/+3
2023-05-11target/m68k: Fix gen_load_fp for OS_LONGRichard Henderson1-0/+1
2023-05-10target/loongarch: Terminate vmstate subsections listRichard Henderson1-0/+1
2023-05-08target/i386: Add EPYC-Genoa model to support Zen 4 processor seriesBabu Moger1-0/+122
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger2-2/+5
2023-05-08target/i386: Add missing feature bits in EPYC-Milan modelBabu Moger1-0/+70
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger2-0/+32
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger2-2/+6
2023-05-08target/i386: Add new EPYC CPU versions with updated cache_infoMichael Roth1-0/+118
2023-05-08target/i386: allow versioned CPUs to specify new cache_infoMichael Roth1-3/+32
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson18-55/+9986
2023-05-06target/loongarch: CPUCFG support LSXSong Gao1-0/+1
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao5-43/+129
2023-05-06target/loongarch: Implement vldiSong Gao3-0/+148
2023-05-06target/loongarch: Implement vld vstSong Gao4-0/+239
2023-05-06target/loongarch: Implement vilvl vilvh vextrins vshufSong Gao5-0/+248
2023-05-06target/loongarch: Implement vreplve vpack vpickSong Gao5-0/+319
2023-05-06target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vrSong Gao3-0/+173
2023-05-06target/loongarch: Implement vbitsel vsetSong Gao5-0/+174
2023-05-06target/loongarch: Implement vfcmpSong Gao5-0/+190
2023-05-06target/loongarch: Implement vseq vsle vsltSong Gao5-0/+332
2023-05-06target/loongarch: Implement LSX fpu fcvt instructionsSong Gao5-0/+600
2023-05-06target/loongarch: Implement LSX fpu arith instructionsSong Gao8-1/+377
2023-05-06target/loongarch: Implement vfrstpSong Gao5-0/+61
2023-05-06target/loongarch: Implement vbitclr vbitset vbitrevSong Gao5-0/+437
2023-05-06target/loongarch: Implement vpcntSong Gao5-0/+38
2023-05-06target/loongarch: Implement vclo vclzSong Gao5-0/+67
2023-05-06target/loongarch: Implement vssrlrn vssrarnSong Gao5-0/+478
2023-05-06target/loongarch: Implement vssrln vssranSong Gao5-0/+499
2023-05-06target/loongarch: Implement vsrlrn vsrarnSong Gao5-0/+190
2023-05-06target/loongarch: Implement vsrln vsranSong Gao5-0/+179