aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
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 Edmondson2-0/+37
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-06-04i386: reorder call to cpu_exec_realizefnClaudio Fontana1-2/+10
2021-06-02Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
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-31i386: Document when features can be added to kvm_default_propsEduardo Habkost1-0/+5
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana1-2/+2
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana4-2/+200
2021-03-19i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov1-0/+1
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
2021-02-08target/i386: Add support for save/load IA32_PKRS MSRChenyi Qiang1-0/+13
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson1-0/+20
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-1/+12
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-2/+12
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-6/+12
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-15/+10
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana10-0/+5213