aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-08-05target/i386: Check CR0.TS before enter_mmxMatt Borgerson
2023-08-05target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin
2023-08-05target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin
2023-08-05target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller
2023-08-03target/m68k: Fix semihost lseek offset computationPeter Maydell
2023-08-03target/nios2: Fix semihost lseek offset computationKeith Packard
2023-08-03target/nios2: Pass semihosting arg to exitKeith Packard
2023-08-01target/ppc: Disable goto_tb with architectural singlestepRichard Henderson
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell
2023-07-31target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth
2023-07-31target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich
2023-07-31target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich
2023-07-31target/s390x: Fix ICM with M3=0Ilya Leoshkevich
2023-07-31target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich
2023-07-31target/s390x: Fix CLM with M3=0Ilya Leoshkevich
2023-07-31target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich
2023-06-22target/arm: Return correct result for LDG when ATA=0Peter Maydell
2023-06-22target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomicsPeter Maydell
2023-06-11target/ppc: Fix PMU hflags calculationNicholas Piggin
2023-06-11target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin
2023-06-11target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin
2023-06-07s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich
2023-06-07target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich
2023-06-07target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich
2023-05-31target/arm: Explicitly select short-format FSR for M-profilePeter Maydell
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson
2023-05-18target/ppc: Fix helper_pminsn() prototypeCédric Le Goater
2023-05-18s390x/tcg: Fix LDER instruction formatIlya Leoshkevich
2023-05-18target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich
2023-05-18tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat
2023-05-18target/riscv: Fix itrigger when icount is usedLIU Zhiwei
2023-05-18target/arm: Define and use new load_cpu_field_low32()Peter Maydell
2023-05-18target/arm: Initialize debug capabilities only onceAkihiko Odaki
2023-04-27target/i386: Change wrong XFRM value in SGX CPUID leafYang Zhong
2023-04-12target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-04-10target/s390x: Fix float_comp_to_cc() prototypeCédric Le Goater
2023-03-30target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich
2023-03-30target/s390x: Split out gen_ri2Richard Henderson
2023-03-30target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch
2023-03-30target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth
2023-03-29target/i386: Fix BZHI instructionRichard Henderson
2023-03-29target/i386: fix ADOX followed by ADCXPaolo Bonzini
2023-03-29target/i386: Fix C flag for BLSI, BLSMSK, BLSRRichard Henderson
2023-03-29target/i386: Fix BEXTR instructionRichard Henderson
2023-03-29target/arm: Fix physical address resolution for Stage2Richard Henderson
2023-03-29target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson
2023-03-29target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev