summaryrefslogtreecommitdiffstats
path: root/test/aes-detect_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/aes-detect_host.c')
-rw-r--r--test/aes-detect_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aes-detect_host.c b/test/aes-detect_host.c
index ccb01fe..0e6dff6 100644
--- a/test/aes-detect_host.c
+++ b/test/aes-detect_host.c
@@ -446,7 +446,7 @@ monitor(void)
ret = ioctl(kvm_dev, KVM_CPC_POLL_EVENT, &event);
if (!ret) {
printf("Got page fault! %llu retired insts\n",
- event.track.retinst);
+ event.step.retinst);
faultcnt++;
printf("Acking event %llu\n", event.id);