aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)Author
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
2021-05-31i386: introduce hv_cpuid_get_host()Vitaly Kuznetsov
2021-05-31i386: introduce hyperv_feature_supported()Vitaly Kuznetsov
2021-05-31i386: stop using env->features[] for filling Hyper-V CPUIDsVitaly Kuznetsov
2021-05-31i386: always fill Hyper-V CPUID feature leaves from X86CPU dataVitaly Kuznetsov
2021-05-31i386: invert hyperv_spinlock_attempts setting logic with hv_passthroughVitaly Kuznetsov
2021-05-31i386: keep hyperv_vendor string up-to-dateVitaly Kuznetsov
2021-05-31i386: Document when features can be added to kvm_default_propsEduardo Habkost
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana
2021-03-19i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-06KVM: x86: do not fail if software breakpoint has already been removedPaolo Bonzini
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-08target/i386: Add support for save/load IA32_PKRS MSRChenyi Qiang
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana