aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-2/+4
2016-05-23target-i386: kvm: Eliminate kvm_msr_entry_set()Eduardo Habkost1-9/+3
2016-05-23target-i386: kvm: Simplify MSR setting functionsEduardo Habkost1-21/+6
2016-05-23target-i386: kvm: Simplify MSR array constructionEduardo Habkost1-151/+140
2016-05-23target-i386: kvm: Increase MSR_BUF_SIZEEduardo Habkost1-2/+3
2016-05-23target-i386: kvm: Allocate kvm_msrs struct once per VCPUEduardo Habkost1-18/+19
2016-05-23target-i386: kvm: Use X86XSaveArea struct for xsave save/loadEduardo Habkost1-40/+38
2016-05-23target-i386: Define structs for layout of xsave areaEduardo Habkost1-0/+23
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-1/+1
2016-04-05target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRsPaolo Bonzini1-4/+30
2016-04-05target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not setPaolo Bonzini1-0/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-14hyperv: cpu hotplug fix with HyperV enabledDenis V. Lunev1-0/+1
2016-02-13target-i386: Enable control registers for MPXRichard Henderson1-10/+13
2016-02-13target-i386: Add XSAVE extensionRichard Henderson1-4/+7
2016-01-29x86: Clean up includesPeter Maydell1-1/+1
2016-01-21target-i386: Add PKU and and OSPKE supportHuaitong Han1-0/+3
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang1-0/+9
2016-01-21target-i386: Reorganize TSC rate setting codeHaozhong Zhang1-7/+33
2016-01-21target-i386: Fallback vcpu's TSC rate to value returned by KVMHaozhong Zhang1-0/+14
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost1-20/+20
2015-12-17target-i386: kvm: clear unusable segments' flags in migrationMichael Chapman1-9/+13
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini1-2/+40
2015-12-17target-i386/kvm: Hyper-V SynIC timers MSR's supportAndrey Smetanin1-1/+49
2015-12-17target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exitAndrey Smetanin1-0/+6
2015-12-17target-i386/kvm: Hyper-V SynIC MSR's supportAndrey Smetanin1-1/+65
2015-11-26target-i386: kvm: Print warning when clearing mcg_cap bitsEduardo Habkost1-1/+7
2015-11-26target-i386: kvm: Use env->mcg_cap when setting up MCEEduardo Habkost1-7/+4
2015-11-26target-i386: kvm: Abort if MCE bank count is not supported by hostEduardo Habkost1-3/+6
2015-11-05kvmclock: add a new function to update env->tsc.Liang Li1-0/+45
2015-10-19kvm: Allow the Hyper-V vendor ID to be specifiedAlex Williamson1-1/+13
2015-10-19kvm: Move x86-specific functions into target-i386/kvm.cThomas Huth1-5/+26
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-1/+1
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin1-1/+20
2015-10-12target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLEAndrey Smetanin1-1/+10
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_RESET supportAndrey Smetanin1-2/+10
2015-10-02target-i386: get/put MSR_TSC_AUX across reset and migrationAmit Shah1-0/+14
2015-09-16i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin1-1/+31
2015-09-16target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini1-1/+1
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka1-0/+2
2015-07-06pc: add SMM propertyPaolo Bonzini1-0/+5
2015-07-06target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini1-1/+40
2015-07-06target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini1-12/+93
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka1-0/+24
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-05target-i386: introduce cpu_get_mem_attrsPaolo Bonzini1-1/+1
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+2
2015-03-11machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum1-2/+1