Re: [PATCH v2 3/3] hw/virtio: rename virtio dmabuf API

2023-12-07 Thread Albert Esteve
On Thu, Dec 7, 2023 at 3:55 PM Albert Esteve wrote: > Functions in the virtio-dmabuf module > start with 'virtio_*', which is too > generic and may not correctly identify > them as part of the virtio dmabuf API. > > Rename all functions to 'virtio_dmabuf_*' > instead to avoid confusion. > > Signe

[PATCH v2 3/3] hw/virtio: rename virtio dmabuf API

2023-12-07 Thread Albert Esteve
Functions in the virtio-dmabuf module start with 'virtio_*', which is too generic and may not correctly identify them as part of the virtio dmabuf API. Rename all functions to 'virtio_dmabuf_*' instead to avoid confusion. Signed-off-by: Albert Esteve --- hw/display/virtio-dmabuf.c| 14 +