From 9c759463c3c9c584e64898c13c083f53853fea7a Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Tue, 1 Feb 2022 10:26:40 +0100 Subject: [PATCH] README: Update direct kernel boot explanation Since virtio-iommu is now part of the upstream Linux kernel, the main reason for having our own Linux kernel fork is to carry the patches for virtio-watchdog support. Signed-off-by: Sebastien Boeuf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4565ad815..95357cf72 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Multiple arguments can be given to the `--disk` parameter. #### Building your kernel Cloud Hypervisor also supports direct kernel boot into a `vmlinux` ELF kernel. -In order to support virtio-iommu we have our own development branch. You are +In order to support virtio-watchdog we have our own development branch. You are of course able to use your own kernel but these instructions will continue with the version that we develop and test against.