From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: Superpages for VT-D Date: Tue, 24 Jul 2012 20:41:50 +0100 Message-ID: <20120724194150.GA68065@ocelot.phlegethon.org> References: <7914B38A4445B34AA16EB9F1352942F1012F0CDD8A71@SJCPMAILBOX01.citrite.net> <20120719102326.GC75169@ocelot.phlegethon.org> <7914B38A4445B34AA16EB9F1352942F1012F0CDD9588@SJCPMAILBOX01.citrite.net> <20120719145318.GA78502@ocelot.phlegethon.org> <7914B38A4445B34AA16EB9F1352942F1012F0D841328@SJCPMAILBOX01.citrite.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <7914B38A4445B34AA16EB9F1352942F1012F0D841328@SJCPMAILBOX01.citrite.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Santosh Jodh Cc: "xiantao.zhang@intel.com" , "Nakajima, Jun" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org At 10:56 -0700 on 23 Jul (1343040996), Santosh Jodh wrote: > Is there an easy way to see the mapping sizes being used for a VM in the IOMMU? Doesn't look like it. If the IOMMU is sharing the EPT table you can use the 'D' debug-key to dump the EPT tables, but I don't think there's an equivalent for the IOMMU tables. I'm sure it wouldn't be too hard to do, though. Tim.