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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
hw: hyperv: Initial commit for Synthetic Debugging device
Jon Doron
1
-0
/
+6
2022-04-06
hyperv: Add support to process syndbg commands
Jon Doron
3
-8
/
+126
2022-04-06
hyperv: Add definitions for syndbg
Jon Doron
1
-0
/
+37
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-23
KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processors
Paolo Bonzini
1
-7
/
+12
2022-03-23
i386: Set MCG_STATUS_RIPV bit for mce SRAR error
luofei
1
-1
/
+1
2022-03-23
target/i386/kvm: Free xsave_buf when destroying vCPU
Philippe Mathieu-Daudé
1
-0
/
+2
2022-03-20
target/i386: kvm: do not access uninitialized variable on older kernels
Paolo Bonzini
1
-4
/
+13
2022-03-15
x86: Support XFD and AMX xsave data migration
Zeng Guang
1
-0
/
+18
2022-03-15
x86: add support for KVM_CAP_XSAVE2 and AMX state migration
Jing Liu
1
-15
/
+27
2022-03-15
x86: Add AMX CPUIDs enumeration
Jing Liu
1
-1
/
+3
2022-03-15
x86: Grant AMX permission for guest
Yang Zhong
3
-6
/
+64
2022-03-15
x86: Fix the 64-byte boundary enumeration for extended state
Jing Liu
1
-0
/
+1
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
1
-1
/
+3
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-01-12
KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS
Paolo Bonzini
1
-15
/
+9
2022-01-12
KVM: use KVM_{GET|SET}_SREGS2 when supported.
Maxim Levitsky
1
-2
/
+106
2021-12-17
target/i386/kvm: Replace use of __u32 type
Philippe Mathieu-Daudé
1
-1
/
+1
2021-11-02
KVM: SVM: add migration support for nested TSC scaling
Maxim Levitsky
1
-0
/
+15
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
2
-2
/
+1
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
1
-1
/
+1
2021-10-13
target/i386/kvm: Restrict SEV stubs to x86 architecture
Philippe Mathieu-Daudé
2
-0
/
+24
2021-10-13
target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
Philippe Mathieu-Daudé
1
-1
/
+5
2021-10-01
i386: Make Hyper-V version id configurable
Vitaly Kuznetsov
1
-10
/
+16
2021-10-01
i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
Vitaly Kuznetsov
2
-1
/
+10
2021-10-01
i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()
Vitaly Kuznetsov
1
-3
/
+6
2021-10-01
i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
1
-0
/
+9
2021-10-01
i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
Vitaly Kuznetsov
1
-0
/
+10
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-1
/
+1
2021-09-30
i386: Propagate SGX CPUID sub-leafs to KVM
Sean Christopherson
1
-0
/
+19
2021-09-30
i386: kvm: Add support for exposing PROVISIONKEY to guest
Sean Christopherson
2
-0
/
+31
2021-09-30
i386: Add feature control MSR dependency when SGX is enabled
Sean Christopherson
1
-0
/
+5
2021-09-30
i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
Sean Christopherson
1
-0
/
+22
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
1
-3
/
+3
2021-08-26
i386: Never free migration blocker objects instead of sometimes
Markus Armbruster
1
-3
/
+0
2021-07-29
i386: assert 'cs->kvm_state' is not null
Vitaly Kuznetsov
1
-0
/
+14
2021-07-23
i386: do not call cpudef-only models functions for max, host, base
Claudio Fontana
1
-49
/
+56
2021-07-13
i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges
Vitaly Kuznetsov
2
-0
/
+12
2021-07-13
i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
Vitaly Kuznetsov
1
-5
/
+5
2021-07-13
i386: kill off hv_cpuid_check_and_set()
Vitaly Kuznetsov
1
-68
/
+36
2021-07-13
i386: expand Hyper-V features during CPU feature expansion time
Vitaly Kuznetsov
3
-4
/
+26
2021-07-13
i386: make hyperv_expand_features() return bool
Vitaly Kuznetsov
1
-19
/
+21
2021-07-13
i386: hardcode supported eVMCS version to '1'
Vitaly Kuznetsov
1
-4
/
+35
2021-07-06
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
2
-0
/
+37
2021-07-06
target/i386: Pass buffer and length to XSAVE helper
David Edmondson
1
-6
/
+7
2021-07-06
target/i386: Consolidate the X86XSaveArea offset checks
David Edmondson
1
-39
/
+0
2021-06-25
target/i386: kvm: add support for TSC scaling
Paolo Bonzini
1
-4
/
+8
2021-06-17
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
1
-0
/
+41
2021-06-04
i386: reorder call to cpu_exec_realizefn
Claudio Fontana
1
-2
/
+10
2021-06-02
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...
Peter Maydell
1
-1
/
+1
[next]