Function devices::virtio::console::output::process_transmit_request

source ·
fn process_transmit_request(
    reader: &mut Reader,
    output: &mut dyn Write,
) -> Result<()>
Expand description

Writes the available data from the reader into the given output queue.

§Arguments

  • reader - The Reader with the data we want to write.
  • output - The output sink we are going to write the data to.