From 859f72b5a5ec5363baa8ac92ce7919eb5cb8789f Mon Sep 17 00:00:00 2001 From: Liang Zhou Date: Mon, 27 Dec 2021 09:33:47 +0800 Subject: [PATCH] docs: update hotplug.md Currently cloud-hypervisor supports hotplug of CPUs, passthrough devices, virtio devices and memory resizing, but in hotplug.md it still mentiones: "Currently Cloud Hypervisor only supports hot plugging of CPU devices." We need to remove the incorrect information from hotplug.md to reflect the true situation. Fixes: #3504 Signed-off-by: Liang Zhou --- docs/hotplug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hotplug.md b/docs/hotplug.md index 54c33f324..63906b062 100644 --- a/docs/hotplug.md +++ b/docs/hotplug.md @@ -1,6 +1,6 @@ # Cloud Hypervisor Hot Plug -Currently Cloud Hypervisor only supports hot plugging of CPU devices. +Currently Cloud Hypervisor supports hot plugging of CPUs devices (x86 only), PCI devices and memory resizing. ## Kernel support