summaryrefslogtreecommitdiffstats
path: root/test/sevstep.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sevstep.c')
-rw-r--r--test/sevstep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sevstep.c b/test/sevstep.c
index 907a773..259010e 100644
--- a/test/sevstep.c
+++ b/test/sevstep.c
@@ -15,7 +15,7 @@ main(int argc, const char **argv)
track_all_pages_t tracking;
int ret, fd;
- fd = open("/proc/cachepc", O_RDONLY);
+ fd = open("/dev/kvm", O_RDONLY);
if (!fd) err(1, "open");
tracking.track_mode = KVM_PAGE_TRACK_ACCESS;