summaryrefslogtreecommitdiff
path: root/kernel/virtio.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-08tweak virtio commentsRobert Morris1-1/+1
2021-10-17port virtio_disk to virtio spec 1.0+Xi Wang1-4/+6
The legacy interface is confusing. It's better to make virtio_disk conform to the virtio spec. This is supported in QEMU since 4.2 by disabling force-legacy for virtio-mmio.
2020-10-05improve virtio_disk comments; bring it closer to wording in the specRobert Morris1-7/+29
2019-07-01Introduce alloc3_desc and UsedArea to make code easier to readFrans Kaashoek1-0/+10
2019-06-13for spinlocks, use gcc intrinsics, but say what they compile toRobert Morris1-12/+12
2019-06-13clean up virtio codeRobert Morris1-2/+5
2019-06-13virtio disk driverRobert Morris1-0/+59