From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soklo-0002FN-TB for qemu-devel@nongnu.org; Tue, 10 Jul 2012 20:27:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sokll-0005Ck-PB for qemu-devel@nongnu.org; Tue, 10 Jul 2012 20:27:08 -0400 Message-ID: <1341966409.18850.18.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 11 Jul 2012 10:26:49 +1000 In-Reply-To: <4FFCC62E.1080207@ozlabs.ru> References: <1341899497-23265-1-git-send-email-aik@ozlabs.ru> <1341899497-23265-3-git-send-email-aik@ozlabs.ru> <4FFCAC0D.4040800@freescale.com> <4FFCC0DE.7060400@ozlabs.ru> <1341965092.18850.11.camel@pasglop> <4FFCC62E.1080207@ozlabs.ru> 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: Alexey Kardashevskiy Cc: Alexander Graf , qemu-devel@nongnu.org, Alex Williamson , qemu-ppc@nongnu.org, Scott Wood , David Gibson On Wed, 2012-07-11 at 10:17 +1000, Alexey Kardashevskiy wrote: > So the current one would be SPAPR_TCE_32? No, the iommu type is SPAPR_TCE, but the *window* info you get here is the 32-bit window. My thinking is add some versionning and a bunch of reserved fields to that info struct so we can stick a few more things, or at the very least add a flags field, so we can return if/when we support DDW etc... on that iommu. Cheers, Ben.