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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
31
-39
/
+38
2023-10-07
meson: Rename target_softmmu_arch -> target_system_arch
Philippe Mathieu-Daudé
20
-20
/
+20
2023-10-07
target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
Philippe Mathieu-Daudé
1
-5
/
+5
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
3
-3
/
+3
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-07
target/i386: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
3
-5
/
+5
2023-10-07
sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
Philippe Mathieu-Daudé
4
-0
/
+5
2023-10-07
target/i386/hvf: Remove unused includes in 'hvf-i386.h'
Philippe Mathieu-Daudé
1
-6
/
+0
2023-10-06
target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()
Cédric Le Goater
1
-4
/
+0
2023-10-06
target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
Cédric Le Goater
1
-6
/
+6
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
21
-58
/
+6
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
35
-82
/
+79
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
84
-3647
/
+3646
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
21
-25
/
+8
2023-10-03
target/*: Add instance_align to all cpu base classes
Richard Henderson
18
-1
/
+18
2023-10-03
target/arm: Remove size and alignment for cpu subclasses
Richard Henderson
2
-7
/
+0
2023-10-03
target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
Anton Johansson
6
-19
/
+7
2023-10-03
accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
3
-3
/
+3
2023-10-03
accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
10
-34
/
+33
2023-10-02
Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into...
Stefan Hajnoczi
7
-154
/
+261
2023-09-29
target/riscv: vector_helper: Fixup local variables shadowing
Alistair Francis
1
-3
/
+4
2023-09-29
target/riscv: cpu: Fixup local variables shadowing
Alistair Francis
1
-2
/
+2
2023-09-29
target/tricore: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+3
2023-09-29
target/m68k: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-29
target/mips: Clean up local variable shadowing
Philippe Mathieu-Daudé
3
-12
/
+10
2023-09-29
target/arm/hvf: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-4
/
+4
2023-09-29
target/arm/tcg: Clean up local variable shadowing
Philippe Mathieu-Daudé
2
-9
/
+9
2023-09-29
target/tricore: Change effective address (ea) to target_ulong
Bastian Koppelmann
1
-8
/
+8
2023-09-29
target/tricore: Remove CSFRs from cpu.h
Bastian Koppelmann
1
-134
/
+9
2023-09-28
accel/tcg: Always require can_do_io
Richard Henderson
1
-1
/
+0
2023-09-28
target/tricore: Fix FTOUZ being ISA v1.3.1 up
Bastian Koppelmann
1
-1
/
+5
2023-09-28
target/tricore: Replace cpu_*_code with translator_*
Bastian Koppelmann
1
-3
/
+4
2023-09-28
target/tricore: Swap src and dst reg for RCRR_INSERT
Bastian Koppelmann
1
-4
/
+4
2023-09-28
target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
Bastian Koppelmann
1
-2
/
+8
2023-09-28
target/tricore: Implement hptof insn
Bastian Koppelmann
4
-0
/
+45
2023-09-28
target/tricore: Implement ftohp insn
Bastian Koppelmann
5
-0
/
+48
2023-09-28
target/tricore: Clarify special case for FTOUZ insn
Bastian Koppelmann
1
-0
/
+5
2023-09-28
target/tricore: Implement FTOU insn
Bastian Koppelmann
3
-0
/
+36
2023-09-28
target/tricore: Correctly handle FPU RM from PSW
Bastian Koppelmann
1
-2
/
+16
2023-09-28
target/tricore: Implement CRCN insn
Bastian Koppelmann
4
-0
/
+73
2023-09-26
target/i386/svm_helper: eliminate duplicate local variable
Paolo Bonzini
1
-2
/
+0
2023-09-26
target/i386/seg_helper: remove shadowed variable
Paolo Bonzini
1
-12
/
+10
2023-09-26
target/i386/seg_helper: introduce tss_set_busy
Paolo Bonzini
1
-14
/
+17
2023-09-26
target/i386/translate: avoid shadowed local variables
Paolo Bonzini
1
-3
/
+1
2023-09-26
target/i386/cpu: avoid shadowed local variables
Paolo Bonzini
1
-1
/
+2
2023-09-26
target/i386/kvm: eliminate shadowed local variables
Paolo Bonzini
1
-6
/
+1
2023-09-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2
-1
/
+3
2023-09-25
Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
13
-69
/
+1483
[next]