On Wed, 11 Feb 2015, Luis R. Rodriguez wrote:
> From: "Luis R. Rodriguez" <mcg...@suse.com>
> 
> This lets us expose XEN_PVH and set what is required for it.
> This only exists on the x86 universe. This is as per the agreed
> upon Xen Kconfig changes [0].
> 
> [0] http://comments.gmane.org/gmane.comp.emulators.xen.devel/231579
> 
> Signed-off-by: Luis R. Rodriguez <mcg...@suse.com>
> ---
>  arch/x86/xen/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
> index 4d3db19..b675e14 100644
> --- a/arch/x86/xen/Kconfig
> +++ b/arch/x86/xen/Kconfig
> @@ -49,5 +49,6 @@ config XEN_DEBUG_FS
>  
>  config XEN_PVH
>       bool "Support for running as a PVH guest"
> -     depends on X86_64 && XEN && XEN_PVHVM
> +     depends on X86_64 && XEN
> +     select XEN_PVHVM
>       def_bool n

As I wrote here
alpine.deb.2.02.1502251417360.23...@kaball.uk.xensource.com I think we
should remove XEN_PVHVM as it is not adding much on top of XEN_FRONTEND.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to