vmm: Add memory hotplug ACPI entries to DSDT

Generate and expose the DSDT table entries required to support memory
hotplug. The AML methods call into the MemoryManager via I/O ports
exposed as fields.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-01-10 16:11:32 +00:00
committed by Samuel Ortiz
parent 8ecf736982
commit 284d5e011a
3 changed files with 337 additions and 1 deletions

View File

@@ -408,6 +408,7 @@ impl Vm {
&mem,
&self.devices,
&self.cpu_manager,
&self.memory_manager,
));
}