From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Andreas Färber" <afaerber@suse.de>,
"Anthony Liguori" <anthony@codemonkey.ws>
Subject: [Qemu-devel] [PULL for-2.0-rc1 0/7] QOM devices patch queue 2014-03-19
Date: Wed, 19 Mar 2014 22:45:35 +0100 [thread overview]
Message-ID: <1395265542-384-1-git-send-email-afaerber@suse.de> (raw)
Hello Peter,
This is my QOM (devices) patch queue. Please pull.
Regards,
Andreas
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Anthony Liguori <anthony@codemonkey.ws>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
The following changes since commit f71e769d0754dc9a593a9e17ec6693a261b29f82:
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging (2014-03-19 19:05:13 +0000)
are available in the git repository at:
git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-2.0
for you to fetch changes up to abdffd1fb78c1b98bda925d3d59123beca6761a3:
virtio-rng: Avoid default_backend refcount leak (2014-03-19 22:23:47 +0100)
----------------------------------------------------------------
QOM/QTest infrastructure fixes
* QOM machine memory and build fixes
* QOM link<> and child<> property reference counting fixes
----------------------------------------------------------------
Christian Borntraeger (1):
vl.c: Fix memory leak in qemu_register_machine()
Marcel Apfelbaum (1):
vl.c: Fix OpenBSD compilation issue due to namespace collisions
Stefan Hajnoczi (5):
qom: Split object_property_set_link()
qom: Don't make link NULL on object_property_set_link() failure
qom: Make QOM link property unref optional
qom: Add check() argument to object_property_add_link()
virtio-rng: Avoid default_backend refcount leak
hw/core/qdev-properties.c | 12 ++++
hw/core/qdev.c | 10 +++-
hw/dma/xilinx_axidma.c | 20 +++++--
hw/net/xilinx_axienet.c | 20 +++++--
hw/pcmcia/pxa2xx.c | 4 +-
hw/s390x/s390-virtio-bus.c | 4 +-
hw/s390x/virtio-ccw.c | 4 +-
hw/virtio/virtio-pci.c | 4 +-
hw/virtio/virtio-rng.c | 7 ++-
include/hw/boards.h | 1 +
include/hw/qdev-properties.h | 11 ++++
include/qom/object.h | 29 +++++++++-
qom/object.c | 131 ++++++++++++++++++++++++++++++++-----------
ui/console.c | 5 +-
vl.c | 6 +-
15 files changed, 217 insertions(+), 51 deletions(-)
next reply other threads:[~2014-03-19 21:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-19 21:45 Andreas Färber [this message]
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 1/7] vl.c: Fix memory leak in qemu_register_machine() Andreas Färber
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 2/7] vl.c: Fix OpenBSD compilation issue due to namespace collisions Andreas Färber
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 3/7] qom: Split object_property_set_link() Andreas Färber
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 4/7] qom: Don't make link NULL on object_property_set_link() failure Andreas Färber
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 5/7] qom: Make QOM link property unref optional Andreas Färber
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 6/7] qom: Add check() argument to object_property_add_link() Andreas Färber
2014-03-19 21:45 ` [Qemu-devel] [PULL for-2.0 7/7] virtio-rng: Avoid default_backend refcount leak Andreas Färber
2014-03-19 22:38 ` [Qemu-devel] [PULL for-2.0-rc1 0/7] QOM devices patch queue 2014-03-19 Peter Maydell
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=1395265542-384-1-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=anthony@codemonkey.ws \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).