summaryrefslogtreecommitdiffstats
path: root/test/qemu-aes_guest.c
diff options
context:
space:
mode:
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");