aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)Author
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu
2022-03-15x86: Grant AMX permission for guestYang Zhong
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky
2021-12-17target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé
2021-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé
2021-10-13target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov
2021-10-01i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov
2021-10-01i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()Vitaly Kuznetsov
2021-10-01i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov
2021-10-01i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson
2021-09-30i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson
2021-09-30i386: Add feature control MSR dependency when SGX is enabledSean Christopherson
2021-09-30i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-08-26i386: Never free migration blocker objects instead of sometimesMarkus Armbruster
2021-07-29i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana
2021-07-13i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov
2021-07-13i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov
2021-07-13i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov
2021-07-13i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov
2021-07-13i386: make hyperv_expand_features() return boolVitaly Kuznetsov
2021-07-13i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang
2021-06-04i386: reorder call to cpu_exec_realizefnClaudio Fontana
2021-06-02Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-31i386: use global kvm_state in hyperv_enabled() checkVitaly Kuznetsov
2021-05-31i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's oneVitaly Kuznetsov
2021-05-31i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array sizeVitaly Kuznetsov
2021-05-31i386: switch hyperv_expand_features() to using error_setg()Vitaly Kuznetsov
2021-05-31i386: move eVMCS enablement to hyperv_init_vcpu()Vitaly Kuznetsov
2021-05-31i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_f...Vitaly Kuznetsov
2021-05-31i386: introduce hv_cpuid_cacheVitaly Kuznetsov
2021-05-31i386: drop FEAT_HYPERV feature leavesVitaly Kuznetsov