index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
kvm.c
Age
Commit message (
Expand
)
Author
2016-07-07
target-i386: kvm: Add basic Intel LMCE support
Ashok Raj
2016-07-07
target-i386: Report hyperv feature words through qom
Evgeny Yakovlev
2016-07-07
target-i386: Show host and VM TSC frequencies on mismatch
Eduardo Habkost
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-16
target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID data
Chao Peng
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
2016-05-23
target-i386: kvm: Eliminate kvm_msr_entry_set()
Eduardo Habkost
2016-05-23
target-i386: kvm: Simplify MSR setting functions
Eduardo Habkost
2016-05-23
target-i386: kvm: Simplify MSR array construction
Eduardo Habkost
2016-05-23
target-i386: kvm: Increase MSR_BUF_SIZE
Eduardo Habkost
2016-05-23
target-i386: kvm: Allocate kvm_msrs struct once per VCPU
Eduardo Habkost
2016-05-23
target-i386: kvm: Use X86XSaveArea struct for xsave save/load
Eduardo Habkost
2016-05-23
target-i386: Define structs for layout of xsave area
Eduardo Habkost
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-04-05
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
Paolo Bonzini
2016-04-05
target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-14
hyperv: cpu hotplug fix with HyperV enabled
Denis V. Lunev
2016-02-13
target-i386: Enable control registers for MPX
Richard Henderson
2016-02-13
target-i386: Add XSAVE extension
Richard Henderson
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-21
target-i386: Add PKU and and OSPKE support
Huaitong Han
2016-01-21
target-i386: Add support to migrate vcpu's TSC rate
Haozhong Zhang
2016-01-21
target-i386: Reorganize TSC rate setting code
Haozhong Zhang
2016-01-21
target-i386: Fallback vcpu's TSC rate to value returned by KVM
Haozhong Zhang
2016-01-21
target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*
Eduardo Habkost
2015-12-17
target-i386: kvm: clear unusable segments' flags in migration
Michael Chapman
2015-12-17
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2015-12-17
target-i386/kvm: Hyper-V SynIC timers MSR's support
Andrey Smetanin
2015-12-17
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
Andrey Smetanin
2015-12-17
target-i386/kvm: Hyper-V SynIC MSR's support
Andrey Smetanin
2015-11-26
target-i386: kvm: Print warning when clearing mcg_cap bits
Eduardo Habkost
2015-11-26
target-i386: kvm: Use env->mcg_cap when setting up MCE
Eduardo Habkost
2015-11-26
target-i386: kvm: Abort if MCE bank count is not supported by host
Eduardo Habkost
2015-11-05
kvmclock: add a new function to update env->tsc.
Liang Li
2015-10-19
kvm: Allow the Hyper-V vendor ID to be specified
Alex Williamson
2015-10-19
kvm: Move x86-specific functions into target-i386/kvm.c
Thomas Huth
2015-10-19
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
2015-10-12
target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
2015-10-12
target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLE
Andrey Smetanin
2015-10-12
target-i386/kvm: Hyper-V HV_X64_MSR_RESET support
Andrey Smetanin
2015-10-02
target-i386: get/put MSR_TSC_AUX across reset and migration
Amit Shah
2015-09-16
i386/kvm: Hyper-v crash msrs set/get'ers and migration
Andrey Smetanin
2015-09-16
target-i386: move asm-x86/hyperv.h to standard-headers
Paolo Bonzini
2015-07-07
i386: Introduce ARAT CPU feature
Jan Kiszka
2015-07-06
pc: add SMM property
Paolo Bonzini
2015-07-06
target-i386: register a separate KVM address space including SMRAM regions
Paolo Bonzini
2015-07-06
target-i386: add support for SMBASE MSR and SMIs
Paolo Bonzini
2015-07-01
kvm: First step to push iothread lock out of inner run loop
Jan Kiszka
[next]