cloud-hypervisor/vmm/src
Rob Bradford a6878accd5 vmm: cpu: Implement CPU removal
When the running OS has been told that a CPU should be removed it will
shutdown the CPU and then signal to the hypervisor via the "_EJ0" method
on the device that ultimately writes into an I/O port than the vCPU
should be shutdown. Upon notification the hypervisor signals to the
individual thread that it should shutdown and waits for that thread to
end.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-12-18 08:23:53 +00:00
..
api vmm: api: Adjust FsConfig for OpenAPI 2019-12-11 15:50:24 +00:00
acpi.rs vmm: Delegate device related ACPI DSDT table work to DeviceManager 2019-12-06 17:44:00 +00:00
config.rs vmm: config: Derive Debug and PartialEq for configuration structures 2019-12-16 16:48:59 +01:00
cpu.rs vmm: cpu: Implement CPU removal 2019-12-18 08:23:53 +00:00
device_manager.rs vmm: acpi: Refactor ACPI CPU notification 2019-12-16 23:57:14 +01:00
lib.rs vmm: vm: Implement the Pausable trait 2019-12-12 08:50:36 +01:00
vm.rs vmm: vm: Implement the Pausable trait 2019-12-12 08:50:36 +01:00