summaryrefslogtreecommitdiffstats
path: root/test/kvm.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-10-05 15:05:19 +0200
committerLouis Burda <quent.burda@gmail.com>2022-10-05 15:05:19 +0200
commit58d8565f015f9e06e1e51a0fe4654b966b2c27c0 (patch)
treee862ba1491cb114be46e98022ce8feaf98f8eca2 /test/kvm.c
parent8b1535789509812763de132f877b596d01861714 (diff)
downloadcachepc-58d8565f015f9e06e1e51a0fe4654b966b2c27c0.tar.gz
cachepc-58d8565f015f9e06e1e51a0fe4654b966b2c27c0.zip
Refactor sevstep kernel patch into repository
Diffstat (limited to 'test/kvm.c')
-rw-r--r--[-rwxr-xr-x]test/kvm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/kvm.c b/test/kvm.c
index 42d7f5a..cd0dd4d 100755..100644
--- a/test/kvm.c
+++ b/test/kvm.c
@@ -1,7 +1,6 @@
-/* for CPU_ZERO macros.. */
#define _GNU_SOURCE
-#include "cachepc_user.h"
+#include "cachepc/uapi.h"
#include <linux/kvm.h>
#include <sys/syscall.h>