Expand description
Driver for VirtIO block devices.
Structs§
- BlkReq
- A VirtIO block device request.
- BlkResp
- Response of a VirtIOBlk request.
- Resp
Status - Status of a VirtIOBlk request.
- VirtIO
Blk - Driver for a VirtIO block device.
Constants§
- SECTOR_
SIZE - The standard sector size of a VirtIO block device. Data is read and written in multiples of this size.