summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-10 17:08:18 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-10 17:08:18 +0100
commitb0f48d2b2cc7ec0e19ce0e16dc59e9169b63b0e0 (patch)
tree129be4fe718c1dc6d37938271f30064a018aee2f /README
parent252b11a01e061fd17821e53a41c8451a1d2c27bd (diff)
downloadcachepc-b0f48d2b2cc7ec0e19ce0e16dc59e9169b63b0e0.tar.gz
cachepc-b0f48d2b2cc7ec0e19ce0e16dc59e9169b63b0e0.zip
Stash fixups
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index b099683..cacc658 100644
--- a/README
+++ b/README
@@ -43,3 +43,11 @@ test/qemu-poc:
Demonstrate that AES encryption keys can be leaked from an
unmodified qemu-based linux guest.
+Testing was done on a bare-metal AMD EPYC 72F3 (Family 0x19, Model 0x01).
+
+To successfully build and load the kvm.ko and kvm-amd.ko modules, ensure
+that a host kernel debian package was built using `make host`.
+
+Note: because of bad decisions made in regards to version control,
+the checked out commit of the modified kernel (previously the
+kernel patch file) might be incorrect for older revisions.