pub(crate) fn build_kernel_command_line(
params: &ShimParams,
cmdline: &mut ArrayString<COMMAND_LINE_SIZE>,
partition_info: &PartitionInfo,
can_trust_host: bool,
sidecar: Option<&SidecarConfig<'_>>,
) -> Result<(), CommandLineTooLong>
Expand description
Read and setup the underhill kernel command line into the specified buffer.