From 8589d3f985275a8befe94af0bdf6cf85439d4e32 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 17 Sep 2020 17:29:01 +0100 Subject: [PATCH] README: Fix missing punctuation Signed-off-by: Rob Bradford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b8e93951..68aec8178 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ We are not tracking the Cloud Hypervisor TODO list from a specific git tracked f In order to satisfy the design goal of having a high-performance, security-focused hypervisor the decision was made to use the [Rust](https://www.rust-lang.org/) programming language. -The language's strong focus on memory and thread safety makes it an ideal candidate for implementing VMMs +The language's strong focus on memory and thread safety makes it an ideal candidate for implementing VMMs. Instead of implementing the VMM components from scratch, Cloud Hypervisor is importing the [rust-vmm](https://github.com/rust-vmm) crates, and sharing code and architecture together with other VMMs like e.g. Amazon's [Firecracker](https://firecracker-microvm.github.io/)