aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron1-0/+6
2022-04-06hyperv: Add support to process syndbg commandsJon Doron3-8/+126
2022-04-06hyperv: Add definitions for syndbgJon Doron1-0/+37
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-23KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini1-7/+12
2022-03-23i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei1-1/+1
2022-03-23target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé1-0/+2
2022-03-20target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini1-4/+13
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang1-0/+18
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu1-15/+27
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu1-1/+3
2022-03-15x86: Grant AMX permission for guestYang Zhong3-6/+64
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu1-0/+1
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+3
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
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é2-2/+1
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2-0/+24
2021-10-13target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé1-1/+5
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov1-10/+16
2021-10-01i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov2-1/+10
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 Christopherson2-0/+31
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-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana1-49/+56
2021-07-13i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov2-0/+12
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 Kuznetsov3-4/+26
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