created | 2024-07-29T17:48:05Z |
---|---|
begin | 2024-07-26T06:29:01Z |
end | 2024-07-26T07:55:23Z |
path | src/sys |
commits | 1 |
date | 2024-07-26T07:55:23Z | |||
---|---|---|---|---|
author | sf | |||
files | src/sys/dev/pv/if_vio.c | log | diff | annotate |
src/sys/dev/pv/vioblk.c | log | diff | annotate | |
src/sys/dev/pv/vioblkreg.h | log | diff | annotate | |
src/sys/dev/pv/virtio.c | log | diff | annotate | |
src/sys/dev/pv/virtioreg.h | log | diff | annotate | |
message |
virtio: add/fix feature bits There was a off-by-one in unused vioblk feature defines. Fix this. Add missing feature bits from virtio 1.2 so that they are displayed with VIRTIO_DEBUG. ok jan@ |