OpenBSD cvs log

created 2024-01-15T10:12:39Z
begin 2023-12-02T00:00:00Z
end 2023-12-03T00:00:00Z
path src/sys
commits 1

date 2023-12-02T10:01:35Z
author sf
files src/sys/dev/pv/virtio.c log diff annotate
src/sys/dev/pv/virtiovar.h log diff annotate
message virtio: Fix handling of feature bits >= 32

Fix handling of feature bits >= 32. This does not yet affect any driver
as no high feature bit besides VERSION_1 is used, and that one has
special handling.

Also, with VIRTIO_DEBUG, simply walk through all transport and device
feature names, so that we don't need to adjust the if clause whenever
the standard introduces new transport features.

ok jan@ bluhm@