[PATCH 0/3] feature related cleanups

Michael S. Tsirkin posted 3 patches 4 months ago
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(-)
[PATCH 0/3] feature related cleanups
Posted by Michael S. Tsirkin 4 months ago
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