summaryrefslogtreecommitdiffstats
path: root/test/kvm-step_guest.S
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/kvm-step_guest.S
parent8d018c17170a3b623f48de5282955b817a6284f3 (diff)
downloadcachepc-fb8f08fd5718900d1a709f8a57d61e59cdfecf61.tar.gz
cachepc-fb8f08fd5718900d1a709f8a57d61e59cdfecf61.zip
Add aes crypto stepping initial test
Diffstat (limited to 'test/kvm-step_guest.S')
-rw-r--r--test/kvm-step_guest.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/kvm-step_guest.S b/test/kvm-step_guest.S
index 4c154d5..2cf54e2 100644
--- a/test/kvm-step_guest.S
+++ b/test/kvm-step_guest.S
@@ -13,15 +13,12 @@ guest:
mov $(L1_LINESIZE * (L1_SETS + 11)), %bx
movb (%bx), %bl
- hlt
mov $(L1_LINESIZE * (L1_SETS + 13)), %bx
movb (%bx), %bl
- hlt
mov $(L1_LINESIZE * (L1_SETS + 15)), %bx
movb (%bx), %bl
- hlt
jmp guest