cloud-hypervisor/vmm/src
Bo Chen 5825ab2dd4 clippy: Address the issue 'needless-borrow'
Issue from beta verion of clippy:

Error:    --> vm-virtio/src/queue.rs:700:59
    |
700 |             if let Some(used_event) = self.get_used_event(&mem) {
    |                                                           ^^^^ help: change this to: `mem`
    |
    = note: `-D clippy::needless-borrow` implied by `-D warnings`
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Signed-off-by: Bo Chen <chen.bo@intel.com>
2021-06-24 08:55:43 +02:00
..
api clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
acpi.rs clippy: Address the issue 'field is never read' 2021-06-24 08:55:43 +02:00
config.rs virtio-balloon: add deflate_on_oom support 2021-06-16 09:55:22 +02:00
cpu.rs clippy: Address the issue 'field is never read' 2021-06-24 08:55:43 +02:00
device_manager.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
device_tree.rs vmm: device_manager: Use DeviceTree to store PCI devices 2021-03-18 15:26:25 +01:00
interrupt.rs aarch64: Fix IRQ number setting for ACPI 2021-05-25 10:20:37 +02:00
lib.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
memory_manager.rs vmm: memory_manager: Remove _PXM from ACPI memory slot 2021-06-17 16:08:46 +02:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
seccomp_filters.rs vmm: Enable pty console on AArch64 2021-06-10 15:05:25 +02:00
vm.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00