Message ID | 20220224165625.2175020-1-brijesh.singh@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | Add AMD Secure Nested Paging (SEV-SNP) Guest Support | expand |
On Thu, Feb 24, 2022 at 10:55:40AM -0600, Brijesh Singh wrote: > This part of Secure Encrypted Paging (SEV-SNP) series focuses on the changes > required in a guest OS for SEV-SNP support. So the first 4 are KVM material. Paolo, what's the story here, are you gonna take them and give me an immutable branch or do you have another idea? Thx.
On 3/2/22 15:22, Borislav Petkov wrote: > On Thu, Feb 24, 2022 at 10:55:40AM -0600, Brijesh Singh wrote: >> This part of Secure Encrypted Paging (SEV-SNP) series focuses on the changes >> required in a guest OS for SEV-SNP support. > > So the first 4 are KVM material. > > Paolo, what's the story here, are you gonna take them and give me an > immutable branch or do you have another idea? Sure: https://git.kernel.org/pub/scm/virt/kvm/kvm.git, branch svm-for-snp. $ git log -4 --oneline --reverse 3c95d3fab229 KVM: SVM: Define sev_features and vmpl field in the VMSA 0c86f9cf27f7 KVM: SVM: Create a separate mapping for the SEV-ES save area c5e0ec4c742d KVM: SVM: Create a separate mapping for the GHCB save area 88c955d1fc93 (HEAD -> kvm/svm-for-snp) KVM: SVM: Update the SEV-ES save area mapping Paolo
On Wed, Mar 02, 2022 at 05:09:34PM +0100, Paolo Bonzini wrote: > Sure: https://git.kernel.org/pub/scm/virt/kvm/kvm.git, branch svm-for-snp. > > $ git log -4 --oneline --reverse > 3c95d3fab229 KVM: SVM: Define sev_features and vmpl field in the VMSA > 0c86f9cf27f7 KVM: SVM: Create a separate mapping for the SEV-ES save area > c5e0ec4c742d KVM: SVM: Create a separate mapping for the GHCB save area > 88c955d1fc93 (HEAD -> kvm/svm-for-snp) KVM: SVM: Update the SEV-ES save area mapping Thanks!
On Wed, Mar 02, 2022 at 05:14:57PM +0100, Borislav Petkov wrote: > On Wed, Mar 02, 2022 at 05:09:34PM +0100, Paolo Bonzini wrote: > > Sure: https://git.kernel.org/pub/scm/virt/kvm/kvm.git, branch svm-for-snp. > > > > $ git log -4 --oneline --reverse > > 3c95d3fab229 KVM: SVM: Define sev_features and vmpl field in the VMSA > > 0c86f9cf27f7 KVM: SVM: Create a separate mapping for the SEV-ES save area > > c5e0ec4c742d KVM: SVM: Create a separate mapping for the GHCB save area > > 88c955d1fc93 (HEAD -> kvm/svm-for-snp) KVM: SVM: Update the SEV-ES save area mapping > > Thanks! Err, wasn't this supposed to go to Linus this merge window? I don't see it...