We generally support old config formats indefinintely (see the disk format) without emitting warnings.
Signed-off-by: George Dunlap <[email protected]> --- This is a candidate to backport to 4.10. CC: Ian Jackson <[email protected]> CC: Wei Liu <[email protected]> CC: Roger Pau Monne <[email protected]> CC: Jan Beulich <[email protected]> --- tools/xl/xl_parse.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/xl/xl_parse.c b/tools/xl/xl_parse.c index d19f85d37c..2f263ca5bd 100644 --- a/tools/xl/xl_parse.c +++ b/tools/xl/xl_parse.c @@ -869,9 +869,6 @@ void parse_config_data(const char *config_source, 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))) -- 2.15.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
