Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/hypervisor-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines +59 to +61

Supported unikernel frameworks with `urunc`:

Expand Down Expand Up @@ -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.
Comment on lines +131 to +133

Supported unikernel frameworks with `urunc`:

Expand Down