Re: [PATCH 0/3] Some memory leak fixes

2019-11-20 Thread Michael S. Tsirkin
On Wed, Nov 20, 2019 at 06:50:05PM +0400, Marc-André Lureau wrote: > Hi > > On Fri, Nov 8, 2019 at 1:54 PM Michael S. Tsirkin wrote: > > > > On Thu, Nov 07, 2019 at 11:27:28PM +0400, Marc-André Lureau wrote: > > > Hi, > > > > > > Another bunch of fixes spotted by ASAN when running check-qtest-x86

Re: [PATCH 0/3] Some memory leak fixes

2019-11-20 Thread Marc-André Lureau
Hi On Fri, Nov 8, 2019 at 1:54 PM Michael S. Tsirkin wrote: > > On Thu, Nov 07, 2019 at 11:27:28PM +0400, Marc-André Lureau wrote: > > Hi, > > > > Another bunch of fixes spotted by ASAN when running check-qtest-x86_64. > > So who's merging this? > > > Marc-André Lureau (3): > > virtio-input: fi

Re: [PATCH 0/3] Some memory leak fixes

2019-11-08 Thread Laurent Vivier
On 08/11/2019 10:57, Thomas Huth wrote: > On 07/11/2019 22.57, no-re...@patchew.org wrote: >> Patchew URL: >> https://patchew.org/QEMU/20191107192731.17330-1-marcandre.lur...@redhat.com/ >> >> >> Hi, >> >> This series failed the docker-quick@centos7 build test. Please find >> the testing commands a

Re: [PATCH 0/3] Some memory leak fixes

2019-11-08 Thread Thomas Huth
On 07/11/2019 22.57, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20191107192731.17330-1-marcandre.lur...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can

Re: [PATCH 0/3] Some memory leak fixes

2019-11-08 Thread Michael S. Tsirkin
On Thu, Nov 07, 2019 at 11:27:28PM +0400, Marc-André Lureau wrote: > Hi, > > Another bunch of fixes spotted by ASAN when running check-qtest-x86_64. So who's merging this? > Marc-André Lureau (3): > virtio-input: fix memory leak on unrealize > qtest: fix qtest_qmp_device_add leak > cpu-plu

Re: [PATCH 0/3] Some memory leak fixes

2019-11-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191107192731.17330-1-marcandre.lur...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

[PATCH 0/3] Some memory leak fixes

2019-11-07 Thread Marc-André Lureau
Hi, Another bunch of fixes spotted by ASAN when running check-qtest-x86_64. Marc-André Lureau (3): virtio-input: fix memory leak on unrealize qtest: fix qtest_qmp_device_add leak cpu-plug-test: fix leaks hw/input/virtio-input.c | 3 +++ tests/cpu-plug-test.c | 2 ++ tests/libqtest.c