On Tue, Dec 20, 2011 at 06:13:08PM +0100, Markus Armbruster wrote: > Commit 6daf194d got rid of them, but Hans and Gerd added some more > lately. Tracked down with this Coccinelle semantic patch: > > @r@ > expression fmt; > position p; > @@ > error_report(fmt, ...)@p > @script:python@ > fmt << r.fmt; > p << r.p; > @@ > if "\\n" in str(fmt): > print "%s:%s:%s:%s" % (p[0].file, p[0].line, p[0].column, fmt) > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > hw/usb-bus.c | 12 ++++++------ > usb-redir.c | 4 ++-- > 2 files changed, 8 insertions(+), 8 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan