summaryrefslogtreecommitdiffstats
path: root/test/aes-detect_host.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-12-19 00:53:51 +0100
committerLouis Burda <quent.burda@gmail.com>2022-12-19 00:54:23 +0100
commitd63e7e7e8c8632d7c0b1a9e2d2f9532b4f4815ae (patch)
tree34471df766ec5ed29fe27b7fbf0093789b5089c1 /test/aes-detect_host.c
parent5e99ea7f111134c7a1c7103590b711d59edafa9b (diff)
downloadcachepc-d63e7e7e8c8632d7c0b1a9e2d2f9532b4f4815ae.tar.gz
cachepc-d63e7e7e8c8632d7c0b1a9e2d2f9532b4f4815ae.zip
Fix page fault handling and investigate exec stepping with minimal vm
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);