| 989 | } BlockRequest; |
| 990 | |
| 991 | typedef struct VIRTIOBlockDevice { |
| 992 | VIRTIODevice common; |
| 993 | BlockDevice *bs; |
| 994 | |
| 995 | BOOL req_in_progress; |
| 996 | BlockRequest req; /* request in progress */ |
| 997 | } VIRTIOBlockDevice; |
| 998 | |
| 999 | typedef struct { |
| 1000 | uint32_t type; |
nothing calls this directly
no outgoing calls
no test coverage detected