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:
Sebastien Boeuf
2020-09-04 11:54:41 +02:00
parent f21c04166a
commit 1970ee89da
4 changed files with 2 additions and 13 deletions

View File

@@ -414,7 +414,6 @@ impl MemoryManager {
shared: config.shared,
hugepages: config.hugepages,
host_numa_node: None,
guest_numa_node: None,
}];
(config.size, zones)