From 1fe8249bbc782d28185e0e893504e8ac3a1fcaec Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 23 Jan 2023 22:24:55 +0100 Subject: Move kvm to guest process and add ipc for synchronization --- test/kvm-pagestep_guest.S | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/kvm-pagestep_guest.S (limited to 'test/kvm-pagestep_guest.S') diff --git a/test/kvm-pagestep_guest.S b/test/kvm-pagestep_guest.S new file mode 100644 index 0000000..ef826ad --- /dev/null +++ b/test/kvm-pagestep_guest.S @@ -0,0 +1,19 @@ +#include "cachepc/const.h" + +#define TARGET_SET 15 + +.global guest_start +.global guest_stop + +.align(16) +.code16gcc + +guest_start: +.rept L1_SIZE + nop +.endr + + mov $0x00, %ax + jmp *%ax +guest_stop: + -- cgit v1.2.3-71-gd317