summaryrefslogtreecommitdiffstats
path: root/target/i386/kvm
Commit message (Expand)AuthorAgeFilesLines
* hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron2022-04-061-0/+6
* hyperv: Add support to process syndbg commandsJon Doron2022-04-063-8/+126
* hyperv: Add definitions for syndbgJon Doron2022-04-061-0/+37
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini2022-03-231-7/+12
* i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei2022-03-231-1/+1
* target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé2022-03-231-0/+2
* target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini2022-03-201-4/+13
* x86: Support XFD and AMX xsave data migrationZeng Guang2022-03-151-0/+18
* x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu2022-03-151-15/+27
* x86: Add AMX CPUIDs enumerationJing Liu2022-03-151-1/+3
* x86: Grant AMX permission for guestYang Zhong2022-03-153-6/+64
* x86: Fix the 64-byte boundary enumeration for extended stateJing Liu2022-03-151-0/+1
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+3
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini2022-01-121-15/+9Star
* KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky2022-01-121-2/+106
* target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé2021-12-171-1/+1
* KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky2021-11-021-0/+15
* target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-132-2/+1Star
* target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé2021-10-131-1/+1
* target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2021-10-132-0/+24
* target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé2021-10-131-1/+5
* i386: Make Hyper-V version id configurableVitaly Kuznetsov2021-10-011-10/+16
* i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov2021-10-012-1/+10
* i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()Vitaly Kuznetsov2021-10-011-3/+6
* i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov2021-10-011-0/+9
* i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov2021-10-011-0/+10
* memory: Name all the memory listenersPeter Xu2021-09-301-1/+1
* i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson2021-09-301-0/+19
* i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson2021-09-302-0/+31
* i386: Add feature control MSR dependency when SGX is enabledSean Christopherson2021-09-301-0/+5
* i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson2021-09-301-0/+22
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-261-3/+3
* i386: Never free migration blocker objects instead of sometimesMarkus Armbruster2021-08-261-3/+0Star
* i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov2021-07-291-0/+14
* i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana2021-07-231-49/+56
* i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov2021-07-132-0/+12
* i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov2021-07-131-5/+5
* i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov2021-07-131-68/+36Star
* i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov2021-07-133-4/+26
* i386: make hyperv_expand_features() return boolVitaly Kuznetsov2021-07-131-19/+21
* i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov2021-07-131-4/+35
* target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson2021-07-062-0/+37
* target/i386: Pass buffer and length to XSAVE helperDavid Edmondson2021-07-061-6/+7
* target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson2021-07-061-39/+0Star
* target/i386: kvm: add support for TSC scalingPaolo Bonzini2021-06-251-4/+8
* i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-171-0/+41
* i386: reorder call to cpu_exec_realizefnClaudio Fontana2021-06-041-2/+10
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-021-1/+1
|\