All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vhost-vdpa: fix typo in a comment
@ 2022-03-28 15:20 Stefano Garzarella
  2022-03-28 22:40 ` Philippe Mathieu-Daudé
  2022-03-31 19:31 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Stefano Garzarella @ 2022-03-28 15:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Stefano Garzarella, Michael S. Tsirkin

Replace vpda with vdpa.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
---
 hw/virtio/vhost-vdpa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c
index c5ed7a3779..8adf7c0b92 100644
--- a/hw/virtio/vhost-vdpa.c
+++ b/hw/virtio/vhost-vdpa.c
@@ -299,7 +299,7 @@ static void vhost_vdpa_listener_region_del(MemoryListener *listener,
     memory_region_unref(section->mr);
 }
 /*
- * IOTLB API is used by vhost-vpda which requires incremental updating
+ * IOTLB API is used by vhost-vdpa which requires incremental updating
  * of the mapping. So we can not use generic vhost memory listener which
  * depends on the addnop().
  */
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vhost-vdpa: fix typo in a comment
  2022-03-28 15:20 [PATCH] vhost-vdpa: fix typo in a comment Stefano Garzarella
@ 2022-03-28 22:40 ` Philippe Mathieu-Daudé
  2022-03-31 19:31 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-28 22:40 UTC (permalink / raw)
  To: Stefano Garzarella, qemu-devel; +Cc: qemu-trivial, Michael S. Tsirkin

On 28/3/22 17:20, Stefano Garzarella wrote:
> Replace vpda with vdpa.
> 
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
>   hw/virtio/vhost-vdpa.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vhost-vdpa: fix typo in a comment
  2022-03-28 15:20 [PATCH] vhost-vdpa: fix typo in a comment Stefano Garzarella
  2022-03-28 22:40 ` Philippe Mathieu-Daudé
@ 2022-03-31 19:31 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2022-03-31 19:31 UTC (permalink / raw)
  To: Stefano Garzarella, qemu-devel; +Cc: qemu-trivial, Michael S. Tsirkin

Le 28/03/2022 à 17:20, Stefano Garzarella a écrit :
> Replace vpda with vdpa.
> 
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
>   hw/virtio/vhost-vdpa.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c
> index c5ed7a3779..8adf7c0b92 100644
> --- a/hw/virtio/vhost-vdpa.c
> +++ b/hw/virtio/vhost-vdpa.c
> @@ -299,7 +299,7 @@ static void vhost_vdpa_listener_region_del(MemoryListener *listener,
>       memory_region_unref(section->mr);
>   }
>   /*
> - * IOTLB API is used by vhost-vpda which requires incremental updating
> + * IOTLB API is used by vhost-vdpa which requires incremental updating
>    * of the mapping. So we can not use generic vhost memory listener which
>    * depends on the addnop().
>    */

Applied to my trivial-patches branch.

Thanks,
Laurent



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-31 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 15:20 [PATCH] vhost-vdpa: fix typo in a comment Stefano Garzarella
2022-03-28 22:40 ` Philippe Mathieu-Daudé
2022-03-31 19:31 ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.