Re: [Xen-devel] [PATCH] arm: fix Dom0 creation after ef72c93df9

2018-10-22 Thread Julien Grall
Hi Wei, On 10/22/18 2:40 PM, Wei Liu wrote: ARM Dom0 creation was broken by the said commit because ARM neither provided XEN_DOMCTL_CDF_hvm_guest nor had CONFIG_PV set. Set XEN_DOMCTL_CDF_hvm_guest flag for ARM Dom0 to fix the issue. Also set XEN_DOMCTL_CDF_hap while at it. Signed-off-by: Wei

Re: [Xen-devel] [PATCH] arm: fix Dom0 creation after ef72c93df9

2018-10-22 Thread Andrew Cooper
On 22/10/18 14:40, Wei Liu wrote: > ARM Dom0 creation was broken by the said commit because ARM neither > provided XEN_DOMCTL_CDF_hvm_guest nor had CONFIG_PV set. > > Set XEN_DOMCTL_CDF_hvm_guest flag for ARM Dom0 to fix the issue. Also > set XEN_DOMCTL_CDF_hap while at it. > > Signed-off-by: Wei L

[Xen-devel] [PATCH] arm: fix Dom0 creation after ef72c93df9

2018-10-22 Thread Wei Liu
ARM Dom0 creation was broken by the said commit because ARM neither provided XEN_DOMCTL_CDF_hvm_guest nor had CONFIG_PV set. Set XEN_DOMCTL_CDF_hvm_guest flag for ARM Dom0 to fix the issue. Also set XEN_DOMCTL_CDF_hap while at it. Signed-off-by: Wei Liu --- xen/arch/arm/setup.c | 1 + 1 file ch