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.