[PATCH v2 0/2] virtio: feature related cleanups

Michael S. Tsirkin posted 2 patches 3 months, 2 weeks ago
Only 1 patches received!
There is a newer version of this series
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(-)
[PATCH v2 0/2] virtio: feature related cleanups
Posted by Michael S. Tsirkin 3 months, 2 weeks ago
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