Re: [PATCH v13 00/12] Add AMD SEV guest live migration support

2021-04-20 Thread Borislav Petkov
On Tue, Apr 20, 2021 at 09:08:26PM +0200, Paolo Bonzini wrote: > Yup, for now it's all at kvm/queue and it will land in kvm/next tomorrow > (hopefully). The guest interface patches in KVM are very near the top. Thx, I'll have a look tomorrow. -- Regards/Gruss, Boris.

Re: [PATCH v13 00/12] Add AMD SEV guest live migration support

2021-04-20 Thread Paolo Bonzini
On 20/04/21 20:51, Borislav Petkov wrote: Hey Paolo, On Tue, Apr 20, 2021 at 01:11:31PM +0200, Paolo Bonzini wrote: I have queued patches 1-6. For patches 8 and 10 I will post my own version based on my review and feedback. can you pls push that tree up to here to a branch somewhere so that

Re: [PATCH v13 00/12] Add AMD SEV guest live migration support

2021-04-20 Thread Borislav Petkov
Hey Paolo, On Tue, Apr 20, 2021 at 01:11:31PM +0200, Paolo Bonzini wrote: > I have queued patches 1-6. > > For patches 8 and 10 I will post my own version based on my review and > feedback. can you pls push that tree up to here to a branch somewhere so that ... > For guest patches, please

Re: [PATCH v13 00/12] Add AMD SEV guest live migration support

2021-04-20 Thread Paolo Bonzini
On 15/04/21 17:52, Ashish Kalra wrote: From: Ashish Kalra The series add support for AMD SEV guest live migration commands. To protect the confidentiality of an SEV protected guest memory while in transit we need to use the SEV commands defined in SEV API spec [1]. SEV guest VMs have the

Re: [PATCH v13 00/12] Add AMD SEV guest live migration support

2021-04-19 Thread Ashish Kalra
On Fri, Apr 16, 2021 at 02:43:48PM -0700, Steve Rutherford wrote: > On Thu, Apr 15, 2021 at 8:52 AM Ashish Kalra wrote: > > > > From: Ashish Kalra > > > > The series add support for AMD SEV guest live migration commands. To > > protect the > > confidentiality of an SEV protected guest memory

Re: [PATCH v13 00/12] Add AMD SEV guest live migration support

2021-04-16 Thread Steve Rutherford
On Thu, Apr 15, 2021 at 8:52 AM Ashish Kalra wrote: > > From: Ashish Kalra > > The series add support for AMD SEV guest live migration commands. To protect > the > confidentiality of an SEV protected guest memory while in transit we need to > use the SEV commands defined in SEV API spec [1]. >