Crate serial_debugcon

Source
Expand description

Implementation of the bochs / QEMU debugcon device.

This is a zero-configuration, output-only serial device, which should only be used for debugging (hence the name). It offers no flow control mechanisms, or any method of reading data into the Guest.

Modules§

resolver
Resource resolver for a serial debugcon chipset device.

Structs§

SerialDebugcon
A debugcon serial port emulator.