aboutsummaryrefslogtreecommitdiffstats
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson1-2/+3
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson5-1/+47
2024-08-21target/i386: Split out gen_prepare_val_nzRichard Henderson1-8/+14
2024-08-16target/i386: allow access_ptr to force slow path on failed probeAlex Bennée1-14/+13
2024-08-14target/i386: Fix arguments for vmsr_read_thread_stat()Anthony Harivel1-4/+4
2024-08-13target/i386: Assert MMX and XMM registers in rangeRichard Henderson1-2/+7
2024-08-13target/i386: Use unit not type in decode_modrmRichard Henderson1-4/+4
2024-08-13target/i386: Do not apply REX to MMX operandsRichard Henderson1-1/+4
2024-08-05target/i386: Fix VSIB decodeRichard Henderson2-11/+12
2024-08-02target/i386: SEV: fix mismatch in vcek-disabled property namePaolo Bonzini1-1/+1
2024-07-31target/i386: Clean up error cases for vmsr_read_thread_stat()Anthony Harivel1-2/+3
2024-07-31target/i386: Fix typo that assign same value twiceAnthony Harivel1-2/+2
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu1-0/+15
2024-07-31target/i386/cpu: Add dependencies of CPUID 0x12 leavesZhao Liu1-0/+12
2024-07-31target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependencyZhao Liu1-5/+4
2024-07-31target/i386/cpu: Remove unnecessary SGX feature words checksZhao Liu1-15/+1
2024-07-31target/i386: Change unavail from u32 to u64Xiong Zhang1-1/+1
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell1-3/+2
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel5-1/+883
2024-07-16target/i386/tcg: save current task state before loading new onePaolo Bonzini1-40/+45
2024-07-16target/i386/tcg: use X86Access for TSS accessPaolo Bonzini1-52/+58
2024-07-16target/i386/tcg: check for correct busy state before switching to a new taskPaolo Bonzini1-0/+5
2024-07-16target/i386/tcg: Compute MMU index oncePaolo Bonzini1-13/+22
2024-07-16target/i386/tcg: Introduce x86_mmu_index_{kernel_,}plRichard Henderson2-12/+26
2024-07-16target/i386/tcg: Reorg push/pop within seg_helper.cRichard Henderson1-222/+259
2024-07-16target/i386/tcg: use PUSHL/PUSHW for error codePaolo Bonzini1-9/+7
2024-07-16target/i386/tcg: Allow IRET from user mode to user mode with SMAPPaolo Bonzini1-9/+9
2024-07-16target/i386/tcg: Remove SEG_ADDLRichard Henderson1-6/+2
2024-07-16target/i386/tcg: fix POP to memory in long modePaolo Bonzini2-1/+2
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth1-14/+71
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-23/+109
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini2-0/+37
2024-07-04target/i386: add support for masking CPUID features in confidential guestsPaolo Bonzini2-0/+29
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2-11/+2
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse2-11/+2
2024-07-03target/i386: add avx-vnni-int16 featurePaolo Bonzini1-1/+1
2024-07-03i386/sev: Fallback to the default SEV device if none provided in sev_get_capabilities()Michal Privoznik1-5/+5
2024-07-03i386/sev: Fix error message in sev_get_capabilities()Michal Privoznik1-1/+1
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini2-0/+7
2024-07-03target/i386: SEV: fix formatting of CPUID mismatch messagePaolo Bonzini1-3/+3
2024-07-03target/i386: drop AMD machine check bits from Intel CPUIDPaolo Bonzini1-4/+19
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini3-9/+7
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki1-22/+1
2024-06-30target/i386: Advertise MWAIT iff host supportsZide Chen2-14/+9
2024-06-28target/i386/sev: Fix printf formatsRichard Henderson1-6/+11
2024-06-28target/i386/sev: Use size_t for object sizesRichard Henderson2-9/+9
2024-06-28target/i386: SEV: store pointer to decoded id_auth in SevSnpGuestPaolo Bonzini1-5/+8
2024-06-28target/i386: SEV: rename sev_snp_guest->id_authPaolo Bonzini1-6/+6
2024-06-28target/i386: SEV: store pointer to decoded id_block in SevSnpGuestPaolo Bonzini1-5/+6
2024-06-28target/i386: SEV: rename sev_snp_guest->id_blockPaolo Bonzini1-6/+6