From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH] dump_p2m_table: For IOMMU Date: Wed, 08 Aug 2012 08:31:56 +0100 Message-ID: <5022320C0200007800093760@nat28.tlf.novell.com> References: <8b634f1786825a98ce70.1344350958@REDBLD-XS.ad.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <8b634f1786825a98ce70.1344350958@REDBLD-XS.ad.xensource.com> Content-Disposition: inline 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: wei.wang2@amd.com, tim@xen.org, xiantao.zhang@intel.com, xen-devel List-Id: xen-devel@lists.xenproject.org >>> On 07.08.12 at 16:49, Santosh Jodh wrote: > +void __init setup_iommu_dump(void) > +{ > + register_keyhandler('I', &iommu_p2m_table); > +} Are you btw aware that a handler for 'I' already exists (in xen/arch/x86/hvm/irq.c)? Jan