Re: [PATCH] PVH: remove code to map iomem from guest

2013-02-06 Thread Mukesh Rathor
On Wed, 6 Feb 2013 10:39:13 -0500 Konrad Rzeszutek Wilk wrote: > On Wed, Jan 30, 2013 at 02:55:29PM -0800, Mukesh Rathor wrote: > > It was decided during xen patch review that xen map the iomem > > transparently, so remove xen_set_clr_mmio_pvh_pte() and the sub > > hypercall PHYSDEVOP_map_iomem.

Re: [PATCH] PVH: remove code to map iomem from guest

2013-02-06 Thread Konrad Rzeszutek Wilk
On Wed, Jan 30, 2013 at 02:55:29PM -0800, Mukesh Rathor wrote: > It was decided during xen patch review that xen map the iomem > transparently, so remove xen_set_clr_mmio_pvh_pte() and the sub > hypercall PHYSDEVOP_map_iomem. > G.. No Signed-off-by?? > --- > arch/x86/xen/mmu.c

[PATCH] PVH: remove code to map iomem from guest

2013-01-30 Thread Mukesh Rathor
It was decided during xen patch review that xen map the iomem transparently, so remove xen_set_clr_mmio_pvh_pte() and the sub hypercall PHYSDEVOP_map_iomem. --- arch/x86/xen/mmu.c | 14 -- arch/x86/xen/setup.c| 16 include/xen/interface/ph