Age | Commit message (Expand) | Author |
2019-08-20 | x86: Intel AVX512_BF16 feature enabling | Jing Liu |
2019-08-20 | i386/kvm: initialize struct at full before ioctl call | Andrey Shinkevich |
2019-08-20 | target-i386: kvm: 'kvm_get_supported_msrs' cleanup | Li Qiang |
2019-08-20 | kvm: i386: halt poll control MSR support | Marcelo Tosatti |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-24 | i386/kvm: Do not sync nested state during runtime | Jan Kiszka |
2019-07-19 | target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM | Paolo Bonzini |
2019-07-19 | target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ... | Liran Alon |
2019-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-07-05 | i386/kvm: Fix build with -m32 | Max Reitz |
2019-07-05 | target/i386: Add CPUID.1F generation support for multi-dies PCMachine | Like Xu |
2019-06-21 | target/i386: kvm: Add nested migration blocker only when kernel lacks require... | Liran Alon |
2019-06-21 | target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD | Liran Alon |
2019-06-21 | target/i386: kvm: Add support for save and restore nested state | Liran Alon |
2019-06-21 | target/i386: kvm: Block migration for vCPUs exposed with nested virtualization | Liran Alon |
2019-06-21 | target/i386: kvm: Re-inject #DB to guest with updated DR6 | Liran Alon |
2019-06-21 | target/i386: kvm: Use symbolic constant for #DB/#BP exception constants | Liran Alon |
2019-06-21 | KVM: Introduce kvm_arch_destroy_vcpu() | Liran Alon |
2019-06-21 | target/i386: kvm: Delete VMX migration blocker on vCPU init failure | Liran Alon |
2019-06-21 | target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY | Xiaoyao Li |
2019-06-21 | i386/kvm: add support for Direct Mode for Hyper-V synthetic timers | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: hv-evmcs requires hv-vapic | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: hv-tlbflush/ipi require hv-vpindex | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: hv-stimer requires hv-time and hv-synic | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: implement 'hv-passthrough' mode | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties() | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUID | Vitaly Kuznetsov |
2019-06-21 | i386/kvm: convert hyperv enlightenments properties from bools to bits | Vitaly Kuznetsov |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-03-20 | i386: kvm: Disable arch_capabilities if MSR can't be set | Eduardo Habkost |
2019-02-05 | contrib/vhost-user-blk: fix the compilation issue | Peter Xu |
2019-01-14 | i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E... | Vitaly Kuznetsov |
2018-12-11 | target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKED | Peter Maydell |
2018-11-27 | migration: savevm: consult migration blockers | Paolo Bonzini |
2018-11-27 | target/i386: kvm: add VMX migration blocker | Paolo Bonzini |
2018-11-26 | kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES support | Bandan Das |
2018-11-06 | x86: hv_evmcs CPU flag support | Vitaly Kuznetsov |
2018-10-30 | x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIES | Robert Hoo |
2018-10-30 | kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl | Robert Hoo |
2018-10-19 | target/i386: kvm: just return after migrate_add_blocker failed | Li Qiang |
2018-10-19 | hyperv: only add SynIC in compatible configurations | Roman Kagan |
2018-10-19 | hyperv: qom-ify SynIC | Roman Kagan |
2018-10-19 | hyperv:synic: split capability testing and setting | Roman Kagan |
2018-10-19 | hyperv: factor out arch-independent API into hw/hyperv | Roman Kagan |
2018-10-19 | i386/kvm: add support for Hyper-V IPI send | Vitaly Kuznetsov |
2018-10-19 | target-i386: kvm: do not initialize padding fields | Paolo Bonzini |
2018-10-02 | i386: Compile CPUX86State xsave_buf only when support KVM or HVF | Liran Alon |
2018-10-02 | kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less case | Jan Kiszka |