summaryrefslogtreecommitdiffstats
path: root/test/kvm-eviction.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-27 00:01:09 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-27 00:55:29 +0100
commit1f418a1c4480cef90b8596ae17bdca9cc7ca1b88 (patch)
treeb0358e4febd22c65612c80fa93cfaeb0a3510053 /test/kvm-eviction.c
parent5e21196a9c7ee8eee921d74f6b5eef2f1980ec97 (diff)
downloadcachepc-1f418a1c4480cef90b8596ae17bdca9cc7ca1b88.tar.gz
cachepc-1f418a1c4480cef90b8596ae17bdca9cc7ca1b88.zip
Added initial qemu-eviction and qemu-pagestep
Qemu-eviction seems to get stuck somewhere, potentially in the VC-handler(?) since we use the active gfn after resuming execution. Added qemu-pagestep to show viability of page-stepping for later use.
Diffstat (limited to 'test/kvm-eviction.c')
-rw-r--r--test/kvm-eviction.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/kvm-eviction.c b/test/kvm-eviction.c
index 02830fd..efb9554 100644
--- a/test/kvm-eviction.c
+++ b/test/kvm-eviction.c
@@ -15,9 +15,6 @@
#define SAMPLE_COUNT 64
-#define TARGET_CORE 2
-#define SECONDARY_CORE 3
-
void
collect(struct kvm *kvm, uint8_t *counts)
{