aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov1-40/+45
2018-12-11target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKEDPeter Maydell1-1/+9
2018-11-27migration: savevm: consult migration blockersPaolo Bonzini1-3/+0
2018-11-27target/i386: kvm: add VMX migration blockerPaolo Bonzini1-0/+12
2018-11-26kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES supportBandan Das1-8/+7
2018-11-06x86: hv_evmcs CPU flag supportVitaly Kuznetsov1-2/+28
2018-10-30x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo1-0/+11
2018-10-30kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo1-0/+80
2018-10-19target/i386: kvm: just return after migrate_add_blocker failedLi Qiang1-1/+1
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan1-8/+22
2018-10-19hyperv: qom-ify SynICRoman Kagan1-0/+9
2018-10-19hyperv:synic: split capability testing and settingRoman Kagan1-4/+16
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan1-2/+3
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov1-1/+13
2018-10-19target-i386: kvm: do not initialize padding fieldsPaolo Bonzini1-2/+0
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon1-3/+3
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka1-0/+4
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini1-8/+0
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan1-0/+47
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov1-1/+14
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+32
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin1-0/+9
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin1-0/+23
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-1/+1
2018-06-22i386: Allow TOPOEXT to be enabled on older kernelsBabu Moger1-0/+7
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger1-3/+26
2018-06-01target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIMEPeter Maydell1-5/+0
2018-06-01target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell1-1/+6
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-2/+2
2018-05-21i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk1-2/+14
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov1-1/+38
2018-04-09i386/hyperv: error out if features requested but unsupportedRoman Kagan1-9/+34
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan1-4/+9
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell1-0/+13
2018-03-13KVM: x86: Add support for save/load MSR_SMI_COUNTLiran Alon1-0/+13
2018-03-12i386: Add support to get/set/migrate Intel Processor Trace featureChao Peng1-0/+51
2018-03-12i386: Add Intel Processor Trace feature supportChao Peng1-0/+23
2018-03-12target-i386: add KVM_HINTS_DEDICATED performance hintWanpeng Li1-0/+4
2018-01-17i386: Add support for SPEC_CTRL MSRPaolo Bonzini1-0/+14
2018-01-16irq: fix memory leaklinzhecheng1-0/+1
2018-01-16target/i386: move hflags update code to a functionTao Wu1-39/+1
2018-01-12i386/cpu/kvm: look at PMU's CPUID before setting MSRsJan Dakinevich1-32/+48
2017-12-22i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real1-2/+0
2017-12-21hyperv: make SynIC version msr constantRoman Kagan1-7/+2
2017-12-21hyperv: ensure SINTx msrs are reset properlyRoman Kagan1-5/+7
2017-12-21hyperv: set partition-wide MSRs only on first vcpuEvgeny Yakovlev1-8/+15
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-09-19hyperv: add header with protocol definitionsRoman Kagan1-32/+30
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei1-1/+2