[PATCH 0/3] feature related cleanups
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2025-10-09 11:24:26
Also in:
lkml
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2025-10-09 11:24:26
Also in:
lkml
A minor cleanup around handling of feature bits: this fixes up terminology and adds build checks. Lightly tested. Michael S. Tsirkin (3): virtio: dwords->qwords virtio: words->dwords vhost: use checked versions of VIRTIO_BIT drivers/vhost/net.c | 14 +++++------ drivers/virtio/virtio.c | 8 +++---- drivers/virtio/virtio_debug.c | 2 +- drivers/virtio/virtio_pci_modern_dev.c | 6 ++--- include/linux/virtio.h | 2 +- include/linux/virtio_features.h | 33 ++++++++++++++++---------- include/linux/virtio_pci_modern.h | 8 +++---- scripts/lib/kdoc/kdoc_parser.py | 2 +- 8 files changed, 42 insertions(+), 33 deletions(-) -- MST