On 17/08/2018 16:12, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.l...@citrix.com>
> ---
>  xen/common/domain.c | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/xen/common/domain.c b/xen/common/domain.c
> index 171d25e..a22df12 100644
> --- a/xen/common/domain.c
> +++ b/xen/common/domain.c
> @@ -318,8 +318,14 @@ struct domain *domain_create(domid_t domid,
>      if ( !is_idle_domain(d) )
>      {
>          if ( config->flags & XEN_DOMCTL_CDF_hvm_guest )

As discovered during my domain creation rewrite work, libxl on ARM
doesn't set hvm/hap.

IMO, they should, and libxl should be fixed.

~Andrew

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

Reply via email to