cloud-hypervisor/vmm/src
Ziye Yang 51cfffd24f vmm: Make the comments consistent in 'DeviceManager'
Change  "Failed xxing" to "Failed to xx", then
we can only we one style.

Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2021-11-19 08:43:23 +00:00
..
api vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
acpi.rs vmm: acpi: Use Aml::append_aml_bytes() to generate DSDT 2021-11-08 16:46:30 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Fix CpusConfig validation error message 2021-11-15 17:27:23 +01:00
cpu.rs vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
device_manager.rs vmm: Make the comments consistent in 'DeviceManager' 2021-11-19 08:43:23 +00:00
device_tree.rs vmm: Remove segment_id from DeviceNode 2021-11-02 16:55:42 +00:00
interrupt.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
lib.rs vmm: add a safety comment for EpollContext 2021-11-17 23:12:11 +00:00
memory_manager.rs vmm: Port MemoryManager to Aml::append_aml_bytes() 2021-11-08 16:46:30 +00:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
pci_segment.rs vmm: Port PciSegment to Aml::append_aml_bytes() 2021-11-08 16:46:30 +00:00
seccomp_filters.rs vmm: Add epoll_ctl() syscall to vCPU seccomp filter 2021-11-16 07:27:46 -08:00
serial_buffer.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
serial_manager.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
sigwinch_listener.rs vmm: Fix panic in SIGWINCH listener thread when no seccomp filter set 2021-11-16 14:28:02 +00:00
vm.rs vmm: Refactor SGX setup to inside MemoryManager::new() 2021-11-02 16:55:42 +00:00