qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 3/3] hw/virtio: rename virtio dmabuf API
Date: Tue, 9 Jan 2024 22:14:44 +0100
User-agent: Mozilla Thunderbird

On 9/1/24 13:56, 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.

Signed-off-by: Albert Esteve <aesteve@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
---
  hw/display/virtio-dmabuf.c        | 14 ++++----
  hw/virtio/vhost-user.c            | 14 ++++----
  include/hw/virtio/virtio-dmabuf.h | 33 +++++++++---------
  tests/unit/test-virtio-dmabuf.c   | 58 +++++++++++++++----------------
  4 files changed, 60 insertions(+), 59 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]