diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2020-06-06 09:31:54 -0500 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2020-06-06 09:31:54 -0500 |
| commit | a2e3f03e67550fb0a42db0256066844b889ffcea (patch) | |
| tree | d16091b16d54d16c4f86d4e786b7bacb38aef823 | |
| parent | cd68fbefd9c9470539cf5656074906b3baeca63c (diff) | |
| download | cachepc-amdsev-a2e3f03e67550fb0a42db0256066844b889ffcea.tar.gz cachepc-amdsev-a2e3f03e67550fb0a42db0256066844b889ffcea.zip | |
move to 5.7-rc1
| -rw-r--r-- | README.md | 11 | ||||
| -rw-r--r-- | stable-commits | 2 |
2 files changed, 6 insertions, 7 deletions
@@ -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" |
