aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan8-16/+8
2024-01-05target/xtensa: Use generic cpu_list()Gavin Shan2-12/+0
2024-01-05target/tricore: Use generic cpu_list()Gavin Shan2-26/+0
2024-01-05target/sh4: Use generic cpu_list()Gavin Shan2-20/+0
2024-01-05target/rx: Use generic cpu_list()Gavin Shan2-19/+0
2024-01-05target/riscv: Use generic cpu_list()Gavin Shan2-31/+0
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan2-45/+0
2024-01-05target/mips: Use generic cpu_list()Gavin Shan2-13/+0
2024-01-05target/m68k: Use generic cpu_list()Gavin Shan2-44/+0
2024-01-05target/loongarch: Use generic cpu_list()Gavin Shan2-19/+0
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan2-27/+0
2024-01-05target/hexagon: Use generic cpu_list()Gavin Shan2-23/+0
2024-01-05target/cris: Use generic cpu_list()Gavin Shan2-41/+0
2024-01-05target/avr: Use generic cpu_list()Gavin Shan2-17/+0
2024-01-05target/arm: Use generic cpu_list()Gavin Shan2-49/+0
2024-01-05target/alpha: Use generic cpu_list()Gavin Shan2-20/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé12-46/+11
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan1-3/+1
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan1-5/+2
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell15-197/+421
2023-12-31meson: rename config_allPaolo Bonzini2-2/+2
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini5-1/+133
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini4-12/+63
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini1-10/+0
2023-12-29target/i386: move operand load and writeback out of gen_cmovcc1Paolo Bonzini1-10/+6
2023-12-29target/i386: prepare for implementation of STOS/SCAS in new decoderPaolo Bonzini1-2/+7
2023-12-29target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0Paolo Bonzini1-3/+6
2023-12-29target/i386: do not use s->tmp4 for pushPaolo Bonzini1-1/+1
2023-12-29target/i386: split eflags computation out of gen_compute_eflagsPaolo Bonzini1-9/+19
2023-12-29target/i386: do not clobber T0 on string operationsPaolo Bonzini1-21/+24
2023-12-29target/i386: do not clobber A0 in POP translationPaolo Bonzini1-14/+20
2023-12-29target/i386: do not decode string source/destination into decode->memPaolo Bonzini1-18/+2
2023-12-29target/i386: add X86_SPECIALs for MOVSX and MOVZXPaolo Bonzini3-24/+40
2023-12-29target/i386: rename zext0/zext2 and make them closer to the manualPaolo Bonzini2-12/+21
2023-12-29target/i386: avoid trunc and ext for MULX and RORXPaolo Bonzini1-10/+23
2023-12-29target/i386: reimplement check for validity of LOCK prefixPaolo Bonzini3-12/+13
2023-12-29target/i386: document more deviations from the manualPaolo Bonzini1-0/+12
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini6-20/+18
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini2-5/+1
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini3-7/+5
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini1-0/+3
2023-12-29target/i386: optimize computation of JL and JLE from flagsPaolo Bonzini1-6/+4
2023-12-29target/sparc: Constify VMState in machine.cRichard Henderson1-4/+4
2023-12-29target/s390x: Constify VMState in machine.cRichard Henderson1-16/+16
2023-12-29target/riscv: Constify VMState in machine.cRichard Henderson1-14/+14
2023-12-29target/ppc: Constify VMState in machine.cRichard Henderson1-16/+16
2023-12-29target/openrisc: Constify VMState in machine.cRichard Henderson1-4/+4
2023-12-29target/mips: Constify VMState in machine.cRichard Henderson1-13/+13
2023-12-29target/microblaze: Constify VMState in machine.cRichard Henderson1-3/+3
2023-12-29target/m68k: Constify VMState in machine.cRichard Henderson1-8/+8