MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / VIRTIOConsoleDevice

Class VIRTIOConsoleDevice

tinyemu/virtio.c:1263–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261/* console device */
1262
1263typedef struct VIRTIOConsoleDevice {
1264 VIRTIODevice common;
1265 CharacterDevice *cs;
1266} VIRTIOConsoleDevice;
1267
1268static int virtio_console_recv_request(VIRTIODevice *s, int queue_idx,
1269 int desc_idx, int read_size,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected