aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang1-0/+9
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu1-0/+4
2022-03-15x86: Add XFD faulting bit for state componentsJing Liu1-0/+2
2022-03-15x86: Grant AMX permission for guestYang Zhong1-0/+4
2022-03-15x86: Add AMX XTILECFG and XTILEDATA componentsJing Liu1-1/+17
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu1-0/+6
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+0
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-02-16target/i386: add TCG support for UMIPGareth Webb1-1/+3
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky1-0/+3
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky1-0/+4
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov1-1/+6
2021-10-01i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov1-0/+1
2021-10-01i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov1-0/+1
2021-10-01i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov1-0/+3
2021-09-30i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson1-0/+1
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAXSean Christopherson1-0/+1
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBXSean Christopherson1-0/+1
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAXSean Christopherson1-0/+1
2021-09-30i386: Add primary SGX CPUID and MSR definesSean Christopherson1-0/+12
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-7/+0
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé1-1/+1
2021-09-14target/i386: Restrict sysemu-only fpu_helper helpersPhilippe Mathieu-Daudé1-0/+3
2021-09-13target/i386: Added vVMLOAD and vVMSAVE featureLara Lazier1-0/+2
2021-09-13target/i386: Added changed priority check for VIRQLara Lazier1-0/+15
2021-09-13target/i386: Added VGIF V_IRQ masking capabilityLara Lazier1-0/+2
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier1-0/+1
2021-09-13target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier1-0/+2
2021-09-13target/i386: add missing bits to CR4_RESERVED_MASKDaniel P. Berrangé1-0/+1
2021-07-22target/i386: Added consistency checks for EFERLara Lazier1-0/+5
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier1-0/+39
2021-07-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell1-0/+2
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong1-0/+2
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth1-0/+3
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini1-0/+2
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson1-57/+0
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson1-1/+1
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson1-0/+9
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson1-2/+3
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson1-1/+7
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson1-7/+15
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson1-7/+23
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini1-0/+1
2021-06-16target/i386: Added consistency checks for CR0Lara Lazier1-0/+2
2021-06-16target/i386: Refactored intercept checks into cpu_svm_has_interceptLara Lazier1-0/+4
2021-05-31i386: drop FEAT_HYPERV feature leavesVitaly Kuznetsov1-5/+0
2021-05-31i386: stop using env->features[] for filling Hyper-V CPUIDsVitaly Kuznetsov1-0/+1
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong1-0/+2
2021-05-19target/i386: Inline user cpu_svm_check_intercept_paramRichard Henderson1-0/+8