aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-07-10target/s390x: Fix relative long instructions with large offsetsIlya Leoshkevich1-1/+1
2023-07-10target/s390x: Fix LRA when DAT is offIlya Leoshkevich1-1/+1
2023-07-10target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich3-4/+4
2023-07-10target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich1-0/+1
2023-07-10target/s390x: Fix MDEB and MDEBRIlya Leoshkevich2-3/+4
2023-07-10target/s390x: Fix EPSW CC reportingIlya Leoshkevich1-0/+4
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé11-8/+465
2023-07-09Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson9-365/+163
2023-07-09target/riscv: Use aesdec_ISB_ISR_IMC_AKRichard Henderson1-91/+10
2023-07-09target/riscv: Use aesenc_SB_SR_MC_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesdec_IMCRichard Henderson1-10/+5
2023-07-09target/riscv: Use aesdec_ISB_ISR_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesenc_SB_SR_AKRichard Henderson1-1/+9
2023-07-09target/arm: Use aesdec_IMCRichard Henderson1-19/+14
2023-07-09target/arm: Use aesenc_MCRichard Henderson1-1/+14
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson1-21/+16
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson1-1/+23
2023-07-08target/arm: Demultiplex AESE and AESMCRichard Henderson6-27/+41
2023-07-08target/i386: Use aesdec_ISB_ISR_IMC_AKRichard Henderson1-10/+6
2023-07-08target/i386: Use aesenc_SB_SR_MC_AKRichard Henderson1-9/+5
2023-07-08target/i386: Use aesdec_IMCRichard Henderson1-8/+3
2023-07-08target/i386: Use aesdec_ISB_ISR_AKRichard Henderson1-5/+5
2023-07-08target/i386: Use aesenc_SB_SR_AKRichard Henderson1-5/+6
2023-07-08target/ppc: Use aesdec_ISB_ISR_AK_IMCRichard Henderson1-15/+4
2023-07-08target/ppc: Use aesenc_SB_SR_MC_AKRichard Henderson1-10/+4
2023-07-08target/ppc: Use aesdec_ISB_ISR_AKRichard Henderson1-7/+1
2023-07-08target/ppc: Use aesenc_SB_SR_AKRichard Henderson1-7/+2
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson1-138/+5
2023-07-08Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into st...Richard Henderson1-2/+2
2023-07-08target/avr: Fix handling of interrupts above 33.Lucas Dietrich1-2/+2
2023-07-07Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson13-192/+296
2023-07-07target/i386: Add new CPU model GraniteRapidsTao Su1-0/+136
2023-07-07target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...Lei Wang1-2/+11
2023-07-07target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESTao Su1-0/+4
2023-07-07target/i386: Allow MCDT_NO if host supportsTao Su1-0/+4
2023-07-07target/i386: Add support for MCDT_NO in CPUID enumerationTao Su2-0/+30
2023-07-07target/i386: Adjust feature level according to FEAT_7_1_EDXTao Su1-0/+1
2023-07-07target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'Philippe Mathieu-Daudé1-5/+0
2023-07-07target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.cPhilippe Mathieu-Daudé1-1/+1
2023-07-07target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.hPhilippe Mathieu-Daudé2-2/+2
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé2-4/+4
2023-07-07target/ppc: Reorder #ifdef'ry in kvm_ppc.hPhilippe Mathieu-Daudé1-34/+28
2023-07-07target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'Philippe Mathieu-Daudé1-0/+1
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin3-0/+55
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin5-1/+40
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin5-5/+33
2023-07-07target: ppc: Use MSR_HVB bit to get the target endianness for memory dumpNarayana Murty N1-1/+1
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan1-8/+7
2023-07-07target/ppd: Remove unused defineBALATON Zoltan1-1/+0
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan1-5/+2