From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4ubM-0001ds-7M for qemu-devel@nongnu.org; Fri, 04 Dec 2015 12:57:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4ubH-00011x-6m for qemu-devel@nongnu.org; Fri, 04 Dec 2015 12:57:00 -0500 Received: from mx2.suse.de ([195.135.220.15]:55305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4ubG-00011h-W3 for qemu-devel@nongnu.org; Fri, 04 Dec 2015 12:56:55 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 4 Dec 2015 18:56:47 +0100 Message-Id: <1449251811-21810-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 v2 0/4] QOM devices patch queue 2015-12-04 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. v2 squashes a fix by Markus. 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 0d2cd785ef1282b14687f9f7f4b63ae4a2430be3: qom-test: Fix qmp() leaks (2015-12-04 18:29:31 +0100) ---------------------------------------------------------------- QOM infrastructure fixes and device conversions * Documentation update * 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 | 14 ++++++++++---- tests/libqtest.h | 7 ++++--- tests/qom-test.c | 21 ++++++++++++++------- tests/vhost-user-test.c | 3 ++- 7 files changed, 34 insertions(+), 22 deletions(-)