| 1261 | /* console device */ |
| 1262 | |
| 1263 | typedef struct VIRTIOConsoleDevice { |
| 1264 | VIRTIODevice common; |
| 1265 | CharacterDevice *cs; |
| 1266 | } VIRTIOConsoleDevice; |
| 1267 | |
| 1268 | static int virtio_console_recv_request(VIRTIODevice *s, int queue_idx, |
| 1269 | int desc_idx, int read_size, |
nothing calls this directly
no outgoing calls
no test coverage detected