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
*
target/i386: Set maximum APIC ID to KVM prior to vCPU creation
Zeng Guang
2022-10-31
3
-0
/
+12
*
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-22
1
-2
/
+1
*
hyperv: fix SynIC SINT assertion failure on guest reset
Maciej S. Szmigiero
2022-10-18
3
-7
/
+22
*
KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-10-11
1
-0
/
+21
*
i386: kvm: Add support for MSR filtering
Alexander Graf
2022-10-11
2
-0
/
+134
*
i386: add notify VM exit support
Chenyi Qiang
2022-10-11
1
-0
/
+98
*
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-10-10
1
-0
/
+4
*
i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
Chenyi Qiang
2022-10-10
1
-0
/
+20
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-04
1
-8
/
+4
|
\
|
*
Drop superfluous conditionals around g_free()
Markus Armbruster
2022-10-04
1
-8
/
+4
*
|
target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...
Ray Zhang
2022-10-01
1
-1
/
+1
|
/
*
i386: do kvm_put_msr_feature_control() first thing when vCPU is reset
Vitaly Kuznetsov
2022-09-01
1
-5
/
+12
*
i386: reset KVM nested state upon CPU reset
Vitaly Kuznetsov
2022-09-01
1
-10
/
+27
*
i386: Hyper-V Direct TLB flush hypercall
Vitaly Kuznetsov
2022-05-25
2
-0
/
+9
*
i386: Hyper-V Support extended GVA ranges for TLB flush hypercalls
Vitaly Kuznetsov
2022-05-25
2
-0
/
+9
*
i386: Hyper-V XMM fast hypercall input feature
Vitaly Kuznetsov
2022-05-25
2
-1
/
+8
*
i386: Hyper-V Enlightened MSR bitmap feature
Vitaly Kuznetsov
2022-05-25
2
-0
/
+12
*
i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES
Vitaly Kuznetsov
2022-05-25
1
-10
/
+15
*
target/i386: Remove LBREn bit check when access Arch LBR MSRs
Yang Weijiang
2022-05-23
1
-12
/
+9
*
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
2022-05-17
1
-1
/
+1
|
\
|
*
target/i386: Fix sanity check on max APIC ID / X2APIC enablement
David Woodhouse
2022-05-16
1
-1
/
+1
*
|
target/i386: Add MSR access interface for Arch LBR
Yang Weijiang
2022-05-14
1
-0
/
+67
*
|
target/i386: Add kvm_get_one_msr helper
Yang Weijiang
2022-05-14
1
-20
/
+26
|
/
*
hw: hyperv: Initial commit for Synthetic Debugging device
Jon Doron
2022-04-06
1
-0
/
+6
*
hyperv: Add support to process syndbg commands
Jon Doron
2022-04-06
3
-8
/
+126
*
hyperv: Add definitions for syndbg
Jon Doron
2022-04-06
1
-0
/
+37
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processors
Paolo Bonzini
2022-03-23
1
-7
/
+12
*
i386: Set MCG_STATUS_RIPV bit for mce SRAR error
luofei
2022-03-23
1
-1
/
+1
*
target/i386/kvm: Free xsave_buf when destroying vCPU
Philippe Mathieu-Daudé
2022-03-23
1
-0
/
+2
*
target/i386: kvm: do not access uninitialized variable on older kernels
Paolo Bonzini
2022-03-20
1
-4
/
+13
*
x86: Support XFD and AMX xsave data migration
Zeng Guang
2022-03-15
1
-0
/
+18
*
x86: add support for KVM_CAP_XSAVE2 and AMX state migration
Jing Liu
2022-03-15
1
-15
/
+27
*
x86: Add AMX CPUIDs enumeration
Jing Liu
2022-03-15
1
-1
/
+3
*
x86: Grant AMX permission for guest
Yang Zhong
2022-03-15
3
-6
/
+64
*
x86: Fix the 64-byte boundary enumeration for extended state
Jing Liu
2022-03-15
1
-0
/
+1
*
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-15
1
-1
/
+3
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
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
[next]