From 1f418a1c4480cef90b8596ae17bdca9cc7ca1b88 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 27 Jan 2023 00:01:09 +0100 Subject: 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. --- test/kvm-eviction.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/kvm-eviction.c') 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) { -- cgit v1.2.3-71-gd317