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_guest.S | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test/kvm-eviction_guest.S (limited to 'test/kvm-eviction_guest.S') diff --git a/test/kvm-eviction_guest.S b/test/kvm-eviction_guest.S deleted file mode 100644 index 16a07a5..0000000 --- a/test/kvm-eviction_guest.S +++ /dev/null @@ -1,26 +0,0 @@ -#include "test/kvm-eviction.h" -#include "cachepc/const.h" - -.global guest_with_start -.global guest_with_stop - -.global guest_without_start -.global guest_without_stop - -.align(16) -.code16gcc - -guest_with_start: - mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %bx - movb (%bx), %bl - hlt - - mov $0x00, %ax - jmp *%ax -guest_with_stop: - -guest_without_start: - hlt - mov $0x00, %ax - jmp *%ax -guest_without_stop: -- cgit v1.2.3-71-gd317