[libvirt] [PATCH v5 08/13] qemu: Add zPCI address definition check

Andrea Bolognani abologna at redhat.com
Thu Sep 13 11:47:34 UTC 2018


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




More information about the libvir-list mailing list