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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59143c9..f346907 100755 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ BINS = test/eviction test/kvm-eviction BINS += test/kvm-eviction-with_guest test/kvm-eviction-without_guest BINS += test/kvm-step test/kvm-step_guest BINS += test/kvm-pagestep test/kvm-pagestep_guest +BINS += test/qemu-pagestep BINS += test/qemu-eviction test/qemu-eviction_guest # BINS += test/qemu-aes_guest test/qemu-aes BINS += util/debug util/reset -- cgit v1.2.3-71-gd317