aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2020-06-06 09:31:54 -0500
committerBrijesh Singh <brijesh.singh@amd.com>2020-06-06 09:31:54 -0500
commita2e3f03e67550fb0a42db0256066844b889ffcea (patch)
treed16091b16d54d16c4f86d4e786b7bacb38aef823 /README.md
parentcd68fbefd9c9470539cf5656074906b3baeca63c (diff)
downloadcachepc-amdsev-a2e3f03e67550fb0a42db0256066844b889ffcea.tar.gz
cachepc-amdsev-a2e3f03e67550fb0a42db0256066844b889ffcea.zip
move to 5.7-rc1
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 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