qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH qemu v18 1/5] memory: Add reporting of supported p


From: Paolo Bonzini
Subject: Re: [Qemu-ppc] [PATCH qemu v18 1/5] memory: Add reporting of supported page sizes
Date: Tue, 21 Jun 2016 12:23:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1


On 21/06/2016 08:16, David Gibson wrote:
>>      for (addr = 0; addr < memory_region_size(mr); addr += granularity) {
>>          iotlb = mr->iommu_ops->translate(mr, addr, is_write);
>>          if (iotlb.perm != IOMMU_NONE) {
> 
> Paolo, are you ok for me to make that small change and take this
> through my tree?

Sure.

Paolo



reply via email to

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