summaryrefslogtreecommitdiffstats
path: root/test/kvm.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-10-05 15:33:22 +0200
committerLouis Burda <quent.burda@gmail.com>2022-10-05 15:33:32 +0200
commitda76c11f2059a8696a3df41844d49f82e6988843 (patch)
tree908ee65da099e713b6986434472485f57d6a00ea /test/kvm.c
parent58d8565f015f9e06e1e51a0fe4654b966b2c27c0 (diff)
downloadcachepc-da76c11f2059a8696a3df41844d49f82e6988843.tar.gz
cachepc-da76c11f2059a8696a3df41844d49f82e6988843.zip
Fix uapi types and expose KVM_TRACK enum
Diffstat (limited to 'test/kvm.c')
-rw-r--r--test/kvm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/kvm.c b/test/kvm.c
index cd0dd4d..20ac005 100644
--- a/test/kvm.c
+++ b/test/kvm.c
@@ -46,12 +46,6 @@ extern uint8_t __stop_guest_with[];
extern uint8_t __start_guest_without[];
extern uint8_t __stop_guest_without[];
-static bool ready = false;
-static bool processed = false;
-
-static ssize_t sysret;
-static pid_t victim_pid;
-
static struct kvm kvm;
static struct kvm_run *kvm_run;