36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
|
|
From 208e92b8d029d8483f994858304d49af5b6d875a Mon Sep 17 00:00:00 2001
|
||
|
|
From: Stefano Garzarella <sgarzare@redhat.com>
|
||
|
|
Date: Mon, 28 Mar 2022 17:20:22 +0200
|
||
|
|
Subject: [PATCH] vhost-vdpa: fix typo in a comment
|
||
|
|
MIME-Version: 1.0
|
||
|
|
Content-Type: text/plain; charset=UTF-8
|
||
|
|
Content-Transfer-Encoding: 8bit
|
||
|
|
|
||
|
|
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>
|
||
|
|
Signed-off-by: fangyi <eric.fangyi@huawei.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 3b5456cc0e..b66697da6e 100644
|
||
|
|
--- a/hw/virtio/vhost-vdpa.c
|
||
|
|
+++ b/hw/virtio/vhost-vdpa.c
|
||
|
|
@@ -301,7 +301,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.27.0
|
||
|
|
|