From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4DtK-0002WA-1I for qemu-devel@nongnu.org; Wed, 02 Dec 2015 15:20:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4DtF-0003Vm-NB for qemu-devel@nongnu.org; Wed, 02 Dec 2015 15:20:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4DtF-0003Vg-HF for qemu-devel@nongnu.org; Wed, 02 Dec 2015 15:20:37 -0500 From: Markus Armbruster Date: Wed, 2 Dec 2015 21:20:32 +0100 Message-Id: <1449087634-30846-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-2.5 0/2] tests: A cleanup and a fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcandre.lureau@redhat.com, afaerber@suse.de, peter.maydell@linaro.org PATCH 1 cleans up unnecessary type punning. PATCH 2 plugs a massive memory leak in qom-test. I think it would be nice to have in 2.5, but at this late stage, it's really up to the maintainer. Marc-Andr=C3=A9 Lureau (1): qom-test: fix qmp() leaks Markus Armbruster (1): tests: Use proper functions types instead of void (*fn) tests/ide-test.c | 4 ++-- tests/libqtest.c | 13 +++++++++---- tests/libqtest.h | 6 +++--- tests/qom-test.c | 21 ++++++++++++++------- tests/vhost-user-test.c | 3 ++- 5 files changed, 30 insertions(+), 17 deletions(-) --=20 2.4.3