summaryrefslogtreecommitdiffstats
path: root/test/kvm-step_guest.S
diff options
context:
space:
mode:
Diffstat (limited to 'test/kvm-step_guest.S')
-rw-r--r--test/kvm-step_guest.S18
1 files changed, 11 insertions, 7 deletions
diff --git a/test/kvm-step_guest.S b/test/kvm-step_guest.S
index 0dfe98f..29c29f2 100644
--- a/test/kvm-step_guest.S
+++ b/test/kvm-step_guest.S
@@ -6,13 +6,17 @@
.global guest_stop
guest_start:
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
- mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx
+ mov $(L1_LINESIZE * (L1_SETS + 9)), %rbx
+# hlt
+# mov $(L1_LINESIZE * (L1_SETS + 10)), %rbx
+ mov $(L1_LINESIZE * (L1_SETS + 11)), %rbx
+# hlt
+# mov $(L1_LINESIZE * (L1_SETS + 12)), %rbx
+ mov $(L1_LINESIZE * (L1_SETS + 13)), %rbx
+# hlt
+# mov $(L1_LINESIZE * (L1_SETS + 14)), %rbx
+ mov $(L1_LINESIZE * (L1_SETS + 15)), %rbx
+ hlt
jmp guest_start
guest_stop: