Re: [PATCH 1/3] xen: remove tests for pvh mode in pure pv paths

From: Boris Ostrovsky
Date: Fri Aug 04 2017 - 15:15:17 EST


On 08/04/2017 07:36 AM, Juergen Gross wrote:
> Remove the last tests for XENFEAT_auto_translated_physmap in pure
> PV-domain specific paths. PVH V1 is gone and the feature will always
> be "false" in PV guests.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>

Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>

I wonder whether the remaining use of this flag can be replaced with
appropriate xen_*_domain()?

-boris