We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d26f93 commit 443f5a9Copy full SHA for 443f5a9
README.md
@@ -107,6 +107,15 @@ need to unblock the pipeline by following the Buildkite run link in the PR and
107
click on the corresponding
108
[unblock pipeline button](https://buildkite.com/docs/pipelines/block-step).
109
110
+## Kani proofs
111
+We run Kani proofs for each PR and on merges to the main branch. The proofs
112
+check conformance of the virtio-queue implementation to requirements from the
113
+virtio specification. Different than a unit test, a proof is checked for every
114
+possible input thus enforcing conformance. This is a list of the existing
115
+conformance proofs:
116
+
117
+* Conformance to 2.7.7.2 section
118
119
## License
120
121
This project is licensed under either of
0 commit comments