cloud-hypervisor/vmm/src
Muminul Islam e1a07ce3c4 vmm: vm: Unpark the threads before shutdown when the current state is paused
If the current state is paused that means most of the handles got killed by pthread_kill
We need to unpark those threads to make the shutdown worked. Otherwise
The shutdown API hangs and the API is not responding afterwards. So
before the shutdown call we need to resume the VM make it succeed.

Fixes: #817

Signed-off-by: Muminul Islam <muislam@microsoft.com>
2020-04-27 09:09:12 +02:00
..
api vmm, tests: Make specifying a size optional for virtio-pmem 2020-04-24 18:30:05 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vmm, tests: Make specifying a size optional for virtio-pmem 2020-04-24 18:30:05 +01:00
cpu.rs vmm: vm: Implement the Snapshottable trait 2020-04-07 12:26:10 +02:00
device_manager.rs vmm, tests: Make specifying a size optional for virtio-pmem 2020-04-24 18:30:05 +01:00
interrupt.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
lib.rs vmm: Add ability to add virtio-fs device post-boot 2020-04-20 20:36:26 +02:00
memory_manager.rs vmm: MemoryManager: Cleanup the usage of std::ffi/io/result 2020-04-23 21:39:51 +02:00
migration.rs vmm: Add a VmRestore command 2020-04-02 13:24:25 +01:00
seccomp_filters.rs vmm: Add the 'shared' and 'hugepages' controls to MemoryConfig 2020-04-23 21:39:51 +02:00
vm.rs vmm: vm: Unpark the threads before shutdown when the current state is paused 2020-04-27 09:09:12 +02:00