mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
main, vmm: Remove guest_numa_node option from memory zones
The way to describe guest NUMA nodes has been updated through previous commits, letting the user describe the full NUMA topology through the --numa parameter (or NumaConfig). That's why we can remove the deprecated and unused 'guest_numa_node' option. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -477,9 +477,6 @@ components:
|
||||
host_numa_node:
|
||||
type: integer
|
||||
format: uint32
|
||||
guest_numa_node:
|
||||
type: integer
|
||||
format: uint32
|
||||
|
||||
MemoryConfig:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user