From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Zob-00023S-7T for qemu-devel@nongnu.org; Thu, 03 Dec 2015 14:45:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4ZoV-00012S-Vl for qemu-devel@nongnu.org; Thu, 03 Dec 2015 14:45:17 -0500 Received: from mx2.suse.de ([195.135.220.15]:38881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4ZoV-00012C-PZ for qemu-devel@nongnu.org; Thu, 03 Dec 2015 14:45:11 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 3 Dec 2015 20:45:05 +0100 Message-Id: <1449171909-22018-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-2.5 0/4] QOM devices patch queue 2015-12-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , =?UTF-8?q?Andreas=20F=C3=A4rber?= , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Markus Armbruster Hello Peter, This is my QOM (devices) patch queue for 2.5. Please pull. Regards, Andreas Cc: Peter Maydell Cc: Markus Armbruster Cc: Marc-Andr=C3=A9 Lureau The following changes since commit 4c65fed8bdf96780735dbdb92a8bd0d6b6526c= c3: ui: vnc: avoid floating point exception (2015-12-03 13:34:50 +0000) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter for you to fetch changes up to 43c2a474d71918c138ecc6ad7c747d9e9557b6c9: qom-test: Fix qmp() leaks (2015-12-03 20:22:15 +0100) ---------------------------------------------------------------- QOM infrastructure fixes and device conversions * Typo fix * qom-test and related fixes ---------------------------------------------------------------- Andreas F=C3=A4rber (1): tests: Fix check-report-qtest-% target Cao jin (1): qom: Update documentation comment of struct Object Marc-Andr=C3=A9 Lureau (1): qom-test: Fix qmp() leaks Markus Armbruster (1): tests: Use proper functions types instead of void (*fn) include/qom/object.h | 3 --- tests/Makefile | 4 ++-- tests/ide-test.c | 4 ++-- tests/libqtest.c | 13 +++++++++---- tests/libqtest.h | 6 +++--- tests/qom-test.c | 21 ++++++++++++++------- tests/vhost-user-test.c | 3 ++- 7 files changed, 32 insertions(+), 22 deletions(-)