index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
i386
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges
Vitaly Kuznetsov
2021-07-13
2
-0
/
+12
*
i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
Vitaly Kuznetsov
2021-07-13
1
-5
/
+5
*
i386: kill off hv_cpuid_check_and_set()
Vitaly Kuznetsov
2021-07-13
1
-68
/
+36
*
i386: expand Hyper-V features during CPU feature expansion time
Vitaly Kuznetsov
2021-07-13
3
-4
/
+26
*
i386: make hyperv_expand_features() return bool
Vitaly Kuznetsov
2021-07-13
1
-19
/
+21
*
i386: hardcode supported eVMCS version to '1'
Vitaly Kuznetsov
2021-07-13
1
-4
/
+35
*
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
2021-07-06
2
-0
/
+37
*
target/i386: Pass buffer and length to XSAVE helper
David Edmondson
2021-07-06
1
-6
/
+7
*
target/i386: Consolidate the X86XSaveArea offset checks
David Edmondson
2021-07-06
1
-39
/
+0
*
target/i386: kvm: add support for TSC scaling
Paolo Bonzini
2021-06-25
1
-4
/
+8
*
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
2021-06-17
1
-0
/
+41
*
i386: reorder call to cpu_exec_realizefn
Claudio Fontana
2021-06-04
1
-2
/
+10
*
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...
Peter Maydell
2021-06-02
1
-1
/
+1
|
\
|
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
|
i386: use global kvm_state in hyperv_enabled() check
Vitaly Kuznetsov
2021-05-31
1
-2
/
+1
*
|
i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's one
Vitaly Kuznetsov
2021-05-31
1
-4
/
+13
*
|
i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array size
Vitaly Kuznetsov
2021-05-31
1
-1
/
+2
*
|
i386: switch hyperv_expand_features() to using error_setg()
Vitaly Kuznetsov
2021-05-31
1
-40
/
+61
*
|
i386: move eVMCS enablement to hyperv_init_vcpu()
Vitaly Kuznetsov
2021-05-31
1
-23
/
+37
*
|
i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_f...
Vitaly Kuznetsov
2021-05-31
1
-10
/
+24
*
|
i386: introduce hv_cpuid_cache
Vitaly Kuznetsov
2021-05-31
1
-53
/
+56
*
|
i386: drop FEAT_HYPERV feature leaves
Vitaly Kuznetsov
2021-05-31
1
-72
/
+36
*
|
i386: introduce hv_cpuid_get_host()
Vitaly Kuznetsov
2021-05-31
1
-45
/
+57
*
|
i386: introduce hyperv_feature_supported()
Vitaly Kuznetsov
2021-05-31
1
-19
/
+30
*
|
i386: stop using env->features[] for filling Hyper-V CPUIDs
Vitaly Kuznetsov
2021-05-31
1
-38
/
+42
*
|
i386: always fill Hyper-V CPUID feature leaves from X86CPU data
Vitaly Kuznetsov
2021-05-31
1
-9
/
+0
*
|
i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough
Vitaly Kuznetsov
2021-05-31
1
-5
/
+1
*
|
i386: keep hyperv_vendor string up-to-date
Vitaly Kuznetsov
2021-05-31
1
-0
/
+5
*
|
i386: Document when features can be added to kvm_default_props
Eduardo Habkost
2021-05-31
1
-0
/
+5
|
/
*
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
2021-05-10
1
-2
/
+2
*
i386: split cpu accelerators from cpu.c, using AccelCPUClass
Claudio Fontana
2021-05-10
4
-2
/
+200
*
i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...
Vitaly Kuznetsov
2021-03-19
1
-0
/
+1
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
KVM: x86: do not fail if software breakpoint has already been removed
Paolo Bonzini
2021-03-06
1
-2
/
+7
*
kvm/i386: Use a per-VM check for SMM capability
Tom Lendacky
2021-02-16
1
-1
/
+1
*
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
2021-02-16
1
-0
/
+6
*
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
2021-02-16
1
-0
/
+2
*
target/i386: Add support for save/load IA32_PKRS MSR
Chenyi Qiang
2021-02-08
1
-0
/
+13
*
confidential guest support: Move SEV initialization into arch specific code
David Gibson
2021-02-08
1
-0
/
+20
*
i386: move hyperv_limits initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
1
-1
/
+12
*
i386: move hyperv_version_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
1
-2
/
+12
*
i386: move hyperv_interface_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
1
-6
/
+12
*
i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
1
-15
/
+10
*
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-16
10
-0
/
+5213