cloud-hypervisor/vmm/src
Sebastien Boeuf 1ea63f50a1 vmm: Move MemoryRangeTable creation to the MemoryManager
The function memory_range_table() will be reused by the MemoryManager in
a following patch to describe all the ranges that we should snapshot.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-09-28 10:15:22 -07:00
..
api vmm: Shutdown VMM if API thread panics 2021-09-10 10:52:08 -07:00
acpi.rs vmm: Only advertise a single PCI bus 2021-09-28 14:10:10 +02:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Remove concept of "input_enabled" 2021-09-08 11:26:48 -07:00
cpu.rs vmm: cpu: Increase robustness of CpuManager control device 2021-09-10 10:22:05 -07:00
device_manager.rs vmm, virtio-devices: Move BlocksState creation to the MemoryManager 2021-09-28 10:15:22 -07:00
device_tree.rs vmm: device_manager: Use DeviceTree to store PCI devices 2021-03-18 15:26:25 +01:00
interrupt.rs clippy: Fix redundant allocations 2021-07-29 13:28:57 +02:00
lib.rs vmm: Switch to using the serial_manager for serial input 2021-09-17 11:15:35 +01:00
memory_manager.rs vmm: Move MemoryRangeTable creation to the MemoryManager 2021-09-28 10:15:22 -07:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01: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: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
vm.rs vmm: Move MemoryRangeTable creation to the MemoryManager 2021-09-28 10:15:22 -07:00