]> git.proxmox.com Git - mirror_qemu.git/commitdiff
vhost-vdpa: fix typo in a comment
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 28 Mar 2022 15:20:22 +0000 (17:20 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 31 Mar 2022 19:30:56 +0000 (21:30 +0200)
Replace vpda with vdpa.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220328152022.73245-1-sgarzare@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/virtio/vhost-vdpa.c

index c5ed7a3779398740b145a1f6164628bb00c034f8..8adf7c0b92d9c0e7d7c03ed2e203814de3863f52 100644 (file)
@@ -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().
  */