aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)Author
2016-07-07target-i386: kvm: Add basic Intel LMCE supportAshok Raj
2016-07-07target-i386: Report hyperv feature words through qomEvgeny Yakovlev
2016-07-07target-i386: Show host and VM TSC frequencies on mismatchEduardo Habkost
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-16target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID dataChao Peng
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-23target-i386: kvm: Eliminate kvm_msr_entry_set()Eduardo Habkost
2016-05-23target-i386: kvm: Simplify MSR setting functionsEduardo Habkost
2016-05-23target-i386: kvm: Simplify MSR array constructionEduardo Habkost
2016-05-23target-i386: kvm: Increase MSR_BUF_SIZEEduardo Habkost
2016-05-23target-i386: kvm: Allocate kvm_msrs struct once per VCPUEduardo Habkost
2016-05-23target-i386: kvm: Use X86XSaveArea struct for xsave save/loadEduardo Habkost
2016-05-23target-i386: Define structs for layout of xsave areaEduardo Habkost
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-04-05target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRsPaolo Bonzini
2016-04-05target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not setPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-14hyperv: cpu hotplug fix with HyperV enabledDenis V. Lunev
2016-02-13target-i386: Enable control registers for MPXRichard Henderson
2016-02-13target-i386: Add XSAVE extensionRichard Henderson
2016-01-29x86: Clean up includesPeter Maydell
2016-01-21target-i386: Add PKU and and OSPKE supportHuaitong Han
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang
2016-01-21target-i386: Reorganize TSC rate setting codeHaozhong Zhang
2016-01-21target-i386: Fallback vcpu's TSC rate to value returned by KVMHaozhong Zhang
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost
2015-12-17target-i386: kvm: clear unusable segments' flags in migrationMichael Chapman
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-12-17target-i386/kvm: Hyper-V SynIC timers MSR's supportAndrey Smetanin
2015-12-17target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exitAndrey Smetanin
2015-12-17target-i386/kvm: Hyper-V SynIC MSR's supportAndrey Smetanin
2015-11-26target-i386: kvm: Print warning when clearing mcg_cap bitsEduardo Habkost
2015-11-26target-i386: kvm: Use env->mcg_cap when setting up MCEEduardo Habkost
2015-11-26target-i386: kvm: Abort if MCE bank count is not supported by hostEduardo Habkost
2015-11-05kvmclock: add a new function to update env->tsc.Liang Li
2015-10-19kvm: Allow the Hyper-V vendor ID to be specifiedAlex Williamson
2015-10-19kvm: Move x86-specific functions into target-i386/kvm.cThomas Huth
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin
2015-10-12target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLEAndrey Smetanin
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_RESET supportAndrey Smetanin
2015-10-02target-i386: get/put MSR_TSC_AUX across reset and migrationAmit Shah
2015-09-16i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin
2015-09-16target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-06target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini
2015-07-06target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka