aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshish Kalra <ashish.kalra@amd.com>2022-07-14 20:40:23 +0000
committerAshish Kalra <ashish.kalra@amd.com>2022-07-14 20:40:23 +0000
commit18dc34486213f66bd27cdd1caf4628c4246bc913 (patch)
tree2265a4e3f5f5e2f678a7e40de388a7cb77671c88
parent748814df9fff25633796f15dcce3fa185d5ea576 (diff)
downloadcachepc-amdsev-18dc34486213f66bd27cdd1caf4628c4246bc913.tar.gz
cachepc-amdsev-18dc34486213f66bd27cdd1caf4628c4246bc913.zip
Updates to latest commits
Update the stable-commits and README to reflect the latest versions of the SNP support. Now both Host and Guest kernel branches are the same as SNP Guest support has been merged upstream. Signed-off-by: Ashish Kalra <ashish.kalra@amd.com>
-rw-r--r--README.md2
-rw-r--r--stable-commits4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8c95453..bd87f77 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Run the following commands to verify that SNP is enabled in the host.
````
# uname -r
-5.14.0-rc2-snp-host
+5.19.0-rc6-sev-es-snp+
# dmesg | grep -i -e rmp -e sev
SEV-SNP: RMP table physical address 0x0000000035600000 - 0x0000000075bfffff
diff --git a/stable-commits b/stable-commits
index 9838370..e0845ba 100644
--- a/stable-commits
+++ b/stable-commits
@@ -4,8 +4,8 @@
# hypervisor commit
KERNEL_GIT_URL="https://github.com/AMDESE/linux.git"
-KERNEL_HOST_BRANCH="sev-snp-part2-v6"
-KERNEL_GUEST_BRANCH="sev-snp-v12"
+KERNEL_HOST_BRANCH="sev-snp-iommu-avic_5.19-rc6_v3"
+KERNEL_GUEST_BRANCH="sev-snp-iommu-avic_5.19-rc6_v3"
# qemu commit
QEMU_GIT_URL="https://github.com/AMDESE/qemu.git"