summaryrefslogtreecommitdiffstats
path: root/test/qemu-aes_guest.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-06 15:15:58 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-06 15:15:58 -0600
commitfb8f08fd5718900d1a709f8a57d61e59cdfecf61 (patch)
tree091028ecf723d3c5d93f637648e3cb8e97172c4d /test/qemu-aes_guest.c
parent8d018c17170a3b623f48de5282955b817a6284f3 (diff)
downloadcachepc-fb8f08fd5718900d1a709f8a57d61e59cdfecf61.tar.gz
cachepc-fb8f08fd5718900d1a709f8a57d61e59cdfecf61.zip
Add aes crypto stepping initial test
Diffstat (limited to 'test/qemu-aes_guest.c')
-rw-r--r--test/qemu-aes_guest.c8
1 files changed, 0 insertions, 8 deletions
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");