Displaying 1 result from an estimated 1 matches for "ich_force_enable_hpet".
2012 Feb 15
2
HYBRID: memory mapped IO
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 gue...