mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Rename NUMA option 'id' into 'guest_numa_id'
The goal of this commit is to rename the existing NUMA option 'id' with 'guest_numa_id'. This is done without any modification to the way this option behaves. The reason for the rename is caused by the observation that all other parameters with an option called 'id' expect a string to be provided. Because in this particular case we expect a u32 representing a proximity domain from the ACPI specification, it's better to name it with a more explicit name. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -736,10 +736,10 @@ components:
|
||||
|
||||
NumaConfig:
|
||||
required:
|
||||
- id
|
||||
- guest_numa_id
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
guest_numa_id:
|
||||
type: integer
|
||||
format: uint32
|
||||
cpus:
|
||||
|
||||
Reference in New Issue
Block a user