cloud-hypervisor/pci/src
Damian Barabonkov 638848fcff pci: Accept MmioRegion reference in has_matching_slots()
Change has_matching_slots() to compare two MmioRegion instances
directly rather than requiring callers to construct an intermediate
HashSet of slot numbers. Remove the now-unused
user_memory_region_slots() method and HashSet import.

Signed-off-by: Damian Barabonkov <dbctl@pm.me>
2026-02-11 00:03:01 +00:00
..
bus.rs misc: clippy: add needless_pass_by_value 2025-11-27 17:11:14 +00:00
configuration.rs misc: clippy: add redundant_else 2025-11-25 16:05:46 +00:00
device.rs build: treewide: fmt for edition 2024 2025-09-10 18:35:38 +00:00
lib.rs misc: pci: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
mmap.rs misc: do not use u64 to represent host pointers 2025-11-22 10:24:13 +00:00
msi.rs misc: pci: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
msix.rs misc: pci: drop extern crate, use modern rust 2025-11-24 22:36:46 +00:00
vfio.rs pci: Accept MmioRegion reference in has_matching_slots() 2026-02-11 00:03:01 +00:00
vfio_user.rs misc: clippy: add needless_pass_by_value (partially) 2025-11-25 16:05:46 +00:00