aboutsummaryrefslogtreecommitdiff
path: root/host
AgeCommit message (Expand)AuthorFilesLines
9 daysutil/bufferiszero: Add loongarch64 vector accelerationRichard Henderson1-0/+143
9 daysutil/bufferiszero: Split out host include filesRichard Henderson4-0/+211
9 daysutil/loongarch64: Detect LASX vector supportRichard Henderson1-0/+1
2024-06-05host/i386: assume presence of POPCNTPaolo Bonzini1-1/+0
2024-06-05host/i386: assume presence of SSE2Paolo Bonzini1-1/+0
2024-06-05host/i386: assume presence of CMOVPaolo Bonzini1-1/+0
2024-06-05host/i386: nothing looks at CPUINFO_SSE4Paolo Bonzini1-1/+0
2024-04-26accel/tcg: Rename load-extract/store-insert headers using .h.inc suffixPhilippe Mathieu-Daudé7-0/+0
2023-11-13host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth2-2/+2
2023-11-06host/include/loongarch64: Add atomic16 load and storeRichard Henderson3-0/+103
2023-11-06util: Add cpuinfo for loongarch64Richard Henderson1-0/+21
2023-09-20i386: spelling fixesMichael Tokarev1-1/+1
2023-09-20ppc: spelling fixesMichael Tokarev1-1/+1
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-0/+1
2023-09-16util/cpuinfo-aarch64: Add CPUINFO_BTIRichard Henderson1-0/+1
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson2-0/+42
2023-09-15host/include/i386: Implement clmul.hRichard Henderson3-0/+31
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson1-0/+15
2023-07-25other architectures: spelling fixesMichael Tokarev1-1/+1
2023-07-25arm: spelling fixesMichael Tokarev1-1/+1
2023-07-08host/include/ppc: Implement aes-round.hRichard Henderson3-0/+184
2023-07-08host/include/aarch64: Implement aes-round.hRichard Henderson2-0/+206
2023-07-08host/include/i386: Implement aes-round.hRichard Henderson3-0/+154
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson1-0/+3
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson1-0/+3
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson1-0/+3
2023-07-08crypto: Add aesdec_IMCRichard Henderson1-0/+2
2023-07-08crypto: Add aesenc_MCRichard Henderson1-0/+2
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson1-0/+4
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson1-0/+16
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson2-0/+30
2023-06-20host/include/x86_64: Use __m128i for "x" constraintsRichard Henderson2-13/+20
2023-05-30accel/tcg: Add aarch64 store_atom_insert_al16Richard Henderson1-0/+47
2023-05-30accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8Richard Henderson1-0/+40
2023-05-30accel/tcg: Add x86_64 load_atom_extract_al16_or_al8Richard Henderson1-0/+50
2023-05-30accel/tcg: Extract store_atom_insert_al16 to host headerRichard Henderson1-0/+50
2023-05-30accel/tcg: Extract load_atom_extract_al16_or_al8 to host headerRichard Henderson1-0/+45
2023-05-30qemu/atomic128: Add x86_64 atomic128-ldst.hRichard Henderson1-0/+68
2023-05-23qemu/atomic128: Add runtime test for FEAT_LSE2Richard Henderson1-13/+40
2023-05-23qemu/atomic128: Improve cmpxchg fallback for atomic16_setRichard Henderson1-4/+7
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson2-17/+35
2023-05-23accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson2-1/+3
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson2-10/+20
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson2-0/+106
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson2-0/+86
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson1-0/+22
2023-05-23util: Add i386 CPUINFO_ATOMIC_VMOVDQURichard Henderson1-0/+1
2023-05-23util: Add cpuinfo-i386.cRichard Henderson2-0/+39
2023-05-23util: Introduce host-specific cpuinfo.hRichard Henderson1-0/+4