diff --git a/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs b/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs index 1e0701e22..76eaba4e1 100644 --- a/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs +++ b/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs @@ -237,8 +237,7 @@ impl DeviceManager { return Some(device_id.to_string()); } } - _ => { - // TODO: support find other device type + DeviceType::HybridVsock(_) | DeviceType::Vsock(_) => { continue; } }