From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: HYBRID: memory mapped IO Date: Wed, 15 Feb 2012 12:11:35 -0800 Message-ID: <20120215121135.393a2efa@mantra.us.oracle.com> References: <20120214185314.5546a24e@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: "Xen-devel@lists.xensource.com" , Keir Fraser , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Wed, 15 Feb 2012 11:49:59 +0000 Stefano Stabellini wrote: > In this case QEMU calls xc_domain_memory_mapping, that in Xen becomes > XEN_DOMCTL_memory_mapping, that is implemented as set_mmio_p2m_entry. > So maybe you just need to call set_mmio_p2m_entry. Exactly what I was looking for. I knew I had seen that somewhere :)... thanks, Mukesh