Re: [Qemu-devel] [PATCH v3 0/7] More warning reporting fixed

2017-09-01 Thread Alistair Francis
stair.fran...@xilinx.com > Subject: [Qemu-devel] [PATCH v3 0/7] More warning reporting fixed > Type: series > > === TEST SCRIPT BEGIN === > #!/bin/bash > set -e > git submodule update --init dtc > # Let docker tests dump environment info > export SHOW_ENV=1 > export J=8 &g

[Qemu-devel] [PATCH v3 0/7] More warning reporting fixed

2017-09-01 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(). As discussed with Paolo and Markus this series combines libqemustub.a into libqemuutil.a to avoid circular dependencies. V3: - Small corrections as reported b