From 724ed2a4f2783fc0a2dc7db352a89970009b63ec Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 8 Jun 2026 12:47:22 -0700 Subject: [PATCH] README: update guest kernel version to ch-6.16.9 The guest kernel build instructions in the README referenced the ch-6.12.8 branch, which was inconsistent with the version used by the test scripts (scripts/test-util.sh uses ch-6.16.9). Update the README to point at ch-6.16.9 so documentation and CI stay in sync. Signed-off-by: Muminul Islam --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421dde5a8..12c571e59 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ To build the kernel: ```shell # Clone the Cloud Hypervisor Linux branch -$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-6.12.8 linux-cloud-hypervisor +$ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b ch-6.16.9 linux-cloud-hypervisor $ pushd linux-cloud-hypervisor $ make ch_defconfig # Do native build of the x86-64 kernel