docs: Add CPU hot plug documentation

Add details of how to add vCPUs to the running VM.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-12-12 16:44:49 +00:00
parent a002093a55
commit 6444e29b04
2 changed files with 62 additions and 1 deletions

View File

@@ -196,7 +196,6 @@ $ ./cloud-hypervisor/target/release/cloud-hypervisor \
--rng
```
# 3. Status
`cloud-hypervisor` is in a very early, pre-alpha stage. Use at your own risk!
@@ -208,6 +207,11 @@ As of 2019-12-12, the following cloud images are supported:
Direct kernel boot to userspace should work with most rootfs.
## Hot Plug
This [document](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/master/docs/hotplug.md) details how to add devices to
a running VM. Currently only CPU hot plug is supported.
## Device Model
Follow this [documentation](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/master/docs/device_model.md).