Re: [Qemu-devel] [PATCH v3 00/18] Various build-sys and sanitizer related fixes

2018-01-05 Thread Paolo Bonzini
On 04/01/2018 17:05, Marc-André Lureau wrote: > Hi, > > This is a series that improves a bit the build system, and introduces > ASAN/UBSan by default when --enable-debug. Then it fixes a few leaks > that occur during make check: common and x86_64 target tests are leak > free after this series. The

Re: [Qemu-devel] [PATCH v3 00/18] Various build-sys and sanitizer related fixes

2018-01-04 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180104160523.22995-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3 00/18] Various build-sys and sanitizer related fixes === TEST SCRIPT BEGIN === #!/bin

[Qemu-devel] [PATCH v3 00/18] Various build-sys and sanitizer related fixes

2018-01-04 Thread Marc-André Lureau
Hi, This is a series that improves a bit the build system, and introduces ASAN/UBSan by default when --enable-debug. Then it fixes a few leaks that occur during make check: common and x86_64 target tests are leak free after this series. The other targets will need some work to fix the leaks & warn