From 9b87a7e6993a1bbc0d9f83fefea2b557d6e74edb Mon Sep 17 00:00:00 2001 From: Jinank Jain Date: Wed, 5 Jun 2024 08:39:05 +0530 Subject: [PATCH] misc: Update description in Cargo.toml to include MSHV Since CloudHypervisor also supports running on top of Microsoft Hypervisor (MSHV). Signed-off-by: Jinank Jain --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c6f25bc4..26567bdff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["The Cloud Hypervisor Authors"] build = "build.rs" default-run = "cloud-hypervisor" -description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM" +description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM & MSHV" edition = "2021" homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor" license = "LICENSE-APACHE & LICENSE-BSD-3-Clause"