@@ -61,14 +61,14 @@ rust-vmm organization. One repository corresponds usually to one
6161 solution should only need to care about its specialized component, an API
6262 and the glue code that provides the interactions between them.
6363- ** Security & Testability** . One of the most salient feature of rust-vmm is
64- its high quality components. We want to keep a high quality standard
64+ its high- quality components. We want to keep a high quality- standard
6565 as these virtualization packages are used in production by multiple projects.
66- Each component is individually tested with a set of common build time tests
67- responsible for running unit tests, linters (including coding style
66+ Each component is individually tested with a set of common build- time tests
67+ responsible for running unit tests, linters (including coding- style
6868 checks), and computing the coverage. For critical components that handle
6969 untrusted input we also run fuzzing
70- (i.e in [ vm-virtio] ( https://github.com/rust-vmm/vm-virtio ) ), and provide a
71- [ threat model documentation] ( https://github.com/rust-vmm/vm-superio#threat-model )
70+ (i.e in [ vm-virtio] ( https://github.com/rust-vmm/vm-virtio ) ), and provide
71+ [ threat- model documentation] ( https://github.com/rust-vmm/vm-superio#threat-model )
7272 that customers can use to improve the security of their solutions.
7373- ** Clean interface** . As crates are shared between multiple VMMs, the reviews
7474 for interface changes will typically go through a few rounds of reviews to
0 commit comments