mbox

[PULL,0/3] QOM devices patch queue 2016-01-18

Message ID 1453136859-21829-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter

Message

Andreas Färber Jan. 18, 2016, 5:07 p.m. UTC
Hello Peter,

This is my QOM (devices) patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Daniel P. Berrange <berrange@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>

The following changes since commit 46188349ad7e23abef0e453d2b0406985f6552a1:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160118-1' into staging (2016-01-18 16:00:47 +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 abed886ec60cf239a03515cf0b30fb11fa964c44:

  qdev: Free QemuOpts when the QOM path goes away (2016-01-18 17:47:58 +0100)

----------------------------------------------------------------
QOM infrastructure fixes and device conversions

* Dynamic class properties
* Property iterator cleanup
* Device hot-unplug ID race fix

----------------------------------------------------------------
Daniel P. Berrange (2):
      qom: Allow properties to be registered against classes
      qom: Change object property iterator API contract

Paolo Bonzini (1):
      qdev: Free QemuOpts when the QOM path goes away

 hw/core/qdev.c             |   4 +-
 hw/ppc/spapr_drc.c         |   7 +-
 include/qom/object.h       |  76 +++++++++++---
 net/filter.c               |   7 +-
 qmp.c                      |  14 ++-
 qom/object.c               | 252 +++++++++++++++++++++++++++++++++++++++------
 tests/check-qom-proplist.c |  38 ++++---
 vl.c                       |   7 +-
 8 files changed, 323 insertions(+), 82 deletions(-)