mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Samuel Ortiz
parent
8ecf736982
commit
284d5e011a
@@ -408,6 +408,7 @@ impl Vm {
|
||||
&mem,
|
||||
&self.devices,
|
||||
&self.cpu_manager,
|
||||
&self.memory_manager,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user