From a2e3f03e67550fb0a42db0256066844b889ffcea Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Sat, 6 Jun 2020 09:31:54 -0500 Subject: move to 5.7-rc1 --- README.md | 11 +++++------ stable-commits | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a4a9580..4481a7c 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,10 @@ Reboot the host and choose SNP kernel from the grub menu. Run the following command to verify that SNP is enabled in the host. ```` -# dmesg | grep -i rmp -SVM: SNP: RMP physical range 0x0000000098500000 - 0x00000000a89fffff -SVM: SNP: RMP table 0xffffa07000000000+0x104fffff -SVM: SNP: SYSCFG MEM_ENCRYPT: enabled SNP_EN: enabled VMPL_EN: enabled RMP_BASE: 0x98500000 RMP_END: 0xa89fffff -SVM: SNP: rmp setup completed! +# dmesg | grep -i snp +ccp 0000:42:00.1: snp enabled +SEV-SNP API:0.31 build:43 +SEV-SNP supported: 99 ASIDs # cat /sys/module/kvm_amd/parameters/sev 1 @@ -57,7 +56,7 @@ Once the guest is booted, run the following command inside the guest VM to verif ```` $ dmesg | grep -i snp -AMD Secure Nested Paging (SEV-SNP) active +AMD Memory Encryption Features active: SEV SEV-ES SEV-SNP ```` ## Reference diff --git a/stable-commits b/stable-commits index a974fa1..ec3f6cd 100644 --- a/stable-commits +++ b/stable-commits @@ -4,7 +4,7 @@ # hypervisor commit KERNEL_GIT_URL="https://github.com/AMDESE/linux.git" -KERNEL_BRANCH="sev-es-5.6-v1+snp" +KERNEL_BRANCH="sev-es-5.7-v1+snp" # qemu commit QEMU_GIT_URL="https://github.com/AMDESE/qemu.git" -- cgit v1.2.3-71-gd317