On Mon, 2014-06-16 at 01:14 -0600, Chun Yan Liu wrote:
> > > > > @@ -1007,9 +1030,16 @@ static void parse_config_data(const char
> > > > *config_source,
> > > > >
> > > > > switch(b_info->type) {
> > > > > case LIBXL_DOMAIN_TYPE_HVM:
> > > > > -if (!xlu_cfg_get_string
>>> On 6/13/2014 at 04:28 PM, in message
<1402648083.26678.17.ca...@kazak.uk.xensource.com>, Ian Campbell
wrote:
> On Thu, 2014-06-12 at 23:43 -0600, Chun Yan Liu wrote:
> > > > +static char *parse_cmdline(XLU_Config *config)
> > > > +{
> > > > +char *cmdline = NULL;
> > > > +con
On Thu, 2014-06-12 at 23:43 -0600, Chun Yan Liu wrote:
> > > +static char *parse_cmdline(XLU_Config *config)
> > > +{
> > > +char *cmdline = NULL;
> > > +const char *root = NULL, *extra = "";
> > > +
> > > +xlu_cfg_get_string (config, "root", &root, 0);
> > > +xlu_cfg_get_stri
>>> On 6/12/2014 at 05:58 PM, in message
<1402567125.9177.26.ca...@kazak.uk.xensource.com>, Ian Campbell
wrote:
> On Wed, 2014-06-04 at 15:34 +0800, Chunyan Liu wrote:
> > xen side patch to support xen HVM direct kernel boot:
> > support 'kernel', 'ramdisk', 'root', 'extra' in HVM config file