
13 Sep
2018
13 Sep
'18
7:47 a.m.
On Thu, 2018-09-13 at 18:08 +0800, Yi Min Zhao wrote:
[...]
+ virReportError(VIR_ERR_CONFIG_UNSUPPORTED, + "%s", + _("This QEMU binary doesn't support zPCI."));
No full stop at the end of the error message, please.
Could you please explain more?
Just remove the full stop, like virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", _("This QEMU binary doesn't support zPCI")); -- Andrea Bolognani / Red Hat / Virtualization