aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm.c
AgeCommit message (Expand)Author
2019-06-21target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon
2019-06-21target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon
2019-06-21target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2019-06-21target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov
2019-06-21i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov
2019-06-21i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov
2019-06-21i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov
2019-06-21i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov
2019-06-21i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov
2019-06-21i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-20i386: kvm: Disable arch_capabilities if MSR can't be setEduardo Habkost
2019-02-05contrib/vhost-user-blk: fix the compilation issuePeter Xu
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov
2018-12-11target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKEDPeter Maydell
2018-11-27migration: savevm: consult migration blockersPaolo Bonzini
2018-11-27target/i386: kvm: add VMX migration blockerPaolo Bonzini
2018-11-26kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES supportBandan Das
2018-11-06x86: hv_evmcs CPU flag supportVitaly Kuznetsov
2018-10-30x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo
2018-10-30kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo
2018-10-19target/i386: kvm: just return after migrate_add_blocker failedLi Qiang
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan
2018-10-19hyperv: qom-ify SynICRoman Kagan
2018-10-19hyperv:synic: split capability testing and settingRoman Kagan
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov
2018-10-19target-i386: kvm: do not initialize padding fieldsPaolo Bonzini
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-22i386: Allow TOPOEXT to be enabled on older kernelsBabu Moger
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger
2018-06-01target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIMEPeter Maydell
2018-06-01target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin