summaryrefslogtreecommitdiffstats
path: root/test/kvm-eviction-without_guest.S
diff options
context:
space:
mode:
Diffstat (limited to 'test/kvm-eviction-without_guest.S')
-rw-r--r--test/kvm-eviction-without_guest.S12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/kvm-eviction-without_guest.S b/test/kvm-eviction-without_guest.S
new file mode 100644
index 0000000..896a933
--- /dev/null
+++ b/test/kvm-eviction-without_guest.S
@@ -0,0 +1,12 @@
+#include "test/kvm-eviction.h"
+#include "cachepc/const.h"
+
+.text
+.align(16)
+.code16gcc
+
+guest:
+ hlt
+
+ jmp guest
+