From 01f1c49724c82f8468314b65ed43d9ac7c3bccff Mon Sep 17 00:00:00 2001 From: Rishi Jat Date: Mon, 1 Jun 2026 14:35:54 +0530 Subject: [PATCH] docs: clarify storage support in hypervisor guide Signed-off-by: Rishi Jat --- docs/hypervisor-support.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/hypervisor-support.md b/docs/hypervisor-support.md index 3d3e02b92..1b5482d2c 100644 --- a/docs/hypervisor-support.md +++ b/docs/hypervisor-support.md @@ -56,8 +56,9 @@ initrd option in order to provide the Unikernel with an initial RamFS provide storage in VMs such as block devices through virtio-blk, shared-fs through 9pfs, virtiofs and initramfs. -We plan to add support for all the above options, but as previously mentioned -only Initramfs is supported for the time being. +The storage modes available through `urunc` depend on the guest and monitor +combination. Refer to the supported platform tables for the currently supported +storage modes for each guest. Supported unikernel frameworks with `urunc`: @@ -127,8 +128,9 @@ to provide the Unikernel with an initial RamFS (initramfs). shared-fs between the host and the guest. However, it does provide support for virtio-block. -We plan to add support for virtio-block, but as previously mentioned only -Initramfs is supported for the time being. +The storage modes available through `urunc` depend on the guest and monitor +combination. Refer to the supported platform tables for the currently supported +storage modes for each guest. Supported unikernel frameworks with `urunc`: