Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2020-01-03 Thread Julien Grall
Hi Andrew, On 02/01/2020 17:40, Andrew Cooper wrote: On 30/12/2019 13:45, Julien Grall wrote: Hi, On 30/12/2019 13:38, Andrew Cooper wrote: On 30/12/2019 13:15, Julien Grall wrote: Hi Andrew, On 27/12/2019 13:45, Andrew Cooper wrote: The call to xc_domain_disable_migrate() is made only

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2020-01-02 Thread Andrew Cooper
On 30/12/2019 13:45, Julien Grall wrote: > Hi, > > On 30/12/2019 13:38, Andrew Cooper wrote: >> On 30/12/2019 13:15, Julien Grall wrote: >>> Hi Andrew, >>> >>> On 27/12/2019 13:45, Andrew Cooper wrote: The call to xc_domain_disable_migrate() is made only from x86, while its handling

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2019-12-30 Thread Julien Grall
Hi, On 30/12/2019 13:38, Andrew Cooper wrote: On 30/12/2019 13:15, Julien Grall wrote: Hi Andrew, On 27/12/2019 13:45, Andrew Cooper wrote: The call to xc_domain_disable_migrate() is made only from x86, while its handling in Xen is common.  Move it to the libxl__build_pre().

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2019-12-30 Thread Andrew Cooper
On 30/12/2019 13:15, Julien Grall wrote: > Hi Andrew, > > On 27/12/2019 13:45, Andrew Cooper wrote: >> The call to xc_domain_disable_migrate() is made only from x86, while its >> handling in Xen is common.  Move it to the libxl__build_pre(). >> >> hvm_set_conf_params(),

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2019-12-30 Thread Julien Grall
Hi Andrew, On 27/12/2019 13:45, Andrew Cooper wrote: The call to xc_domain_disable_migrate() is made only from x86, while its handling in Xen is common. Move it to the libxl__build_pre(). hvm_set_conf_params(), hvm_set_viridian_features(), hvm_set_mca_capabilities(), and the altp2m logic is

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2019-12-30 Thread Wei Liu
On Fri, Dec 27, 2019 at 02:50:58PM +0100, Jan Beulich wrote: > On 27.12.2019 14:45, Andrew Cooper wrote: > > The call to xc_domain_disable_migrate() is made only from x86, while its > > handling in Xen is common. Move it to the libxl__build_pre(). > > > > hvm_set_conf_params(),

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2019-12-30 Thread Wei Liu
On Fri, Dec 27, 2019 at 01:45:16PM +, Andrew Cooper wrote: > The call to xc_domain_disable_migrate() is made only from x86, while its > handling in Xen is common. Move it to the libxl__build_pre(). > > hvm_set_conf_params(), hvm_set_viridian_features(), > hvm_set_mca_capabilities(), and the

Re: [Xen-devel] [PATCH] tools/libxl: Reposition build_pre() logic between architectures

2019-12-27 Thread Jan Beulich
On 27.12.2019 14:45, Andrew Cooper wrote: > The call to xc_domain_disable_migrate() is made only from x86, while its > handling in Xen is common. Move it to the libxl__build_pre(). > > hvm_set_conf_params(), hvm_set_viridian_features(), > hvm_set_mca_capabilities(), and the altp2m logic is all