aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-08-24target/loongarch: Support LoongArch32 TLB entryJiajie Chen2-9/+17
2023-08-24target/loongarch: Add GDB support for loongarch32 modeJiajie Chen2-7/+35
2023-08-24target/loongarch: Add new object class for loongarch32 cpusJiajie Chen2-0/+12
2023-08-24target/loongarch: Add function to check current archJiajie Chen1-0/+10
2023-08-24target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_initPhilippe Mathieu-Daudé1-8/+15
2023-08-24target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPUPhilippe Mathieu-Daudé2-3/+10
2023-08-24target/loongarch: Fix loongarch_la464_initfn() misses setting LSPWSong Gao1-0/+1
2023-08-24target/loongarch: Remove duplicated disas_set_info assignmentPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/loongarch: Log I/O write accesses to CSR registersPhilippe Mathieu-Daudé1-0/+2
2023-08-11target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()Daniel Henrique Barboza1-1/+8
2023-08-09Merge tag 'or1k-pull-request-20230809' of https://github.com/stffrdhrn/qemu i...Richard Henderson1-3/+4
2023-08-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-4/+6
2023-08-04target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin2-6/+44
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-08-04target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin1-11/+16
2023-08-04target/i386: Check CR0.TS before enter_mmxMatt Borgerson1-4/+6
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller1-2/+3
2023-08-01target/m68k: Fix semihost lseek offset computationPeter Maydell1-1/+1
2023-08-01target/nios2: Fix semihost lseek offset computationKeith Packard1-1/+1
2023-08-01target/nios2: Pass semihosting arg to exitKeith Packard1-2/+2
2023-08-01i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse1-10/+27
2023-07-31target/openrisc: Set EPCR to next PC on FPE exceptionsStafford Horne1-3/+4
2023-07-31target/s390x: Move trans_exc_code update to do_program_interruptRichard Henderson1-12/+28
2023-07-31target/ppc: Disable goto_tb with architectural singlestepRichard Henderson1-0/+3
2023-07-31target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-armPeter Maydell1-3/+7
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell1-7/+8
2023-07-31target/arm: Fix MemOp for STGPRichard Henderson1-3/+18
2023-07-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell33-59/+59
2023-07-25Merge tag 'misc-fixes-20230725' of https://github.com/philmd/qemu into stagingPeter Maydell10-49/+64
2023-07-25target/tricore: Rename tricore_featureBastian Koppelmann4-9/+9
2023-07-25other architectures: spelling fixesMichael Tokarev18-41/+41
2023-07-25arm: spelling fixesMichael Tokarev10-13/+13
2023-07-25s390x: spelling fixesMichael Tokarev5-5/+5
2023-07-25target/tricore: Rename tricore_featureBastian Koppelmann4-9/+9
2023-07-25target/sparc: Handle FPRS correctly on big-endian hostsPeter Maydell4-5/+6
2023-07-25target/mips: Avoid shift by negative number in page_table_walk_refill()Peter Maydell1-15/+17
2023-07-25target/mips: Pass directory/leaf shift values to walk_directory()Philippe Mathieu-Daudé1-10/+8
2023-07-25target/mips/mxu: Avoid overrun in gen_mxu_q8adde()Philippe Mathieu-Daudé1-8/+18
2023-07-25target/mips/mxu: Avoid overrun in gen_mxu_S32SLT()Philippe Mathieu-Daudé1-2/+6
2023-07-25target/mips/mxu: Replace magic array size by its definitionPhilippe Mathieu-Daudé1-1/+1
2023-07-25Merge tag 'pull-target-arm-20230725' of https://git.linaro.org/people/pmaydel...Peter Maydell1-6/+12
2023-07-25target/arm: Special case M-profile in debug_helper.c codePeter Maydell1-6/+12
2023-07-24target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth4-7/+12
2023-07-24target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich1-1/+1
2023-07-24target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich2-3/+3
2023-07-24target/s390x: Fix ICM with M3=0Ilya Leoshkevich1-0/+6
2023-07-24target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich1-1/+2
2023-07-24target/s390x: Fix CLM with M3=0Ilya Leoshkevich1-0/+5
2023-07-24target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich2-1/+7
2023-07-19target/riscv: Fix LMUL check to use VLENRob Bradford1-2/+2