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 <foxywang@tencent.com>
This commit is contained in:
Yi Wang 2023-07-27 19:30:21 +08:00 committed by Rob Bradford
parent ba5af92984
commit c03f3b54b6

View File

@ -78,9 +78,9 @@ The following sections describe how to build and run Cloud Hypervisor.
## Host OS ## Host OS
For required KVM functionality the minimum host kernel version is 4.11. For For required KVM functionality and adequate performance the recommended host
adequate performance the minimum recommended host kernel version is 5.6. The kernel version is 5.13. The majority of the CI currently tests with kernel
majority of the CI currently tests with kernel version 5.15. version 5.15.
## Use Pre-built Binaries ## Use Pre-built Binaries