Re: [PATCH 00/19] Add Thread Sanitizer support to QEMU

2020-05-26 Thread Robert Foley
On Sat, 23 May 2020 at 17:36, Emilio G. Cota wrote: > > On Fri, May 22, 2020 at 12:07:36 -0400, Robert Foley wrote: > > This patch series continues the work done by Emilio Cota and others to add > > Thread Sanitizer (TSan) support to QEMU. > > > > The starting point for this work was Emilio's bran

Re: [PATCH 00/19] Add Thread Sanitizer support to QEMU

2020-05-23 Thread Emilio G. Cota
On Fri, May 22, 2020 at 12:07:36 -0400, Robert Foley wrote: > This patch series continues the work done by Emilio Cota and others to add > Thread Sanitizer (TSan) support to QEMU. > > The starting point for this work was Emilio's branch here: > https://github.com/cota/qemu/commits/tsan > specifica

Re: [PATCH 00/19] Add Thread Sanitizer support to QEMU

2020-05-22 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200522160755.886-1-robert.fo...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200522160755.886-1-robert.fo...@linaro.org Subject: [PATCH 00/19] Add Thread Sanitizer support to

[PATCH 00/19] Add Thread Sanitizer support to QEMU

2020-05-22 Thread Robert Foley
This patch series continues the work done by Emilio Cota and others to add Thread Sanitizer (TSan) support to QEMU. The starting point for this work was Emilio's branch here: https://github.com/cota/qemu/commits/tsan specifically this commit: 0be125fc0afd47218b34d2019abdd19b644f3199 The purpose o