[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220322172449.235575-1-mlevitsk@redhat.com>
Date: Tue, 22 Mar 2022 19:24:41 +0200
From: Maxim Levitsky <mlevitsk@...hat.com>
To: kvm@...r.kernel.org
Cc: Jim Mattson <jmattson@...gle.com>,
Paolo Bonzini <pbonzini@...hat.com>,
Wanpeng Li <wanpengli@...cent.com>,
Borislav Petkov <bp@...en8.de>, Joerg Roedel <joro@...tes.org>,
Ingo Molnar <mingo@...hat.com>,
Suravee Suthikulpanit <suravee.suthikulpanit@....com>,
x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>,
Dave Hansen <dave.hansen@...ux.intel.com>,
linux-kernel@...r.kernel.org,
Sean Christopherson <seanjc@...gle.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Maxim Levitsky <mlevitsk@...hat.com>
Subject: [PATCH 0/8] SVM fixes + refactoring
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
Powered by blists - more mailing lists