bf9989b7c0
Added try_mem() returning Option<(usize, usize)> for non-panicking memory BAR access. Fixed virtio-core/probe.rs to use .ok_or() instead of .map_err() to match the Option return type.