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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
4
-28
/
+40
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
3
-4
/
+2
2022-03-05
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into s...
Peter Maydell
9
-196
/
+190
2022-03-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...
Peter Maydell
17
-93
/
+440
2022-03-05
Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...
Peter Maydell
75
-2823
/
+4860
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16
Víctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
Víctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: split XXGENPCV macros for readability
Matheus Ferst
2
-42
/
+57
2022-03-05
target/ppc: use andc in vrlqmi
Matheus Ferst
1
-4
/
+2
2022-03-05
target/ppc: use extract/extract2 to create vrlqnm mask
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: Fix vmul[eo]* instructions marked 2.07
Lucas Mateus Castro (alqotel)
1
-8
/
+8
2022-03-05
tests/tcg/ppc64le: Use Altivec register names in clobber list
Matheus Ferst
1
-8
/
+8
2022-03-05
tests/tcg/ppc64le: emit bcdsub with .long when needed
Matheus Ferst
1
-31
/
+42
2022-03-05
tests/tcg/ppc64le: drop __int128 usage in bcdsub
Matheus Ferst
1
-68
/
+61
2022-03-05
target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
Matheus Ferst
1
-38
/
+20
2022-03-05
tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsf
Matheus Ferst
1
-10
/
+9
2022-03-05
Use long endian options for ppc64
Miroslav Rezanina
2
-4
/
+4
2022-03-04
Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...
Peter Maydell
27
-364
/
+600
2022-03-04
tcg/i386: Implement bitsel for avx512
Richard Henderson
2
-2
/
+20
2022-03-04
tcg/i386: Implement more logical operations for avx512
Richard Henderson
2
-5
/
+39
2022-03-04
tcg/i386: Implement avx512 multiply
Richard Henderson
1
-6
/
+6
2022-03-04
tcg/i386: Implement avx512 min/max/abs
Richard Henderson
1
-7
/
+11
2022-03-04
tcg/i386: Expand scalar rotate with avx512 insns
Richard Henderson
1
-20
/
+29
2022-03-04
tcg/i386: Remove rotls_vec from tcg_target_op_def
Richard Henderson
1
-1
/
+0
2022-03-04
tcg/i386: Expand vector word rotate as avx512vbmi2 shift-double
Richard Henderson
1
-1
/
+17
2022-03-04
tcg/i386: Support avx512vbmi2 vector shift-double instructions
Richard Henderson
3
-0
/
+42
2022-03-04
tcg/i386: Implement avx512 variable rotate
Richard Henderson
2
-2
/
+25
2022-03-04
tcg/i386: Implement avx512 immediate rotate
Richard Henderson
2
-3
/
+14
2022-03-04
tcg/i386: Implement avx512 immediate sari shift
Richard Henderson
1
-9
/
+21
2022-03-04
tcg/i386: Implement avx512 scalar shift
Richard Henderson
1
-2
/
+10
2022-03-04
tcg/i386: Implement avx512 variable shifts
Richard Henderson
1
-8
/
+24
2022-03-04
tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinv
Richard Henderson
1
-4
/
+4
2022-03-04
tcg/i386: Add tcg_out_evex_opc
Richard Henderson
1
-1
/
+50
2022-03-04
tcg/i386: Detect AVX512
Richard Henderson
3
-5
/
+43
2022-03-04
tcg/s390x: Implement vector NAND, NOR, EQV
Richard Henderson
2
-3
/
+20
2022-03-04
tcg/ppc: Implement vector NAND, NOR, EQV
Richard Henderson
2
-3
/
+18
2022-03-04
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
10
-15
/
+51
2022-03-04
tcg: Set MAX_OPC_PARAM_IARGS to 7
Ziqiao Kong
2
-2
/
+2
2022-03-04
tcg/optimize: only read val after const check
Alex Bennée
1
-4
/
+4
2022-03-04
block/amend: Keep strong reference to BDS
Hanna Reitz
1
-0
/
+3
2022-03-04
block/amend: Always call .bdrv_amend_clean()
Hanna Reitz
1
-2
/
+2
2022-03-04
tests/qemu-iotests: Rework the checks and spots using GNU sed
Thomas Huth
4
-67
/
+57
2022-03-04
iotests/graph-changes-while-io: New test
Hanna Reitz
2
-0
/
+96
2022-03-04
iotests: Allow using QMP with the QSD
Hanna Reitz
1
-1
/
+31
2022-03-04
block: Make bdrv_refresh_limits() non-recursive
Hanna Reitz
1
-4
/
+0
2022-03-04
job.h: assertions in the callers of JobDriver function pointers
Emanuele Giuseppe Esposito
1
-0
/
+10
2022-03-04
job.h: split function pointers in JobDriver
Emanuele Giuseppe Esposito
1
-0
/
+22
2022-03-04
block-backend-common.h: split function pointers in BlockDevOps
Emanuele Giuseppe Esposito
1
-5
/
+23
2022-03-04
block_int-common.h: assertions in the callers of BdrvChildClass function poin...
Emanuele Giuseppe Esposito
1
-1
/
+9
[next]