cloud-hypervisor/vmm/src
Bo Chen 7c3e19c65a vhost_user_backend, vmm: Close leaked file descriptors
Explicit call to 'close()' is required on file descriptors allocated
from 'epoll::create()', which is missing for the 'EpollContext' and
'VringWorker'. This patch enforces to close the file descriptors by
reusing the Drop trait of the 'File' struct.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2020-05-19 09:22:09 +02:00
..
api vmm: api: Use a common handler for data actions too 2020-05-14 16:55:51 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vhost-user_net, vm-virtio, vmm: Permit host MAC address setting 2020-05-15 11:45:09 +01:00
cpu.rs vmm: cpu: Retry sending signals if necessary 2020-05-07 09:00:14 +02:00
device_manager.rs vhost-user_net, vm-virtio, vmm: Permit host MAC address setting 2020-05-15 11:45:09 +01:00
device_tree.rs vmm: Add optional PCI b/d/f to each DeviceNode 2020-05-12 17:37:31 +01:00
interrupt.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
lib.rs vhost_user_backend, vmm: Close leaked file descriptors 2020-05-19 09:22:09 +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: seccomp: Add ioctl() commands interface hardware address 2020-05-15 11:45:09 +01:00
vm.rs build, vmm: Update to latest kvm-ioctls 2020-05-13 17:14:49 +02:00