Re: [Qemu-devel] [PATCH v2 0/5] More warning reporting fixed

2017-07-28 Thread Alistair Francis
On Fri, Jul 28, 2017 at 3:37 PM, wrote: > Hi, > > This series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally. > > Subject: [Qemu-devel] [PATCH v2 0/5] More

Re: [Qemu-devel] [PATCH v2 0/5] More warning reporting fixed

2017-07-28 Thread Alistair Francis
On Fri, Jul 28, 2017 at 3:14 PM, Alistair Francis wrote: > This series expands on my previous series by converting more existing > prints to use warn_report() instead of error_report() or fprintf(). > > V2: > - Fixup auto CC logic so everyone is CCed + Markus who got dropped off the cover letter

[Qemu-devel] [PATCH v2 0/5] More warning reporting fixed

2017-07-28 Thread Alistair Francis
This series expands on my previous series by converting more existing prints to use warn_report() instead of error_report() or fprintf(). V2: - Fixup auto CC logic so everyone is CCed Alistair Francis (5): hw/i386: Improve some of the warning messages Convert remaining error_report() to warn