mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ashish Kalra <ashish.kalra@amd.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Joerg Roedel <joro@8bytes.org>,
	Sean Christopherson <sean.j.christopherson@intel.com>,
	Vitaly Kuznetsov <vkuznets@redhat.com>,
	Wanpeng Li <wanpengli@tencent.com>,
	Jim Mattson <jmattson@google.com>,
	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
	Tom Lendacky <thomas.lendacky@amd.com>,
	Brijesh Singh <brijesh.singh@amd.com>,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] KVM: SVM: Move and split up svm.c
Date: Tue, 24 Mar 2020 17:56:24 +0000	[thread overview]
Message-ID: <20200324175624.GA20121@ashkalra_ubuntu_server> (raw)
In-Reply-To: <33af4430-e19d-c414-3e78-bcbc69d5bfb7@redhat.com>

Hello Paolo,

I am going to submit v5 of the SEV live migration patch-set in a
couple of days and my patch-set is based on the single svm.c
file, so do i need to rebase my patch-set gainst this queued 
patch ?

Thanks,
Ashish

On Tue, Mar 24, 2020 at 12:33:17PM +0100, Paolo Bonzini wrote:
> On 24/03/20 10:41, Joerg Roedel wrote:
> > Hi,
> > 
> > here is a patch-set agains kvm/queue which moves svm.c into its own
> > subdirectory arch/x86/kvm/svm/ and splits moves parts of it into
> > separate source files:
> > 
> > 	- The parts related to nested SVM to nested.c
> > 
> > 	- AVIC implementation to avic.c
> > 
> > 	- The SEV parts to sev.c
> > 
> > I have tested the changes in a guest with and without SEV.
> > 
> > Please review.
> > 
> > Thanks,
> > 
> > 	Joerg
> > 
> > Joerg Roedel (4):
> >   kVM SVM: Move SVM related files to own sub-directory
> >   KVM: SVM: Move Nested SVM Implementation to nested.c
> >   KVM: SVM: Move AVIC code to separate file
> >   KVM: SVM: Move SEV code to separate file
> > 
> >  arch/x86/kvm/Makefile                 |    2 +-
> >  arch/x86/kvm/svm/avic.c               | 1025 ++++
> >  arch/x86/kvm/svm/nested.c             |  823 ++++
> >  arch/x86/kvm/{pmu_amd.c => svm/pmu.c} |    0
> >  arch/x86/kvm/svm/sev.c                | 1178 +++++
> >  arch/x86/kvm/{ => svm}/svm.c          | 6546 ++++++-------------------
> >  arch/x86/kvm/svm/svm.h                |  491 ++
> >  7 files changed, 5106 insertions(+), 4959 deletions(-)
> >  create mode 100644 arch/x86/kvm/svm/avic.c
> >  create mode 100644 arch/x86/kvm/svm/nested.c
> >  rename arch/x86/kvm/{pmu_amd.c => svm/pmu.c} (100%)
> >  create mode 100644 arch/x86/kvm/svm/sev.c
> >  rename arch/x86/kvm/{ => svm}/svm.c (56%)
> >  create mode 100644 arch/x86/kvm/svm/svm.h
> > 
> 
> Queued, thanks (only cursorily reviewed for now).
> 
> Paolo
> 

  reply	other threads:[~2020-03-24 17:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24  9:41 Joerg Roedel
2020-03-24  9:41 ` [PATCH 1/4] kVM SVM: Move SVM related files to own sub-directory Joerg Roedel
2020-03-24  9:41 ` [PATCH 2/4] KVM: SVM: Move Nested SVM Implementation to nested.c Joerg Roedel
2020-03-24 19:02   ` Vitaly Kuznetsov
2020-03-25 12:32     ` Joerg Roedel
2020-03-24  9:41 ` [PATCH 3/4] KVM: SVM: Move AVIC code to separate file Joerg Roedel
2020-03-24  9:41 ` [PATCH 4/4] KVM: SVM: Move SEV " Joerg Roedel
2020-03-24 11:33 ` [PATCH 0/4] KVM: SVM: Move and split up svm.c Paolo Bonzini
2020-03-24 17:56   ` Ashish Kalra [this message]
2020-03-24 18:30 ` Sean Christopherson
2020-03-24 18:42   ` Jim Mattson
2020-03-24 18:55     ` Sean Christopherson
2020-03-25 13:49       ` Paolo Bonzini
2020-03-25 12:31   ` Joerg Roedel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200324175624.GA20121@ashkalra_ubuntu_server \
    --to=ashish.kalra@amd.com \
    --cc=brijesh.singh@amd.com \
    --cc=jmattson@google.com \
    --cc=joro@8bytes.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=sean.j.christopherson@intel.com \
    --cc=suravee.suthikulpanit@amd.com \
    --cc=thomas.lendacky@amd.com \
    --cc=vkuznets@redhat.com \
    --cc=wanpengli@tencent.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®