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-11-06
Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
12
-1366
/
+749
2023-11-05
target/sparc: Check for invalid cond in gen_compare_reg
Richard Henderson
1
-19
/
+26
2023-11-05
target/sparc: Implement UDIV inline
Richard Henderson
2
-14
/
+56
2023-11-05
target/sparc: Implement UDIVX and SDIVX inline
Richard Henderson
4
-44
/
+97
2023-11-05
target/sparc: Discard cpu_cond at the end of each insn
Richard Henderson
1
-0
/
+27
2023-11-05
target/sparc: Record entire jump condition in DisasContext
Richard Henderson
1
-11
/
+16
2023-11-05
target/sparc: Merge gen_op_next_insn into only caller
Richard Henderson
1
-7
/
+2
2023-11-05
target/sparc: Pass displacement to advance_jump_cond
Richard Henderson
1
-7
/
+5
2023-11-05
target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond
Richard Henderson
1
-44
/
+30
2023-11-05
target/sparc: Merge gen_branch2 into advance_pc
Richard Henderson
1
-14
/
+14
2023-11-05
target/sparc: Do flush_cond in advance_jump_cond
Richard Henderson
1
-6
/
+4
2023-11-05
target/sparc: Always copy conditions into a new temporary
Richard Henderson
1
-1
/
+2
2023-11-05
target/sparc: Change DisasCompare.c2 to int
Richard Henderson
1
-15
/
+18
2023-11-05
target/sparc: Remove DisasCompare.is_bool
Richard Henderson
1
-15
/
+7
2023-11-05
target/sparc: Remove CC_OP leftovers
Richard Henderson
9
-173
/
+26
2023-11-05
target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
Richard Henderson
4
-200
/
+32
2023-11-05
target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
Richard Henderson
3
-261
/
+42
2023-11-05
target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
Richard Henderson
3
-255
/
+87
2023-11-05
target/sparc: Remove CC_OP_DIV
Richard Henderson
5
-110
/
+93
2023-11-05
target/sparc: Remove CC_OP_LOGIC
Richard Henderson
3
-53
/
+28
2023-11-05
target/sparc: Split psr and xcc into components
Richard Henderson
5
-261
/
+275
2023-11-05
target/sparc: Introduce cpu_put_psr_icc
Richard Henderson
2
-1
/
+7
2023-11-03
linux-user/loongarch64: Use traps to track LSX/LASX usage
Richard Henderson
1
-11
/
+0
2023-11-03
target/loongarch: Support 4K page size
Song Gao
2
-6
/
+5
2023-11-03
target/loongarch: Implement query-cpu-model-expansion
Song Gao
1
-0
/
+64
2023-11-03
target/loongarch: Allow user enable/disable LSX/LASX features
Song Gao
2
-0
/
+69
2023-11-03
target/loongarch: Add cpu model 'max'
Song Gao
1
-0
/
+7
2023-11-02
target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
Peter Maydell
2
-3
/
+5
2023-11-02
target/arm: Fix SVE STR increment
Richard Henderson
1
-2
/
+3
2023-11-02
target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctly
Peter Maydell
1
-3
/
+12
2023-11-02
target/arm: Enable FEAT_MOPS insns in user-mode emulation
Peter Maydell
1
-0
/
+2
2023-11-02
linux-user/elfload: Add missing arm64 hwcap values
Marielle Novastrider
1
-0
/
+5
2023-10-31
Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay...
Stefan Hajnoczi
21
-976
/
+1126
2023-10-30
Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
6
-80
/
+50
2023-10-27
target/arm: Fix syndrome for FGT traps on ERET
Peter Maydell
1
-2
/
+2
2023-10-27
target/arm: Move ID_AA64DFR* feature tests together
Peter Maydell
1
-5
/
+5
2023-10-27
target/arm: Move ID_AA64PFR* tests together
Peter Maydell
1
-43
/
+43
2023-10-27
target/arm: Move ID_AA64ISAR* test functions together
Peter Maydell
1
-35
/
+35
2023-10-27
target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2
Peter Maydell
1
-60
/
+60
2023-10-27
target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests together
Peter Maydell
1
-30
/
+30
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
20
-972
/
+1012
2023-10-27
target/arm: Implement Neoverse N2 CPU model
Peter Maydell
1
-0
/
+103
2023-10-27
target/arm: Correct minor errors in Cortex-A710 definition
Peter Maydell
1
-2
/
+9
2023-10-27
Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
11
-3745
/
+3995
2023-10-25
kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
Paolo Bonzini
2
-8
/
+0
2023-10-25
kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDR
Paolo Bonzini
1
-13
/
+7
2023-10-25
kvm: i386: require KVM_CAP_ADJUST_CLOCK
Paolo Bonzini
2
-6
/
+1
2023-10-25
kvm: i386: require KVM_CAP_MCE
Paolo Bonzini
1
-10
/
+4
2023-10-25
kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
Paolo Bonzini
1
-90
/
+2
2023-10-25
kvm: i386: require KVM_CAP_XSAVE
Paolo Bonzini
1
-68
/
+2
[next]