You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor modifications were made to make the sentences sound more natural.
Also fixed some parameter usage issues in bash code block.
Signed-off-by: Yi Wang <foxywang@tencent.com>
Due to guest OS limitations is is necessary to ensure that amount of memory added (between currently assigned RAM and that which is desired) is a multiple of 128MiB.
113
+
Due to guest OS limitations it is necessary to ensure that amount of memory added (between currently assigned RAM and that which is desired) is a multiple of 128MiB.
114
114
115
115
The same API can also be used to reduce the desired RAM for a VM but the change will not be applied until the VM is rebooted.
116
116
@@ -179,47 +179,47 @@ Notice the addition of `--api-socket=/tmp/ch-socket`.
179
179
180
180
### Add VFIO Device
181
181
182
-
To ask the VMM to add additional VFIO device then use the `add-device` API.
182
+
To ask the VMM to add additional VFIO device, use the `add-device` API.
@@ -241,7 +241,7 @@ After a reboot the added PCI device will remain.
241
241
242
242
### Remove PCI device
243
243
244
-
Removing a PCI device works the same way for all kind of PCI devices. The unique identifier related to the device must be provided. This identifier can be provided by the user when adding the new device, or by default Cloud Hypervisor will assign one.
244
+
Removing a PCI device works the same way for all kinds of PCI devices. The unique identifier related to the device must be provided. This identifier can be provided by the user when adding the new device, or by default Cloud Hypervisor will assign one.
0 commit comments