index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-3
/
+2
2016-06-16
target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID data
Chao Peng
1
-2
/
+7
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-2
/
+4
2016-05-23
target-i386: kvm: Eliminate kvm_msr_entry_set()
Eduardo Habkost
1
-9
/
+3
2016-05-23
target-i386: kvm: Simplify MSR setting functions
Eduardo Habkost
1
-21
/
+6
2016-05-23
target-i386: kvm: Simplify MSR array construction
Eduardo Habkost
1
-151
/
+140
2016-05-23
target-i386: kvm: Increase MSR_BUF_SIZE
Eduardo Habkost
1
-2
/
+3
2016-05-23
target-i386: kvm: Allocate kvm_msrs struct once per VCPU
Eduardo Habkost
1
-18
/
+19
2016-05-23
target-i386: kvm: Use X86XSaveArea struct for xsave save/load
Eduardo Habkost
1
-40
/
+38
2016-05-23
target-i386: Define structs for layout of xsave area
Eduardo Habkost
1
-0
/
+23
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-1
/
+1
2016-04-05
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
Paolo Bonzini
1
-4
/
+30
2016-04-05
target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set
Paolo Bonzini
1
-0
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-14
hyperv: cpu hotplug fix with HyperV enabled
Denis V. Lunev
1
-0
/
+1
2016-02-13
target-i386: Enable control registers for MPX
Richard Henderson
1
-10
/
+13
2016-02-13
target-i386: Add XSAVE extension
Richard Henderson
1
-4
/
+7
2016-01-29
x86: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-21
target-i386: Add PKU and and OSPKE support
Huaitong Han
1
-0
/
+3
2016-01-21
target-i386: Add support to migrate vcpu's TSC rate
Haozhong Zhang
1
-0
/
+9
2016-01-21
target-i386: Reorganize TSC rate setting code
Haozhong Zhang
1
-7
/
+33
2016-01-21
target-i386: Fallback vcpu's TSC rate to value returned by KVM
Haozhong Zhang
1
-0
/
+14
2016-01-21
target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*
Eduardo Habkost
1
-20
/
+20
2015-12-17
target-i386: kvm: clear unusable segments' flags in migration
Michael Chapman
1
-9
/
+13
2015-12-17
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
1
-2
/
+40
2015-12-17
target-i386/kvm: Hyper-V SynIC timers MSR's support
Andrey Smetanin
1
-1
/
+49
2015-12-17
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
Andrey Smetanin
1
-0
/
+6
2015-12-17
target-i386/kvm: Hyper-V SynIC MSR's support
Andrey Smetanin
1
-1
/
+65
2015-11-26
target-i386: kvm: Print warning when clearing mcg_cap bits
Eduardo Habkost
1
-1
/
+7
2015-11-26
target-i386: kvm: Use env->mcg_cap when setting up MCE
Eduardo Habkost
1
-7
/
+4
2015-11-26
target-i386: kvm: Abort if MCE bank count is not supported by host
Eduardo Habkost
1
-3
/
+6
2015-11-05
kvmclock: add a new function to update env->tsc.
Liang Li
1
-0
/
+45
2015-10-19
kvm: Allow the Hyper-V vendor ID to be specified
Alex Williamson
1
-1
/
+13
2015-10-19
kvm: Move x86-specific functions into target-i386/kvm.c
Thomas Huth
1
-5
/
+26
2015-10-19
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
1
-1
/
+1
2015-10-12
target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
1
-1
/
+20
2015-10-12
target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLE
Andrey Smetanin
1
-1
/
+10
2015-10-12
target-i386/kvm: Hyper-V HV_X64_MSR_RESET support
Andrey Smetanin
1
-2
/
+10
2015-10-02
target-i386: get/put MSR_TSC_AUX across reset and migration
Amit Shah
1
-0
/
+14
2015-09-16
i386/kvm: Hyper-v crash msrs set/get'ers and migration
Andrey Smetanin
1
-1
/
+31
2015-09-16
target-i386: move asm-x86/hyperv.h to standard-headers
Paolo Bonzini
1
-1
/
+1
2015-07-07
i386: Introduce ARAT CPU feature
Jan Kiszka
1
-0
/
+2
2015-07-06
pc: add SMM property
Paolo Bonzini
1
-0
/
+5
2015-07-06
target-i386: register a separate KVM address space including SMRAM regions
Paolo Bonzini
1
-1
/
+40
2015-07-06
target-i386: add support for SMBASE MSR and SMIs
Paolo Bonzini
1
-12
/
+93
2015-07-01
kvm: First step to push iothread lock out of inner run loop
Jan Kiszka
1
-0
/
+24
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-05
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
1
-1
/
+1
2015-06-02
kvm: introduce kvm_arch_msi_data_to_gsi
Eric Auger
1
-0
/
+5
[next]