We generally support old config formats indefinintely (see the disk
format) without emitting warnings.
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Ported over xl_cmdimpl.c -> xl_parse.c movement
if (!xlu_cfg_get_string(config, "builder", &buf, 0)) {
libxl_domain_type builder_type;
- if (c_info->type == LIBXL_DOMAIN_TYPE_INVALID)
- fprintf(stderr,
-"The \"builder\" option is being deprecated, please use \"type\" instead.\n");
if (!strncmp(buf, "hvm", strlen(buf)))
builder_type = LIBXL_DOMAIN_TYPE_HVM;
else if (!strncmp(buf, "generic", strlen(buf)))