cloud-hypervisor/vmm/src
Rob Bradford 9c5be6f660 build: Remove unnecessary Result<> returns
If the function can never return an error this is now a clippy failure:

error: this function's return value is unnecessarily wrapped by `Result`
   --> virtio-devices/src/watchdog.rs:215:5
    |
215 | /     fn set_state(&mut self, state: &WatchdogState) -> io::Result<()> {
216 | |         self.common.avail_features = state.avail_features;
217 | |         self.common.acked_features = state.acked_features;
218 | |         // When restoring enable the watchdog if it was previously enabled. We reset the timer
...   |
223 | |         Ok(())
224 | |     }
    | |_____^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_wraps

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-02-11 18:18:44 +00:00
..
api Enable pty console 2021-02-09 10:03:28 +00:00
acpi.rs vmm: acpi: Support compiling ACPI code on aarch64 2021-01-26 15:19:02 +08:00
config.rs build: Remove unnecessary Result<> returns 2021-02-11 18:18:44 +00:00
cpu.rs build: Remove unnecessary Result<> returns 2021-02-11 18:18:44 +00:00
device_manager.rs build: Remove unnecessary Result<> returns 2021-02-11 18:18:44 +00:00
device_tree.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
interrupt.rs interrupt: Add a notifier method to the InterruptController 2021-02-10 17:34:56 +00:00
lib.rs build: Remove unnecessary Result<> returns 2021-02-11 18:18:44 +00:00
memory_manager.rs vmm: Support configurable huge pages in MemoryManager 2021-02-05 09:24:02 +00:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: Fix seccomp filters for vCPUs 2021-02-11 11:24:57 +00:00
vm.rs hypervisor, vmm: minor changes to VmmOps 2021-02-10 11:31:03 +00:00