aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell4-28/+40
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell3-4/+2
2022-03-05Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into s...Peter Maydell9-196/+190
2022-03-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...Peter Maydell17-93/+440
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell75-2823/+4860
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo1-0/+2
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo1-0/+2
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2-42/+57
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst1-4/+2
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst1-7/+3
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst1-7/+3
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)1-8/+8
2022-03-05tests/tcg/ppc64le: Use Altivec register names in clobber listMatheus Ferst1-8/+8
2022-03-05tests/tcg/ppc64le: emit bcdsub with .long when neededMatheus Ferst1-31/+42
2022-03-05tests/tcg/ppc64le: drop __int128 usage in bcdsubMatheus Ferst1-68/+61
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst1-38/+20
2022-03-05tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsfMatheus Ferst1-10/+9
2022-03-05Use long endian options for ppc64Miroslav Rezanina2-4/+4
2022-03-04Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...Peter Maydell27-364/+600
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson2-2/+20
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson2-5/+39
2022-03-04tcg/i386: Implement avx512 multiplyRichard Henderson1-6/+6
2022-03-04tcg/i386: Implement avx512 min/max/absRichard Henderson1-7/+11
2022-03-04tcg/i386: Expand scalar rotate with avx512 insnsRichard Henderson1-20/+29
2022-03-04tcg/i386: Remove rotls_vec from tcg_target_op_defRichard Henderson1-1/+0
2022-03-04tcg/i386: Expand vector word rotate as avx512vbmi2 shift-doubleRichard Henderson1-1/+17
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson3-0/+42
2022-03-04tcg/i386: Implement avx512 variable rotateRichard Henderson2-2/+25
2022-03-04tcg/i386: Implement avx512 immediate rotateRichard Henderson2-3/+14
2022-03-04tcg/i386: Implement avx512 immediate sari shiftRichard Henderson1-9/+21
2022-03-04tcg/i386: Implement avx512 scalar shiftRichard Henderson1-2/+10
2022-03-04tcg/i386: Implement avx512 variable shiftsRichard Henderson1-8/+24
2022-03-04tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinvRichard Henderson1-4/+4
2022-03-04tcg/i386: Add tcg_out_evex_opcRichard Henderson1-1/+50
2022-03-04tcg/i386: Detect AVX512Richard Henderson3-5/+43
2022-03-04tcg/s390x: Implement vector NAND, NOR, EQVRichard Henderson2-3/+20
2022-03-04tcg/ppc: Implement vector NAND, NOR, EQVRichard Henderson2-3/+18
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson10-15/+51
2022-03-04tcg: Set MAX_OPC_PARAM_IARGS to 7Ziqiao Kong2-2/+2
2022-03-04tcg/optimize: only read val after const checkAlex Bennée1-4/+4
2022-03-04block/amend: Keep strong reference to BDSHanna Reitz1-0/+3
2022-03-04block/amend: Always call .bdrv_amend_clean()Hanna Reitz1-2/+2
2022-03-04tests/qemu-iotests: Rework the checks and spots using GNU sedThomas Huth4-67/+57
2022-03-04iotests/graph-changes-while-io: New testHanna Reitz2-0/+96
2022-03-04iotests: Allow using QMP with the QSDHanna Reitz1-1/+31
2022-03-04block: Make bdrv_refresh_limits() non-recursiveHanna Reitz1-4/+0
2022-03-04job.h: assertions in the callers of JobDriver function pointersEmanuele Giuseppe Esposito1-0/+10
2022-03-04job.h: split function pointers in JobDriverEmanuele Giuseppe Esposito1-0/+22
2022-03-04block-backend-common.h: split function pointers in BlockDevOpsEmanuele Giuseppe Esposito1-5/+23
2022-03-04block_int-common.h: assertions in the callers of BdrvChildClass function poin...Emanuele Giuseppe Esposito1-1/+9