pub(crate) fn load_image<'a, R: IgvmfilegenRegister + GuestArch + 'static>(
loader: &mut IgvmVtlLoader<'_, R>,
config: &'a Image,
resources: &'a Resources,
) -> Result<()>
Expand description
Load an image.
pub(crate) fn load_image<'a, R: IgvmfilegenRegister + GuestArch + 'static>(
loader: &mut IgvmVtlLoader<'_, R>,
config: &'a Image,
resources: &'a Resources,
) -> Result<()>
Load an image.