mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The help of arguments `memory` and `memory-zone` missing a comma. Before adding, these parts are as follows: > hugepage_size=<hugepage_size>hotplug_method=acpi|virtio-mem After adding, these parts will be: > hugepage_size=<hugepage_size>,hotplug_method=acpi|virtio-mem Signed-off-by: Yukiteru Lee <wfly1998@sina.com>