aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
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