Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-08 | tweak virtio comments | Robert Morris | 1 | -1/+1 | |
2021-10-17 | port virtio_disk to virtio spec 1.0+ | Xi Wang | 1 | -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-05 | improve virtio_disk comments; bring it closer to wording in the spec | Robert Morris | 1 | -7/+29 | |
2019-07-01 | Introduce alloc3_desc and UsedArea to make code easier to read | Frans Kaashoek | 1 | -0/+10 | |
2019-06-13 | for spinlocks, use gcc intrinsics, but say what they compile to | Robert Morris | 1 | -12/+12 | |
2019-06-13 | clean up virtio code | Robert Morris | 1 | -2/+5 | |
2019-06-13 | virtio disk driver | Robert Morris | 1 | -0/+59 | |