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

Class VIRTIOBlockDevice

tinyemu/virtio.c:991–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989} BlockRequest;
990
991typedef struct VIRTIOBlockDevice {
992 VIRTIODevice common;
993 BlockDevice *bs;
994
995 BOOL req_in_progress;
996 BlockRequest req; /* request in progress */
997} VIRTIOBlockDevice;
998
999typedef struct {
1000 uint32_t type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected