On 02/27/2017 05:04 AM, Marc-André Lureau wrote:
> Hi
>
> On Tue, Feb 21, 2017 at 6:27 PM Marc-André Lureau <
> marcandre.lur...@redhat.com> wrote:
>
>> After this series removing a few memory leaks, make check with ASAN
>> enabled gives a "clean" run with x86_64-softmmu target (there are
>> warn
Hi
On Tue, Feb 21, 2017 at 6:27 PM Marc-André Lureau <
marcandre.lur...@redhat.com> wrote:
> After this series removing a few memory leaks, make check with ASAN
> enabled gives a "clean" run with x86_64-softmmu target (there are
> warnings related to coroutine makecontext/swapcontext).
>
> This s
After this series removing a few memory leaks, make check with ASAN
enabled gives a "clean" run with x86_64-softmmu target (there are
warnings related to coroutine makecontext/swapcontext).
This should help spot memory related regressions when introducing one.
Note: some of these patches were sen