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
2019-07-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+4
2019-07-05
i386/kvm: Fix build with -m32
Max Reitz
1
-3
/
+4
2019-07-05
target/i386: Add CPUID.1F generation support for multi-dies PCMachine
Like Xu
1
-0
/
+12
2019-06-21
target/i386: kvm: Add nested migration blocker only when kernel lacks require...
Liran Alon
1
-2
/
+7
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
1
-16
/
+85
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
1
-0
/
+80
2019-06-21
target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
Liran Alon
1
-7
/
+7
2019-06-21
target/i386: kvm: Re-inject #DB to guest with updated DR6
Liran Alon
1
-0
/
+3
2019-06-21
target/i386: kvm: Use symbolic constant for #DB/#BP exception constants
Liran Alon
1
-4
/
+4
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
1
-0
/
+12
2019-06-21
target/i386: kvm: Delete VMX migration blocker on vCPU init failure
Liran Alon
1
-2
/
+5
2019-06-21
target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
Xiaoyao Li
1
-0
/
+9
2019-06-21
i386/kvm: add support for Direct Mode for Hyper-V synthetic timers
Vitaly Kuznetsov
1
-0
/
+9
2019-06-21
i386/kvm: hv-evmcs requires hv-vapic
Vitaly Kuznetsov
1
-1
/
+2
2019-06-21
i386/kvm: hv-tlbflush/ipi require hv-vpindex
Vitaly Kuznetsov
1
-2
/
+4
2019-06-21
i386/kvm: hv-stimer requires hv-time and hv-synic
Vitaly Kuznetsov
1
-4
/
+19
2019-06-21
i386/kvm: implement 'hv-passthrough' mode
Vitaly Kuznetsov
1
-14
/
+75
2019-06-21
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
Vitaly Kuznetsov
1
-73
/
+90
2019-06-21
i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUID
Vitaly Kuznetsov
1
-118
/
+356
2019-06-21
i386/kvm: convert hyperv enlightenments properties from bools to bits
Vitaly Kuznetsov
1
-49
/
+34
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-03-20
i386: kvm: Disable arch_capabilities if MSR can't be set
Eduardo Habkost
1
-0
/
+9
2019-02-05
contrib/vhost-user-blk: fix the compilation issue
Peter Xu
1
-3
/
+11
2019-01-14
i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...
Vitaly Kuznetsov
1
-40
/
+45
2018-12-11
target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKED
Peter Maydell
1
-1
/
+9
2018-11-27
migration: savevm: consult migration blockers
Paolo Bonzini
1
-3
/
+0
2018-11-27
target/i386: kvm: add VMX migration blocker
Paolo Bonzini
1
-0
/
+12
2018-11-26
kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES support
Bandan Das
1
-8
/
+7
2018-11-06
x86: hv_evmcs CPU flag support
Vitaly Kuznetsov
1
-2
/
+28
2018-10-30
x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES
Robert Hoo
1
-0
/
+11
2018-10-30
kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
Robert Hoo
1
-0
/
+80
2018-10-19
target/i386: kvm: just return after migrate_add_blocker failed
Li Qiang
1
-1
/
+1
2018-10-19
hyperv: only add SynIC in compatible configurations
Roman Kagan
1
-8
/
+22
2018-10-19
hyperv: qom-ify SynIC
Roman Kagan
1
-0
/
+9
2018-10-19
hyperv:synic: split capability testing and setting
Roman Kagan
1
-4
/
+16
2018-10-19
hyperv: factor out arch-independent API into hw/hyperv
Roman Kagan
1
-2
/
+3
2018-10-19
i386/kvm: add support for Hyper-V IPI send
Vitaly Kuznetsov
1
-1
/
+13
2018-10-19
target-i386: kvm: do not initialize padding fields
Paolo Bonzini
1
-2
/
+0
2018-10-02
i386: Compile CPUX86State xsave_buf only when support KVM or HVF
Liran Alon
1
-3
/
+3
2018-10-02
kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less case
Jan Kiszka
1
-0
/
+4
2018-08-23
KVM: cleanup unnecessary #ifdef KVM_CAP_...
Paolo Bonzini
1
-8
/
+0
2018-07-16
hyperv: ensure VP index equal to QEMU cpu_index
Roman Kagan
1
-0
/
+47
2018-07-02
i386/kvm: add support for Hyper-V TLB flush
Vitaly Kuznetsov
1
-1
/
+14
2018-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+32
2018-06-29
i386/cpu: make -cpu host support monitor/mwait
Michael S. Tsirkin
1
-0
/
+9
2018-06-28
kvm: support -overcommit cpu-pm=on|off
Michael S. Tsirkin
1
-0
/
+23
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
1
-1
/
+1
2018-06-22
i386: Allow TOPOEXT to be enabled on older kernels
Babu Moger
1
-0
/
+7
2018-06-08
i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
Babu Moger
1
-3
/
+26
2018-06-01
target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIME
Peter Maydell
1
-5
/
+0
[next]