mbox

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

Message ID 1453138585-22738-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:36 p.m. UTC
Hello Peter,

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

v2 fixes an annoying git-send-email RFC822 breakage by reverting a MAINTAINERS change.
I had reported it and already re-sent a previous pull; still not fixed, so fixing it myself.

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>
Cc: David Gibson <david@gibson.dropbear.id.au>

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 300b115ce804cb6a20acc0003cc17687545b728d:

  MAINTAINERS: Fix sPAPR entry heading (2016-01-18 18:19:35 +0100)

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

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

----------------------------------------------------------------
Andreas Färber (1):
      MAINTAINERS: Fix sPAPR entry heading

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

 MAINTAINERS                |   2 +-
 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 +-
 9 files changed, 324 insertions(+), 83 deletions(-)

Comments

Peter Maydell Jan. 18, 2016, 6:28 p.m. UTC | #1
On 18 January 2016 at 17:36, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM (devices) patch queue. Please pull.
>
> v2 fixes an annoying git-send-email RFC822 breakage by reverting a MAINTAINERS change.
> I had reported it and already re-sent a previous pull; still not fixed, so fixing it myself.
>
> 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>
> Cc: David Gibson <david@gibson.dropbear.id.au>
>
> 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 300b115ce804cb6a20acc0003cc17687545b728d:
>
>   MAINTAINERS: Fix sPAPR entry heading (2016-01-18 18:19:35 +0100)
>
> ----------------------------------------------------------------
> QOM infrastructure fixes and device conversions
>
> * Dynamic class properties
> * Property iterator cleanup
> * Device hot-unplug ID race fix
>

Applied, thanks.

-- PMM