[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [v2][PATCH 2/2] libxl: introduce gfx_passthru_kind
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.
Don't forget to update the manpages if you haven't already.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|