index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
Philippe Mathieu-Daudé
12
-46
/
+11
2024-01-05
target/hppa: Remove object_class_is_abstract()
Gavin Shan
1
-3
/
+1
2024-01-05
target/alpha: Remove fallback to ev67 cpu class
Gavin Shan
1
-5
/
+2
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
15
-197
/
+421
2023-12-31
meson: rename config_all
Paolo Bonzini
2
-2
/
+2
2023-12-29
target/i386: implement CMPccXADD
Paolo Bonzini
5
-1
/
+133
2023-12-29
target/i386: introduce flags writeback mechanism
Paolo Bonzini
4
-12
/
+63
2023-12-29
target/i386: adjust decoding of J operand
Paolo Bonzini
1
-10
/
+0
2023-12-29
target/i386: move operand load and writeback out of gen_cmovcc1
Paolo Bonzini
1
-10
/
+6
2023-12-29
target/i386: prepare for implementation of STOS/SCAS in new decoder
Paolo Bonzini
1
-2
/
+7
2023-12-29
target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
Paolo Bonzini
1
-3
/
+6
2023-12-29
target/i386: do not use s->tmp4 for push
Paolo Bonzini
1
-1
/
+1
2023-12-29
target/i386: split eflags computation out of gen_compute_eflags
Paolo Bonzini
1
-9
/
+19
2023-12-29
target/i386: do not clobber T0 on string operations
Paolo Bonzini
1
-21
/
+24
2023-12-29
target/i386: do not clobber A0 in POP translation
Paolo Bonzini
1
-14
/
+20
2023-12-29
target/i386: do not decode string source/destination into decode->mem
Paolo Bonzini
1
-18
/
+2
2023-12-29
target/i386: add X86_SPECIALs for MOVSX and MOVZX
Paolo Bonzini
3
-24
/
+40
2023-12-29
target/i386: rename zext0/zext2 and make them closer to the manual
Paolo Bonzini
2
-12
/
+21
2023-12-29
target/i386: avoid trunc and ext for MULX and RORX
Paolo Bonzini
1
-10
/
+23
2023-12-29
target/i386: reimplement check for validity of LOCK prefix
Paolo Bonzini
3
-12
/
+13
2023-12-29
target/i386: document more deviations from the manual
Paolo Bonzini
1
-0
/
+12
2023-12-29
target/i386: clean up cpu_cc_compute_all
Paolo Bonzini
6
-20
/
+18
2023-12-29
target/i386: remove unnecessary truncations
Paolo Bonzini
2
-5
/
+1
2023-12-29
target/i386: remove unnecessary arguments from raise_interrupt
Paolo Bonzini
3
-7
/
+5
2023-12-29
target/i386: speedup JO/SETO after MUL or IMUL
Paolo Bonzini
1
-0
/
+3
2023-12-29
target/i386: optimize computation of JL and JLE from flags
Paolo Bonzini
1
-6
/
+4
2023-12-29
target/sparc: Constify VMState in machine.c
Richard Henderson
1
-4
/
+4
2023-12-29
target/s390x: Constify VMState in machine.c
Richard Henderson
1
-16
/
+16
2023-12-29
target/riscv: Constify VMState in machine.c
Richard Henderson
1
-14
/
+14
2023-12-29
target/ppc: Constify VMState in machine.c
Richard Henderson
1
-16
/
+16
2023-12-29
target/openrisc: Constify VMState in machine.c
Richard Henderson
1
-4
/
+4
2023-12-29
target/mips: Constify VMState in machine.c
Richard Henderson
1
-13
/
+13
2023-12-29
target/microblaze: Constify VMState in machine.c
Richard Henderson
1
-3
/
+3
2023-12-29
target/m68k: Constify VMState in machine.c
Richard Henderson
1
-8
/
+8
2023-12-29
target/loongarch: Constify VMState in machine.c
Richard Henderson
1
-9
/
+9
2023-12-29
target/i386: Constify VMState in machine.c
Richard Henderson
1
-64
/
+64
2023-12-29
target/hppa: Constify VMState in machine.c
Richard Henderson
1
-1
/
+1
2023-12-29
target/cris: Constify VMState in machine.c
Richard Henderson
1
-3
/
+3
2023-12-29
target/avr: Constify VMState in machine.c
Richard Henderson
1
-1
/
+1
2023-12-29
target/alpha: Constify VMState in machine.c
Richard Henderson
1
-2
/
+2
2023-12-29
target/arm: Constify hvf/hvf.c
Richard Henderson
1
-5
/
+8
2023-12-29
target/arm: Constify VMState in machine.c
Richard Henderson
1
-27
/
+27
2023-12-23
target/riscv/kvm: do not use non-portable strerrorname_np()
Natanael Copa
1
-10
/
+8
2023-12-21
target/loongarch: Add timer information dump support
Bibo Mao
1
-0
/
+2
2023-12-20
Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2
-1
/
+3
2023-12-20
target: Restrict 'sysemu/reset.h' to system emulation
Philippe Mathieu-Daudé
2
-1
/
+3
2023-12-19
target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.N
Jean-Philippe Brucker
1
-2
/
+20
2023-12-19
target/arm/tcg: Including missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-12-19
target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
Philippe Mathieu-Daudé
1
-0
/
+5
2023-12-19
target/arm: Restrict TCG specific helpers
Philippe Mathieu-Daudé
2
-55
/
+55
[next]