From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Pavel Fedin" <p.fedin@samsung.com>,
"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PULL for-2.5 00/10] QOM devices patch queue 2015-11-18
Date: Wed, 18 Nov 2015 21:22:31 +0100 [thread overview]
Message-ID: <1447878161-5009-1-git-send-email-afaerber@suse.de> (raw)
Hello Peter,
This is my late QOM (devices) patch queue. Please pull.
Regards,
Andreas
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Daniel P. Berrange <berrange@redhat.com>
Cc: Pavel Fedin <p.fedin@samsung.com>
The following changes since commit 74fcbd22d20a2fbc1a47a7b00cce5bf98fd7be5f:
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 c5760450796433621ccdc125866a84b892e2d5b6:
MAINTAINERS: Add check-qom-{interface,proplist} to QOM (2015-11-18 21:13:50 +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ärber (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(-)
next reply other threads:[~2015-11-18 20:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 20:22 Andreas Färber [this message]
2015-11-18 20:22 ` [Qemu-devel] [PULL 01/10] qdev: Change Property::offset field to ptrdiff_t type Andreas Färber
2015-11-18 20:22 ` [Qemu-devel] [PULL 02/10] qom: Introduce ObjectPropertyIterator struct for iteration Andreas Färber
2015-11-18 20:22 ` [Qemu-devel] [PULL 03/10] qmp: Convert QMP code to use object property iterators Andreas Färber
2015-11-18 20:22 ` [Qemu-devel] [PULL 04/10] vl: Convert machine help " Andreas Färber
-- strict thread matches above, loose matches on Subject: below --
2015-11-18 20:39 [Qemu-devel] [PULL for-2.5 00/10] QOM devices patch queue 2015-11-18 Andreas Färber
2015-11-19 10:54 ` Peter Maydell
2015-11-19 11:53 ` Daniel P. Berrange
2015-11-19 14:09 ` Andreas Färber
2015-11-19 14:13 ` Daniel P. Berrange
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447878161-5009-1-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=p.fedin@samsung.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).