]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
virtio_ring: rename dma_handle to map_handle
authorJason Wang <jasowang@redhat.com>
Thu, 21 Aug 2025 06:46:37 +0000 (14:46 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 1 Oct 2025 11:24:43 +0000 (07:24 -0400)
commit201e52ffe3349396303f741d098a9d285c52f44e
tree3d89e147bb221f473b298d3b43d6d1a045144547
parentb16060c5c7d56455da3c3c50b4a20a83c2a30810
virtio_ring: rename dma_handle to map_handle

Following patch will introduce virtio map operations which means the
address is not necessarily used for DMA. Let's rename the dma_handle
to map_handle first.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20250821064641.5025-6-jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Lei Yang <leiyang@redhat.com>
Reviewed-by: Eugenio Pérez <eperezma@redhat.com>
drivers/virtio/virtio_ring.c