From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6jut-0001lm-Eo for qemu-devel@nongnu.org; Mon, 14 Jul 2014 13:20:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6jul-0001wv-QR for qemu-devel@nongnu.org; Mon, 14 Jul 2014 13:19:55 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45985 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6jul-0001vc-J7 for qemu-devel@nongnu.org; Mon, 14 Jul 2014 13:19:47 -0400 Message-ID: <53C41131.8090102@suse.de> Date: Mon, 14 Jul 2014 19:19:45 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405339783-4501-1-git-send-email-gwshan@linux.vnet.ibm.com> In-Reply-To: <1405339783-4501-1-git-send-email-gwshan@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sPAPR/IOMMU: Fix TCE entry permission List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gavin Shan , qemu-devel@nongnu.org Cc: aik@ozlabs.ru, alex.williamson@redhat.com On 14.07.14 14:09, Gavin Shan wrote: > The permission of TCE entry should exclude physical base address. > Otherwise, unmapping TCE entry can be interpreted to mapping TCE > entry wrongly for VFIO devices. > > Signed-off-by: Gavin Shan Thanks, applied to ppc-next-2.1. Alex