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-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
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
1
-0
/
+1
2023-09-21
target/arm: Implement the CPY* instructions
Peter Maydell
4
-0
/
+535
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
Peter Maydell
2
-0
/
+116
2023-09-21
target/arm: Implement the SETG* instructions
Peter Maydell
6
-9
/
+155
2023-09-21
target/arm: Define new TB flag for ATA0
Peter Maydell
4
-13
/
+27
2023-09-21
target/arm: Implement the SET* instructions
Peter Maydell
4
-0
/
+413
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS
Peter Maydell
2
-2
/
+80
2023-09-21
target/arm: New function allocation_tag_mem_probe()
Peter Maydell
1
-11
/
+37
2023-09-21
target/arm: Define syndrome function for MOPS exceptions
Peter Maydell
1
-0
/
+12
2023-09-21
target/arm: Pass unpriv bool to get_a64_user_mem_index()
Peter Maydell
1
-6
/
+14
2023-09-21
target/arm: Implement FEAT_MOPS enable bits
Peter Maydell
2
-8
/
+28
2023-09-21
target/arm: Don't skip MTE checks for LDRT/STRT at EL0
Peter Maydell
1
-0
/
+9
2023-09-21
target/arm: Remove unused allocation_tag_mem() argument
Peter Maydell
1
-28
/
+14
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
4
-1
/
+15
2023-09-21
target/arm: Update user-mode ID reg mask values
Peter Maydell
1
-1
/
+10
2023-09-21
target/arm: Update AArch64 ID register field definitions
Peter Maydell
1
-0
/
+23
2023-09-21
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
12
-30
/
+30
2023-09-21
target/m68k: Add URL to semihosting spec
Peter Maydell
1
-0
/
+4
2023-09-21
target/i386: Export GDS_NO bit to guests
Pawan Gupta
1
-1
/
+1
2023-09-21
target/i386: enumerate bit 56 of MSR_IA32_VMX_BASIC
Paolo Bonzini
2
-0
/
+2
2023-09-20
Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
15
-4087
/
+7385
2023-09-20
Merge tag 'hppa-btlb-pull-request' of https://github.com/hdeller/qemu-hppa in...
Stefan Hajnoczi
7
-35
/
+178
2023-09-20
target/loongarch: CPUCFG support LASX
Song Gao
1
-0
/
+1
2023-09-20
target/loongarch: Move simply DO_XX marcos togther
Song Gao
2
-48
/
+42
2023-09-20
target/loongarch: Implement xvld xvst
Song Gao
3
-60
/
+194
2023-09-20
target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
Song Gao
5
-46
/
+175
2023-09-20
target/loongarch: Implement xvpack xvpick xvilv{l/h}
Song Gao
4
-60
/
+156
2023-09-20
target/loongarch: Implement xvreplve xvinsve0 xvpickve
Song Gao
5
-57
/
+201
2023-09-20
target/loongarch: Implement xvinsgr2vr xvpickve2gr
Song Gao
4
-170
/
+74
2023-09-20
target/loongarch: Implement xvbitsel xvset
Song Gao
5
-44
/
+147
2023-09-20
target/loongarch: Implement xvfcmp
Song Gao
5
-22
/
+117
2023-09-20
target/loongarch: Implement xvseq xvsle xvslt
Song Gao
4
-165
/
+201
2023-09-20
target/loongarch: Implement LASX fpu fcvt instructions
Song Gao
4
-86
/
+315
2023-09-20
target/loongarch: Implement LASX fpu arith instructions
Song Gao
4
-16
/
+158
2023-09-20
target/loongarch: Implement xvfrstp
Song Gao
4
-12
/
+34
2023-09-20
target/loongarch: Implement xvbitclr xvbitset xvbitrev
Song Gao
4
-21
/
+99
2023-09-20
target/loongarch: Implement xvpcnt
Song Gao
4
-1
/
+16
2023-09-20
target/loongarch: Implement xvclo xvclz
Song Gao
4
-1
/
+28
2023-09-20
target/loongarch: Implement xvssrlrn xvssrarn
Song Gao
4
-199
/
+378
[prev]
[next]