[PATCH 0/3] feature related cleanups
From: Michael S. Tsirkin
Date: Thu Oct 09 2025 - 07:26:57 EST
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