qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix typo in comment.


From: Leonardo Augusto Guimarães Garcia
Subject: Re: [PATCH] Fix typo in comment.
Date: Wed, 17 Nov 2021 17:23:28 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

On 1/29/21 05:00, Laurent Vivier wrote:
> Le 26/01/2021 à 19:26, lagarcia@linux.ibm.com a écrit :
>> From: Leonardo Garcia <lagarcia@br.ibm.com>
>>
>> Signed-off-by: Leonardo Garcia <lagarcia@br.ibm.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 28c7d78172..d6d290e79f 100644
>> --- a/hw/virtio/vhost.c
>> +++ b/hw/virtio/vhost.c
>> @@ -285,7 +285,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 vdev->dma_as != &address_space_memory &&
>>             virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM);
>>
> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
>
> Please, re-send your patch to qemu-devel@nongnu.org, this is the reference 
> list.


Thanks for the guidance. I'll do that now, as no one did that in the
past months. :)


Cheers,


Leo


>
> Thanks,
> Laurent



reply via email to

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