hermit-os / uhyve

A specialized hypervisor for Hermit.
Apache License 2.0
254 stars 29 forks source link

Code cleanup: only make relevant parts `pub` #706

Open jounathaen opened 3 months ago

jounathaen commented 3 months ago

Currently, we have plenty of pub mod and pub fn in Uhyve. However, I think we basically only need vm and params to be exposed. This results in plenty of dead code, which is not checked as it is pub.