pub(crate) fn write_setup_data(
guest_mem: &GuestMemory,
setup_data_start: GuestAddress,
setup_data_end: GuestAddress,
setup_data: &[SetupData],
) -> Result<Option<GuestAddress>>Expand description
Write setup_data entries in guest memory and link them together with the next field.
Returns the guest address of the first entry in the setup_data list, if any.