On Wed, Jul 12, 2017 at 6:49 PM, Markus Armbruster <arm...@redhat.com> wrote: > Alistair Francis <alistair.fran...@xilinx.com> writes: > >> QEMU currently has a standard method to report errors with >> error_repot(). This ensure a sane and standard format when printing >> errors. This series is attempting to extend this functionality for >> warnings and information as well. >> >> This patch renames error_print_loc() function to be more clear, but I >> didn't bother renaming the others. It seems silly to change >> error_printf() to error_warning_printf() and printf is already taken so >> I just left it as is. > > I can take this through my tree once PATCH 4 got some R-by from PC > paintainers. Whom you again neglected to cc; I just did that for you. > I'll be happy to touch up minor issues like the ones I pointed out for > v4.
Thanks for CCing them. I keep assuming git send-email will CC from the suggested-by line, but apparently not. Thanks, Alistair