qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3] hw/virtio/vhost: Fix typo in comment.


From: Laurent Vivier
Subject: Re: [PATCH v3] hw/virtio/vhost: Fix typo in comment.
Date: Fri, 17 Dec 2021 10:46:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

Le 23/11/2021 à 12:48, lagarcia@linux.ibm.com a écrit :
From: Leonardo Garcia <lagarcia@br.ibm.com>

Signed-off-by: Leonardo Garcia <lagarcia@br.ibm.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
  hw/virtio/vhost.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c
index 437347ad01..20913cf8fb 100644
--- a/hw/virtio/vhost.c
+++ b/hw/virtio/vhost.c
@@ -313,7 +313,7 @@ static int vhost_dev_has_iommu(struct vhost_dev *dev)
       * For vhost, VIRTIO_F_IOMMU_PLATFORM means the backend support
       * incremental memory mapping API via IOTLB API. For platform that
       * does not have IOMMU, there's no need to enable this feature
-     * which may cause unnecessary IOTLB miss/update trnasactions.
+     * which may cause unnecessary IOTLB miss/update transactions.
       */
      return virtio_bus_device_iommu_enabled(vdev) &&
             virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM);


Applied to my trivial-patches branch.

Thanks,
Laurent





reply via email to

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