Age | Commit message (Expand) | Author |
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 |
2018-08-23 | KVM: cleanup unnecessary #ifdef KVM_CAP_... | Paolo Bonzini |
2018-07-16 | hyperv: ensure VP index equal to QEMU cpu_index | Roman Kagan |
2018-07-02 | i386/kvm: add support for Hyper-V TLB flush | Vitaly Kuznetsov |
2018-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-29 | i386/cpu: make -cpu host support monitor/mwait | Michael S. Tsirkin |
2018-06-28 | kvm: support -overcommit cpu-pm=on|off | Michael S. Tsirkin |
2018-06-27 | compiler: add a sizeof_field() macro | Stefan Hajnoczi |
2018-06-22 | i386: Allow TOPOEXT to be enabled on older kernels | Babu Moger |
2018-06-08 | i386: Populate AMD Processor Cache Information for cpuid 0x8000001D | Babu Moger |
2018-06-01 | target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIME | Peter Maydell |
2018-06-01 | target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATED | Peter Maydell |
2018-05-31 | target/i386: Do not include "exec/ioport.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-23 | x86/cpu: use standard-headers/asm-x86.kvm_para.h | Michael S. Tsirkin |
2018-05-21 | i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639) | Konrad Rzeszutek Wilk |
2018-05-11 | i386/kvm: add support for Hyper-V reenlightenment MSRs | Vitaly Kuznetsov |