cloud-hypervisor/pci/src
Ravi kumar Veeramally 5b51024ef7 pci: Remove "from_over_into" clippy
According the std docs implementing From<..> is preferred since it
gives you Into<..> for free where the reverse isn’t true.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
2023-06-26 10:37:58 -07:00
..
bus.rs pci, virtio-devices: Move VirtioPciDevice to the new restore design 2022-11-23 18:37:40 +00:00
configuration.rs pci: Remove "from_over_into" clippy 2023-06-26 10:37:58 -07:00
device.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
lib.rs pci, virtio-devices: Move VirtioPciDevice to the new restore design 2022-11-23 18:37:40 +00:00
msi.rs vm-migration: Don't store the id as part of Snapshot structure 2022-12-09 10:26:06 +01:00
msix.rs vfio: fix vfio device fail to initialize issue for 64k page size 2023-06-19 10:29:23 +08:00
vfio_user.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
vfio.rs vfio: fix vfio device fail to initialize issue for 64k page size 2023-06-19 10:29:23 +08:00