virtio-devices: virtio-mem: Add NUMA support

Implement support for associating a virtio-mem device with a specific
guest NUMA node, based on the ACPI proximity domain identifier.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-09-11 15:09:06 +02:00
parent 0658559880
commit dcedd4cded
2 changed files with 11 additions and 2 deletions

View File

@@ -2434,6 +2434,7 @@ impl DeviceManager {
.try_clone()
.map_err(DeviceManagerError::TryCloneVirtioMemResize)?,
self.seccomp_action.clone(),
None,
)
.map_err(DeviceManagerError::CreateVirtioMem)?,
));