Emulate a PL011 serial device.
Synopsis:
vdev pl011 [delayed seconds|forever] hostdev [<|>]host_device_name [batch timeout]
Options:
- batch timeout
- If specified, instead of writing one character at a time the vdev batches
output until the number of microseconds specifed by
timeout has passed with no new characters coming
in.
- delayed
seconds|forever
- If specified, delay opening the device in the host until it is first
referenced by the guest.
- If the device isn't found in the host, continue trying for the number of
seconds specified by seconds before timing out (e.g.,
delayed 5). If seconds is set to
0 (e.g., delayed 0), try only once to
find the device on the host. If the argument is set to forever (e.g.,
delayed forever), never time out (i.e., keep trying to
find the device on the host).
- hostdev [<|>]host_device_name
- Use the host_device_name as the source and/or destination
of characters to the device.
- Use < (input) or > (output) to specify
if the host device specified by host_device_name provides
input or receives output, as you would in a shell.
For a list of options available to all vdevs, see Common vdev options at the beginning of this
chapter.
Description:
ARM only. The vdev pl011 vdev emulates a PL011 serial device.