Those are few bug fixes which are in my patch queue, rebased against current kvm/queue. Best regards, Maxim Levitsky Maxim Levitsky (8): KVM: x86: avoid loading a vCPU after .vm_destroy was called KVM: x86: SVM: use vmcb01 in avic_init_vmcb and init_vmcb kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense KVM: x86: SVM: fix avic spec based definitions again KVM: x86: SVM: move tsc ratio definitions to svm.h kvm: x86: SVM: remove unused defines KVM: x86: SVM: fix tsc scaling when the host doesn't support it KVM: x86: SVM: remove vgif_enabled() arch/x86/include/asm/svm.h | 14 ++- arch/x86/kvm/svm/avic.c | 2 +- arch/x86/kvm/svm/nested.c | 179 +++++++++++++++++++------------------ arch/x86/kvm/svm/svm.c | 46 ++++------ arch/x86/kvm/svm/svm.h | 23 +---- arch/x86/kvm/vmx/vmx.c | 7 +- arch/x86/kvm/x86.c | 14 +-- 7 files changed, 134 insertions(+), 151 deletions(-) -- 2.26.3