>>> On 17.08.18 at 17:12, <wei.l...@citrix.com> wrote:
> Since it is defined in common header file, introduce CONFIG_HVM to
> Arm to avoid breakage.
> 
> Signed-off-by: Wei Liu <wei.l...@citrix.com>
> ---
>  xen/arch/arm/Kconfig    | 3 +++
>  xen/include/xen/sched.h | 6 ++++++
>  2 files changed, 9 insertions(+)
> 
> diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
> index 586bc62..c0e969e 100644
> --- a/xen/arch/arm/Kconfig
> +++ b/xen/arch/arm/Kconfig
> @@ -52,6 +52,9 @@ config HAS_ITS
>          prompt "GICv3 ITS MSI controller support" if EXPERT = "y"
>          depends on GICV3 && !NEW_VGIC
>  
> +config HVM
> +        def_bool y

I'm not convinced this is a good idea, but I'll let the ARM maintainers
judge.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to