mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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>