Expand description

VirtIO guest drivers.

Structs

Response of a VirtIOBlk request.

Both queues use the same virtio_input_event struct. type, code and value are filled according to the Linux input layer (evdev) interface.

The virtio block device is a simple virtual block device (ie. disk).

Virtio console. Only one single port is allowed since ``alloc’’ is disabled. Emergency and cols/rows unimplemented.

A virtio based graphics adapter.

MMIO Device Legacy Register Interface.

Virtual human interface devices such as keyboards, mice and tablets.

The virtio network device is a virtual ethernet card.

Enums

Types of virtio devices.

The error type of VirtIO drivers.

Status of a VirtIOBlk request.

Type Definitions

The type returned by driver methods.