From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQJr-0000rt-OF for qemu-devel@nongnu.org; Thu, 19 Nov 2015 09:36:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzQJq-00059z-KI for qemu-devel@nongnu.org; Thu, 19 Nov 2015 09:36:15 -0500 Received: from mx2.suse.de ([195.135.220.15]:42962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQJq-00058o-Da for qemu-devel@nongnu.org; Thu, 19 Nov 2015 09:36:14 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 19 Nov 2015 15:35:58 +0100 Message-Id: <1447943768-31393-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 00/10] QOM devices patch queue 2015-11-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Pavel Fedin , =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello Peter, This is my late QOM (devices) patch queue. Please pull. v2: GLib version incompatibility addressed, Reviewed-bys added. Regards, Andreas Cc: Peter Maydell Cc: Daniel P. Berrange Cc: Pavel Fedin The following changes since commit 74fcbd22d20a2fbc1a47a7b00cce5bf98fd7be= 5f: hw/misc: Add support for ADC controller in Xilinx Zynq 7000 (2015-11-12= 21:30:42 +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 9f4aa7cef2214137db192b252f1d4fc1799d05c7: MAINTAINERS: Add check-qom-{interface,proplist} to QOM (2015-11-19 15:1= 5:40 +0100) ---------------------------------------------------------------- QOM infrastructure fixes and device conversions * Fix for properties on objects > 4 GiB * Performance improvements for QOM property handling * Assertion cleanups * MAINTAINERS additions ---------------------------------------------------------------- Andreas F=C3=A4rber (2): qom: Clean up assertions to display values on failure MAINTAINERS: Add check-qom-{interface,proplist} to QOM Daniel P. Berrange (6): qom: Introduce ObjectPropertyIterator struct for iteration qmp: Convert QMP code to use object property iterators vl: Convert machine help code to use object property iterators ppc: Convert spapr code to use object property iterators net: Convert net filter code to use object property iterators qom: Add a test case for complex property finalization Ildar Isaev (1): qdev: Change Property::offset field to ptrdiff_t type Pavel Fedin (1): qom: Replace object property list with GHashTable MAINTAINERS | 2 + hw/ppc/spapr_drc.c | 5 +- include/hw/qdev-core.h | 2 +- include/qom/object.h | 59 ++++++++++++- net/filter.c | 5 +- qmp.c | 10 ++- qom/object.c | 148 ++++++++++++++++++++++---------- tests/check-qom-proplist.c | 205 +++++++++++++++++++++++++++++++++++++++= ++++++ vl.c | 5 +- 9 files changed, 388 insertions(+), 53 deletions(-)