]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
virtio: clean up features qword/dword terms
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 21 Oct 2025 14:56:57 +0000 (10:56 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:03:24 +0000 (14:03 +0100)
commit9223cdb994d9327ebce47a5749a763fb820bd2c1
tree954a90e017744a0c8dc31f30280a3022f8aebc8f
parentce46f6a8d62449c6cd0710756717c0c233014b13
virtio: clean up features qword/dword terms

[ Upstream commit 9513f25056b22100ddffe24898c587873b0d022c ]

virtio pci uses word to mean "16 bits". mmio uses it to mean
"32 bits".

To avoid confusion, let's avoid the term in core virtio
altogether. Just say U64 to mean "64 bit".

Fixes: e7d4c1c5a546 ("virtio: introduce extended features")
Cc: Paolo Abeni <pabeni@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-ID: <ad53b7b6be87fc524f45abaeca0bb05fb3633397.1764225384.git.mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/vhost/net.c
drivers/virtio/virtio.c
drivers/virtio/virtio_debug.c
drivers/virtio/virtio_pci_modern_dev.c
include/linux/virtio.h
include/linux/virtio_config.h
include/linux/virtio_features.h
include/linux/virtio_pci_modern.h