Eduardo Habkost <ehabk...@redhat.com> writes: > On Thu, Sep 20, 2018 at 07:08:32AM -0400, Mao Zhongyi wrote: >> error_report and friends already add a "qemu-system-xxx" prefix >> to the string, so a "qemu:" prefix is redundant in the string. >> Just drop it. >> >> Reported-by: Thomas Huth <th...@redhat.com> >> Signed-off-by: Mao Zhongyi <maozhon...@cmss.chinamobile.com> > > Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> > > Markus, do you want to merge it through your tree?
Yes. > If we are already touching those messages, it would be nice if we > removed punctuation too on some cases below[1]. Yes. Done in my tree. I'm also tweaking the subject to Drop "qemu:" prefix from error_report() arguments Queued, thanks!