mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Add 'memory_zones' option to NumaConfig
This new option provides a new way to describe the memory associated with a NUMA node. This is the first step before we can remove the 'guest_numa_node' option from the --memory-zone parameter. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -754,6 +754,10 @@ components:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/NumaDistance'
|
||||
memory_zones:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
||||
VmResize:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user