[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] parse_config_data()...
Hi Stefano, In parse_config_data(): init_create_info(c_info); <--- sets hvm and hap to 1, then:. c_info->hvm = 0; if (!xlu_cfg_get_string (config, "builder", &buf) && !strncmp(buf, "hvm", strlen(buf))) c_info->hvm = 1; if (!xlu_cfg_get_long (config, "hap", &l)) <-------- already 1 c_info->hap = l; <--- letter 'el' no big deal, but just confusing for someone reading the code... thanks, Mukesh _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |