aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini1-15/+9
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky1-2/+106
2021-12-17target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé1-1/+1
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky1-0/+15
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé1-1/+0
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov1-10/+16
2021-10-01i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov1-1/+9
2021-10-01i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()Vitaly Kuznetsov1-3/+6
2021-10-01i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov1-0/+9
2021-10-01i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov1-0/+10
2021-09-30memory: Name all the memory listenersPeter Xu1-1/+1
2021-09-30i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson1-0/+19
2021-09-30i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson1-0/+29
2021-09-30i386: Add feature control MSR dependency when SGX is enabledSean Christopherson1-0/+5
2021-09-30i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson1-0/+22
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-3/+3
2021-08-26i386: Never free migration blocker objects instead of sometimesMarkus Armbruster1-3/+0
2021-07-29i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov1-0/+14
2021-07-13i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov1-0/+6
2021-07-13i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov1-5/+5
2021-07-13i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov1-68/+36
2021-07-13i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov1-4/+20
2021-07-13i386: make hyperv_expand_features() return boolVitaly Kuznetsov1-19/+21
2021-07-13i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov1-4/+35
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson1-0/+7
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson1-6/+7
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson1-39/+0
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini1-4/+8
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+41
2021-05-31i386: use global kvm_state in hyperv_enabled() checkVitaly Kuznetsov1-2/+1
2021-05-31i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's oneVitaly Kuznetsov1-4/+13
2021-05-31i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array sizeVitaly Kuznetsov1-1/+2
2021-05-31i386: switch hyperv_expand_features() to using error_setg()Vitaly Kuznetsov1-40/+61
2021-05-31i386: move eVMCS enablement to hyperv_init_vcpu()Vitaly Kuznetsov1-23/+37
2021-05-31i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_f...Vitaly Kuznetsov1-10/+24
2021-05-31i386: introduce hv_cpuid_cacheVitaly Kuznetsov1-53/+56
2021-05-31i386: drop FEAT_HYPERV feature leavesVitaly Kuznetsov1-72/+36
2021-05-31i386: introduce hv_cpuid_get_host()Vitaly Kuznetsov1-45/+57
2021-05-31i386: introduce hyperv_feature_supported()Vitaly Kuznetsov1-19/+30
2021-05-31i386: stop using env->features[] for filling Hyper-V CPUIDsVitaly Kuznetsov1-38/+42
2021-05-31i386: always fill Hyper-V CPUID feature leaves from X86CPU dataVitaly Kuznetsov1-9/+0
2021-05-31i386: invert hyperv_spinlock_attempts setting logic with hv_passthroughVitaly Kuznetsov1-5/+1
2021-05-31i386: keep hyperv_vendor string up-to-dateVitaly Kuznetsov1-0/+5
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana1-1/+2
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-06KVM: x86: do not fail if software breakpoint has already been removedPaolo Bonzini1-2/+7
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky1-1/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+6
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-0/+2