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
*
KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS
Paolo Bonzini
2022-01-12
1
-15
/
+9
*
KVM: use KVM_{GET|SET}_SREGS2 when supported.
Maxim Levitsky
2022-01-12
1
-2
/
+106
*
target/i386/kvm: Replace use of __u32 type
Philippe Mathieu-Daudé
2021-12-17
1
-1
/
+1
*
KVM: SVM: add migration support for nested TSC scaling
Maxim Levitsky
2021-11-02
1
-0
/
+15
*
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
2021-10-13
2
-2
/
+1
*
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
2021-10-13
1
-1
/
+1
*
target/i386/kvm: Restrict SEV stubs to x86 architecture
Philippe Mathieu-Daudé
2021-10-13
2
-0
/
+24
*
target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
Philippe Mathieu-Daudé
2021-10-13
1
-1
/
+5
*
i386: Make Hyper-V version id configurable
Vitaly Kuznetsov
2021-10-01
1
-10
/
+16
*
i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
Vitaly Kuznetsov
2021-10-01
2
-1
/
+10
*
i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()
Vitaly Kuznetsov
2021-10-01
1
-3
/
+6
*
i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
2021-10-01
1
-0
/
+9
*
i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
Vitaly Kuznetsov
2021-10-01
1
-0
/
+10
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-1
/
+1
*
i386: Propagate SGX CPUID sub-leafs to KVM
Sean Christopherson
2021-09-30
1
-0
/
+19
*
i386: kvm: Add support for exposing PROVISIONKEY to guest
Sean Christopherson
2021-09-30
2
-0
/
+31
*
i386: Add feature control MSR dependency when SGX is enabled
Sean Christopherson
2021-09-30
1
-0
/
+5
*
i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
Sean Christopherson
2021-09-30
1
-0
/
+22
*
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
2021-08-26
1
-3
/
+3
*
i386: Never free migration blocker objects instead of sometimes
Markus Armbruster
2021-08-26
1
-3
/
+0
*
i386: assert 'cs->kvm_state' is not null
Vitaly Kuznetsov
2021-07-29
1
-0
/
+14
*
i386: do not call cpudef-only models functions for max, host, base
Claudio Fontana
2021-07-23
1
-49
/
+56
*
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
[next]