diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-01 12:20:58 -0600 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-01 12:20:58 -0600 |
| commit | 039144b8e7f7fb4074883e8037787d420e86f70c (patch) | |
| tree | 102c4ef36f77f9ff35d05c42be022dbc5368035d /test | |
| parent | 7cd66755ff29a9f56601d5612a902b45d14798d5 (diff) | |
| download | cachepc-039144b8e7f7fb4074883e8037787d420e86f70c.tar.gz cachepc-039144b8e7f7fb4074883e8037787d420e86f70c.zip | |
fixup! Event batching
Diffstat (limited to 'test')
| -rw-r--r-- | test/kvm-step.c | 1 | ||||
| -rwxr-xr-x | test/qemu-pagestep | bin | 108312 -> 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 Binary files differdeleted file mode 100755 index 5367171..0000000 --- a/test/qemu-pagestep +++ /dev/null |
