xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* HYBRID: memory mapped IO
@ 2012-02-15  2:53 Mukesh Rathor
  2012-02-15 11:49 ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Mukesh Rathor @ 2012-02-15  2:53 UTC (permalink / raw)
  To: Xen-devel@lists.xensource.com, Keir Fraser,
	stefano.stabellini@eu.citrix.com, Ian Campbell

Hi Guys,

ich_force_enable_hpet() in linux wants to do mmio. It calls ioremap_pte_range
to map phys addr to a VA. Xen then updates the PV dom0's L1 with
requested io attributes. I'm trying to figure how to do this for PV in
HVM container. I was hoping to update the EPT directly.

I was thinking of just doing guest_physmap_add_entry() but the mfn is not
going to be valid. Is there any other code path that will let me do this?

Another possiblity would be handle_mmio(). 

thanks,
Mukesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-15 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15  2:53 HYBRID: memory mapped IO Mukesh Rathor
2012-02-15 11:49 ` Stefano Stabellini
2012-02-15 20:11   ` Mukesh Rathor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).