netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] virtio: feature related cleanups
@ 2025-10-21 14:56 Michael S. Tsirkin
  2025-10-21 14:56 ` [PATCH v2 1/2] virtio: clean up features qword/dword terms Michael S. Tsirkin
  0 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2025-10-21 14:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Lunn, netdev


A minor cleanup around handling of feature bits: this fixes
up terminology and adds build checks.

Lightly tested.

changes from v1:
	dropped using "word" completely


Michael S. Tsirkin (2):
  virtio: clean up features qword/dword terms
  vhost: use checked versions of VIRTIO_BIT

 drivers/vhost/net.c                    | 16 +++++------
 drivers/virtio/virtio.c                | 12 ++++-----
 drivers/virtio/virtio_debug.c          | 10 +++----
 drivers/virtio/virtio_pci_modern_dev.c |  6 ++---
 include/linux/virtio.h                 |  2 +-
 include/linux/virtio_config.h          |  2 +-
 include/linux/virtio_features.h        | 37 ++++++++++++++++----------
 include/linux/virtio_pci_modern.h      |  8 +++---
 scripts/lib/kdoc/kdoc_parser.py        |  2 +-
 9 files changed, 52 insertions(+), 43 deletions(-)

-- 
MST


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-22  5:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21 14:56 [PATCH v2 0/2] virtio: feature related cleanups Michael S. Tsirkin
2025-10-21 14:56 ` [PATCH v2 1/2] virtio: clean up features qword/dword terms Michael S. Tsirkin
2025-10-21 14:56   ` [PATCH v2 2/2] vhost: use checked versions of VIRTIO_BIT Michael S. Tsirkin
2025-10-22  2:20   ` [PATCH v2 1/2] virtio: clean up features qword/dword terms Andrew Lunn
2025-10-22  5:38     ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).