From c03f3b54b64917b8922f9f336c559b6534dd53e5 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Thu, 27 Jul 2023 19:30:21 +0800 Subject: [PATCH] README: update version of Host OS As the commit 2f15d027c05f (KVM: x86: Properly handle APF vs disabled LAPIC situation) has been merged into kernel 5.13, so update the minimum performance host kernel version to that. Signed-off-by: Yi Wang --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27b3f1d2b..f82805138 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ The following sections describe how to build and run Cloud Hypervisor. ## Host OS -For required KVM functionality the minimum host kernel version is 4.11. For -adequate performance the minimum recommended host kernel version is 5.6. The -majority of the CI currently tests with kernel version 5.15. +For required KVM functionality and adequate performance the recommended host +kernel version is 5.13. The majority of the CI currently tests with kernel +version 5.15. ## Use Pre-built Binaries