mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
mm: Apply zone's property instread of global config
Apply memory zone's property for associated virtio-mem regions. Signed-off-by: Jiangbo Wu <jiangbo.wu@intel.com>
This commit is contained in:
parent
80be8ac0dc
commit
223189c063
@ -604,8 +604,8 @@ impl MemoryManager {
|
||||
start_addr,
|
||||
hotplug_size as usize,
|
||||
false,
|
||||
config.shared,
|
||||
config.hugepages,
|
||||
zone.shared,
|
||||
zone.hugepages,
|
||||
zone.host_numa_node,
|
||||
&None,
|
||||
)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user