vmm: Use u32 instead of u64 for host_numa_node option

Given that ACPI uses u32 as the type for the Proximity Domain, we can
use u32 instead of u64 as the type for 'host_numa_node' option.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-09-01 12:51:25 +02:00
parent 4c6a250383
commit 274c001eab
3 changed files with 6 additions and 5 deletions

View File

@@ -468,7 +468,8 @@ components:
type: boolean
default: false
host_numa_node:
type: uint64
type: integer
format: uint32
MemoryConfig:
required: