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:
Sebastien Boeuf
2020-09-04 17:47:34 +02:00
parent 55e9827e00
commit e15dba2925
5 changed files with 34 additions and 34 deletions

View File

@@ -736,10 +736,10 @@ components:
NumaConfig:
required:
- id
- guest_numa_id
type: object
properties:
id:
guest_numa_id:
type: integer
format: uint32
cpus: