[Xen-devel] [PATCH for-4.6] libxl: use correct command line for arm guests.

2015-08-06 Thread Ian Campbell
We need to use libxl__domain_build_state.pv_cmdline in order to pickup the correct args when using pygrub. libxl_domain_build_info.cmdline is any args statically configured by the user. This is consistent with the call to xc_domain_allocate, which takes the cmdline too (in that case for x86/PV usa

Re: [Xen-devel] [PATCH for-4.6] libxl: use correct command line for arm guests.

2015-08-06 Thread Wei Liu
On Thu, Aug 06, 2015 at 11:55:57AM +0100, Ian Campbell wrote: > We need to use libxl__domain_build_state.pv_cmdline in order to pickup > the correct args when using pygrub. libxl_domain_build_info.cmdline is > any args statically configured by the user. > > This is consistent with the call to xc_d

Re: [Xen-devel] [PATCH for-4.6] libxl: use correct command line for arm guests.

2015-08-06 Thread Ian Campbell
On Thu, 2015-08-06 at 12:10 +0100, Wei Liu wrote: > On Thu, Aug 06, 2015 at 11:55:57AM +0100, Ian Campbell wrote: > > We need to use libxl__domain_build_state.pv_cmdline in order to pickup > > the correct args when using pygrub. libxl_domain_build_info.cmdline is > > any args statically configured