aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson
2024-08-21target/i386: Split out gen_prepare_val_nzRichard Henderson
2024-08-16target/i386: allow access_ptr to force slow path on failed probeAlex Bennée
2024-08-14target/i386: Fix arguments for vmsr_read_thread_stat()Anthony Harivel
2024-08-13target/i386: Assert MMX and XMM registers in rangeRichard Henderson
2024-08-13target/i386: Use unit not type in decode_modrmRichard Henderson
2024-08-13target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-08-05target/i386: Fix VSIB decodeRichard Henderson
2024-08-02target/i386: SEV: fix mismatch in vcek-disabled property namePaolo Bonzini
2024-07-31target/i386: Clean up error cases for vmsr_read_thread_stat()Anthony Harivel
2024-07-31target/i386: Fix typo that assign same value twiceAnthony Harivel
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu
2024-07-31target/i386/cpu: Add dependencies of CPUID 0x12 leavesZhao Liu
2024-07-31target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependencyZhao Liu
2024-07-31target/i386/cpu: Remove unnecessary SGX feature words checksZhao Liu
2024-07-31target/i386: Change unavail from u32 to u64Xiong Zhang
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel
2024-07-16target/i386/tcg: save current task state before loading new onePaolo Bonzini
2024-07-16target/i386/tcg: use X86Access for TSS accessPaolo Bonzini
2024-07-16target/i386/tcg: check for correct busy state before switching to a new taskPaolo Bonzini
2024-07-16target/i386/tcg: Compute MMU index oncePaolo Bonzini
2024-07-16target/i386/tcg: Introduce x86_mmu_index_{kernel_,}plRichard Henderson
2024-07-16target/i386/tcg: Reorg push/pop within seg_helper.cRichard Henderson
2024-07-16target/i386/tcg: use PUSHL/PUSHW for error codePaolo Bonzini
2024-07-16target/i386/tcg: Allow IRET from user mode to user mode with SMAPPaolo Bonzini
2024-07-16target/i386/tcg: Remove SEG_ADDLRichard Henderson
2024-07-16target/i386/tcg: fix POP to memory in long modePaolo Bonzini
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini
2024-07-04target/i386: add support for masking CPUID features in confidential guestsPaolo Bonzini
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse
2024-07-03target/i386: add avx-vnni-int16 featurePaolo Bonzini
2024-07-03i386/sev: Fallback to the default SEV device if none provided in sev_get_capa...Michal Privoznik
2024-07-03i386/sev: Fix error message in sev_get_capabilities()Michal Privoznik
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini
2024-07-03target/i386: SEV: fix formatting of CPUID mismatch messagePaolo Bonzini
2024-07-03target/i386: drop AMD machine check bits from Intel CPUIDPaolo Bonzini
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki
2024-06-30target/i386: Advertise MWAIT iff host supportsZide Chen
2024-06-28target/i386/sev: Fix printf formatsRichard Henderson
2024-06-28target/i386/sev: Use size_t for object sizesRichard Henderson