On 2015/3/20 18:11, Ian Campbell wrote:
On Fri, 2015-03-20 at 18:08 +0800, Chen, Tiejun wrote:+ if (!xlu_cfg_get_string(config, "gfx_passthru_kind", &buf, 0)) { + if (libxl_gfx_passthru_kind_from_string(buf, + &b_info->u.hvm.gfx_passthru_kind)) { + fprintf(stderr, + "ERROR: invalid value \"%s\" for \"gfx_passthru_kind\"\n", + buf); + exit (1); + } + }This unnecessary bit seems to have crept back in.
Sorry to hit this again when I address other comments.
Don't forget to update the manpages if you haven't already.
Looks I need to update docs/man/xl.cfg.pod.5. Thanks Tiejun
