Re: [Qemu-devel] [PATCH 00/88] use g_new() family of functions

2017-10-07 Thread Peter Maydell
On 7 October 2017 at 00:48, Philippe Mathieu-Daudé wrote: > Hi, > > This is a follow-up of Marc-André's clang-tidy series [1]. > While chatting we realized we were trying to reach the same goal, Marc-André > using clang-tidy and me using spatch; so he let me finish his series applying > my changes

Re: [Qemu-devel] [PATCH 00/88] use g_new() family of functions

2017-10-06 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171006235023.11952-1-f4...@amsat.org Subject: [Qemu-devel] [PATCH 00/88] use g_new() family of functions === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

Re: [Qemu-devel] [PATCH 00/88] use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
... and I obviously forgot to paste this... (useful for Marc-André mostly) [] : patches are identical [] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively 00

[Qemu-devel] [PATCH 00/88] use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Hi, This is a follow-up of Marc-André's clang-tidy series [1]. While chatting we realized we were trying to reach the same goal, Marc-André using clang-tidy and me using spatch; so he let me finish his series applying my changes over his. I also included Jan's patch which fits well. Summary: - 1