From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soi2f-0003XX-T3 for qemu-devel@nongnu.org; Tue, 10 Jul 2012 17:32:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Soi2e-0001uO-AP for qemu-devel@nongnu.org; Tue, 10 Jul 2012 17:32:21 -0400 Message-ID: <1341955927.2561.37.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 11 Jul 2012 07:32:07 +1000 In-Reply-To: <1341939323.2428.104.camel@bling.home> References: <1341899497-23265-1-git-send-email-aik@ozlabs.ru> <1341899497-23265-3-git-send-email-aik@ozlabs.ru> <1341939323.2428.104.camel@bling.home> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2] vfio-powerpc: added VFIO support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: Alexey Kardashevskiy , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Alexander Graf , David Gibson On Tue, 2012-07-10 at 10:55 -0600, Alex Williamson wrote: > > I wish you could do this through a MemoryListener like we do on x86. > Can you elaborate ? TCE (iommu) manipulation on PAPR is done via specific hypervisor calls, not sure what a MemoryListener would do here ... Cheers, Ben.