From 65daf1cb353f4ba5e2f08ccbce6b0d5220b0099a Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Tue, 24 Jan 2023 16:17:45 +0100 Subject: Create flat binaries to support more complex guests --- test/kvm-eviction-without_guest.S | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/kvm-eviction-without_guest.S (limited to 'test/kvm-eviction-without_guest.S') 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 + -- cgit v1.2.3-71-gd317