From: Zenghui Yu <yuzenghui@huawei.com>
To: <qemu-devel@nongnu.org>, <qemu-arm@nongnu.org>,
<eric.auger@redhat.com>, <peter.maydell@linaro.org>
Cc: wanghaibin.wang@huawei.com
Subject: Re: [PATCH] hw/arm/smmuv3: Fix addr_mask for range-based invalidation
Date: Sat, 26 Dec 2020 09:45:29 +0800 [thread overview]
Message-ID: <eb91a3fa-1e51-b1dd-008f-2aace04385a0@huawei.com> (raw)
In-Reply-To: <20201225095015.609-1-yuzenghui@huawei.com>
On 2020/12/25 17:50, Zenghui Yu wrote:
> @@ -821,6 +821,8 @@ static void smmuv3_notify_iova(IOMMUMemoryRegion *mr,
> return;
> }
> granule = tt->granule_sz;
> + } else {
> + guanule = tg * 2 + 10;
I'm embarrassed about that.
s/guanule/granule/
> }
>
> event.type = IOMMU_NOTIFIER_UNMAP;
next prev parent reply other threads:[~2020-12-26 1:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-25 9:50 [PATCH] hw/arm/smmuv3: Fix addr_mask for range-based invalidation Zenghui Yu
2020-12-26 1:45 ` Zenghui Yu [this message]
2021-01-28 8:25 ` Auger Eric
2021-01-28 21:30 ` Auger Eric
2021-01-29 12:15 ` Zenghui Yu
2021-01-29 13:10 ` Auger Eric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eb91a3fa-1e51-b1dd-008f-2aace04385a0@huawei.com \
--to=yuzenghui@huawei.com \
--cc=eric.auger@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=wanghaibin.wang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).