From fb8f08fd5718900d1a709f8a57d61e59cdfecf61 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 6 Feb 2023 15:15:58 -0600 Subject: Add aes crypto stepping initial test --- test/qemu-aes_guest.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/qemu-aes_guest.c') diff --git a/test/qemu-aes_guest.c b/test/qemu-aes_guest.c index 949c661..c52e5ea 100644 --- a/test/qemu-aes_guest.c +++ b/test/qemu-aes_guest.c @@ -36,14 +36,6 @@ main(int argc, const char **argv) err(1, "memalign"); memset(buf, 0, L1_LINESIZE * L1_SETS); - while (1) { - CPC_DO_VMMCALL(CPC_GUEST_START_TRACK, 0); - buf[L1_LINESIZE * 5] += 1; - CPC_DO_VMMCALL(CPC_GUEST_STOP_TRACK, 0); - } - - return 0; - kcapi = NULL; if (kcapi_cipher_init(&kcapi, "ecb(aes)", 0)) err(1, "kcapi init"); -- cgit v1.2.3-71-gd317