Re: [Qemu-devel] [PATCH RFC v5 0/3] Baby steps towards saner headers

2019-07-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190711122827.18970-1-arm...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

Re: [Qemu-devel] [PATCH RFC v5 0/3] Baby steps towards saner headers

2019-07-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190711122827.18970-1-arm...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash make d

[Qemu-devel] [PATCH RFC v5 0/3] Baby steps towards saner headers

2019-07-11 Thread Markus Armbruster
Back in 2016, we discussed rules for headers, and these were generally liked: 1. Have a carefully curated header that's included everywhere first. We got that already thanks to Peter: osdep.h. 2. Headers should normally include everything they need beyond osdep.h. If exceptions are needed