aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-01-06target/loongarch: move translate modules to tcg/Song Gao
2024-01-06target/loongarch/meson: move gdbstub.c to loongarch.ssSong Gao
2024-01-05target/riscv: Fix mcycle/minstret increment behaviorXu Lu
2024-01-05target/sparc: Simplify qemu_irq_ackClément Chigot
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan
2024-01-05target/xtensa: Use generic cpu_list()Gavin Shan
2024-01-05target/tricore: Use generic cpu_list()Gavin Shan
2024-01-05target/sh4: Use generic cpu_list()Gavin Shan
2024-01-05target/rx: Use generic cpu_list()Gavin Shan
2024-01-05target/riscv: Use generic cpu_list()Gavin Shan
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan
2024-01-05target/mips: Use generic cpu_list()Gavin Shan
2024-01-05target/m68k: Use generic cpu_list()Gavin Shan
2024-01-05target/loongarch: Use generic cpu_list()Gavin Shan
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan
2024-01-05target/hexagon: Use generic cpu_list()Gavin Shan
2024-01-05target/cris: Use generic cpu_list()Gavin Shan
2024-01-05target/avr: Use generic cpu_list()Gavin Shan
2024-01-05target/arm: Use generic cpu_list()Gavin Shan
2024-01-05target/alpha: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31meson: rename config_allPaolo Bonzini
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini
2023-12-29target/i386: move operand load and writeback out of gen_cmovcc1Paolo Bonzini
2023-12-29target/i386: prepare for implementation of STOS/SCAS in new decoderPaolo Bonzini
2023-12-29target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0Paolo Bonzini
2023-12-29target/i386: do not use s->tmp4 for pushPaolo Bonzini
2023-12-29target/i386: split eflags computation out of gen_compute_eflagsPaolo Bonzini
2023-12-29target/i386: do not clobber T0 on string operationsPaolo Bonzini
2023-12-29target/i386: do not clobber A0 in POP translationPaolo Bonzini
2023-12-29target/i386: do not decode string source/destination into decode->memPaolo Bonzini
2023-12-29target/i386: add X86_SPECIALs for MOVSX and MOVZXPaolo Bonzini
2023-12-29target/i386: rename zext0/zext2 and make them closer to the manualPaolo Bonzini
2023-12-29target/i386: avoid trunc and ext for MULX and RORXPaolo Bonzini
2023-12-29target/i386: reimplement check for validity of LOCK prefixPaolo Bonzini
2023-12-29target/i386: document more deviations from the manualPaolo Bonzini
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini