Re: [Qemu-devel] [PATCH v2 00/30] Various memory leak fixes

2017-02-28 Thread Eric Blake
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

Re: [Qemu-devel] [PATCH v2 00/30] Various memory leak fixes

2017-02-27 Thread Marc-André Lureau
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

[Qemu-devel] [PATCH v2 00/30] Various memory leak fixes

2017-02-21 Thread Marc-André Lureau
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