summaryrefslogtreecommitdiffstats
path: root/test/kvm-step.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/kvm-step.c')
-rw-r--r--test/kvm-step.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kvm-step.c b/test/kvm-step.c
index e82ab24..2d24598 100644
--- a/test/kvm-step.c
+++ b/test/kvm-step.c
@@ -146,6 +146,7 @@ main(int argc, const char **argv)
if (ret && errno == EAGAIN) continue;
if (ret) err(1, "KVM_CPC_POLL_EVENT");
+ printf("%lu\n", event.id);
if (event.type == CPC_EVENT_PAUSE) break;
ret = ioctl(kvm_dev, KVM_CPC_ACK_EVENT, &event.id);