From d63e7e7e8c8632d7c0b1a9e2d2f9532b4f4815ae Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 19 Dec 2022 00:53:51 +0100 Subject: Fix page fault handling and investigate exec stepping with minimal vm --- test/aes-detect_guest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/aes-detect_guest.c') diff --git a/test/aes-detect_guest.c b/test/aes-detect_guest.c index 3da4044..1b21ebd 100644 --- a/test/aes-detect_guest.c +++ b/test/aes-detect_guest.c @@ -39,11 +39,11 @@ main(int argc, const char **argv) memset(buf, 0, L1_LINESIZE * L1_SETS); while (1) { - CPC_DO_VMMCALL(CPC_CPUID_START_TRACK, 0); + CPC_DO_VMMCALL(CPC_GUEST_START_TRACK, 0); buf[L1_LINESIZE * 5] += 1; - CPC_DO_VMMCALL(CPC_CPUID_START_TRACK, 0); + CPC_DO_VMMCALL(CPC_GUEST_START_TRACK, 0); } return 0; -- cgit v1.2.3-71-gd317