cloud-hypervisor/vmm/src
Rob Bradford 6aa29bdb24 vmm: api: Use a common handler for data actions too
Like the actions that don't take data such as "pause" or "resume" use a
common handler implementation to remove duplicated code for handling
simple endpoints like the hotplug ones.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-05-14 16:55:51 +01:00
..
api vmm: api: Use a common handler for data actions too 2020-05-14 16:55:51 +01:00
acpi.rs
config.rs vmm: api: Use a common handler for data actions too 2020-05-14 16:55:51 +01:00
cpu.rs vmm: cpu: Retry sending signals if necessary 2020-05-07 09:00:14 +02:00
device_manager.rs vmm: Update DeviceTree upon PCI BAR reprogramming 2020-05-12 17:37:31 +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
lib.rs vmm: Add unit tests for DeviceTree 2020-05-05 16:08:42 +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 fork, gettid and pipe2 syscalls to permitted list 2020-04-29 17:57:01 +01:00
vm.rs build, vmm: Update to latest kvm-ioctls 2020-05-13 17:14:49 +02:00