summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/kvm-step.c1
-rwxr-xr-xtest/qemu-pagestepbin108312 -> 0 bytes
2 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);
diff --git a/test/qemu-pagestep b/test/qemu-pagestep
deleted file mode 100755
index 5367171..0000000
--- a/test/qemu-pagestep
+++ /dev/null
Binary files differ