From 3eeb25a169b0502080192c0bc12758215ba1c6e5 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 16 Nov 2020 11:50:43 +0000 Subject: [PATCH] docs: Tidied up virtualisation summary table - Removed the `QEMU-virtio-fs` entry from the virtualization doc since support is now available upstream and the QEMU virtio-fs-specific configuration file has been removed. - Removed NEMU as this is no longer used. - Sorted the remaining rows. Signed-off-by: James O. D. Hunt --- docs/design/virtualization.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/design/virtualization.md b/docs/design/virtualization.md index b019993bee..9e5522fe81 100644 --- a/docs/design/virtualization.md +++ b/docs/design/virtualization.md @@ -122,8 +122,6 @@ Devices used: | Solution | release introduced | brief summary | |-|-|-| -| QEMU | 1.0 | upstream QEMU, with support for hotplug and filesystem sharing | -| NEMU | 1.4 | Deprecated, removed as of 1.10 release. Slimmed down fork of QEMU, with experimental support of virtio-fs | -| Firecracker | 1.5 | upstream Firecracker, rust-VMM based, no VFIO, no FS sharing, no memory/CPU hotplug | -| QEMU-virtio-fs | 1.7 | upstream QEMU with support for virtio-fs. Will be removed once virtio-fs lands in upstream QEMU | | Cloud Hypervisor | 1.10 | rust-VMM based, includes VFIO and FS sharing through virtio-fs, no hotplug | +| Firecracker | 1.5 | upstream Firecracker, rust-VMM based, no VFIO, no FS sharing, no memory/CPU hotplug | +| QEMU | 1.0 | upstream QEMU, with support for hotplug and filesystem sharing |