summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sevstep.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/sevstep.c b/test/sevstep.c
index d2ca5a3..b2c3533 100644
--- a/test/sevstep.c
+++ b/test/sevstep.c
@@ -503,10 +503,11 @@ main(int argc, const char **argv)
free(counts);
}
- for (i = 0; i < SAMPLE_COUNT; i++) {
- printf("Evictions with access:\n");
- print_counts(with_access[i]);
- }
+ // for (i = 0; i < SAMPLE_COUNT; i++) {
+ // printf("Evictions with access:\n");
+ // print_counts(with_access[i]);
+ // }
+ printf("done.\n");
sev_kvm_deinit(&kvm_with_access);