Re: [Xen-devel] [PATCH v11 04/12] xen/pvh: Don't setup P2M tree.

2013-12-18 Thread Konrad Rzeszutek Wilk
On Wed, Dec 18, 2013 at 02:39:35PM +, Stefano Stabellini wrote: > On Tue, 17 Dec 2013, Konrad Rzeszutek Wilk wrote: > > P2M is not available for PVH. Fortunatly for us the > > P2M code already has mostly the support for auto-xlat guest thanks to > > commit 3d24bbd7dddbea54358a9795abaf051b0f1897

Re: [Xen-devel] [PATCH v11 04/12] xen/pvh: Don't setup P2M tree.

2013-12-18 Thread Stefano Stabellini
On Tue, 17 Dec 2013, Konrad Rzeszutek Wilk wrote: > P2M is not available for PVH. Fortunatly for us the > P2M code already has mostly the support for auto-xlat guest thanks to > commit 3d24bbd7dddbea54358a9795abaf051b0f18973c > "grant-table: call set_phys_to_machine after mapping grant refs" > whic