[PATCH for-5.1 0/5] qom: HMP command fixes

Markus Armbruster posted 5 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200714160202.3121879-1-armbru@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>, Alistair Francis <alistair@alistair23.me>, "Alex Bennée" <alex.bennee@linaro.org>, Peter Maydell <peter.maydell@linaro.org>, Xiao Guangrong <xiaoguangrong.eric@gmail.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, "Daniel P. Berrangé" <berrange@redhat.com>, Alberto Garcia <berto@igalia.com>, "Gonglei (Arei)" <arei.gonglei@huawei.com>, Paolo Bonzini <pbonzini@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Igor Mammedov <imammedo@redhat.com>, Keith Busch <kbusch@kernel.org>, Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Fam Zheng <fam@euphon.net>
include/qom/object.h       |  7 ++++---
backends/hostmem.c         |  2 +-
block/throttle-groups.c    |  2 +-
gdbstub.c                  |  2 +-
hw/arm/xlnx-zynqmp.c       |  6 ++----
hw/block/nvme.c            |  5 ++---
hw/core/machine-qmp-cmds.c |  2 +-
hw/core/machine.c          |  5 ++---
hw/mem/nvdimm.c            |  5 ++---
hw/mem/pc-dimm.c           |  5 ++---
hw/misc/ivshmem.c          |  5 ++---
hw/ppc/spapr_drc.c         |  3 +--
hw/virtio/virtio-crypto.c  |  5 ++---
hw/virtio/virtio-mem.c     |  6 ++----
hw/virtio/virtio-pmem.c    |  5 ++---
iothread.c                 |  9 ++++-----
net/net.c                  |  6 ++----
qdev-monitor.c             |  2 +-
qom/object.c               |  7 +++----
qom/qom-hmp-cmds.c         | 30 +++++++++++++++---------------
scsi/pr-manager-helper.c   |  3 +--
scsi/pr-manager.c          |  2 +-
softmmu/memory.c           |  2 +-
hw/ppc/trace-events        |  2 +-
24 files changed, 56 insertions(+), 72 deletions(-)
[PATCH for-5.1 0/5] qom: HMP command fixes
Posted by Markus Armbruster 3 years, 9 months ago
A leak fix (recent regression), a help fix (regression in 5.0), a bit
of performance work, and a doc fix.  The leak fix looks like a must
have for 5.1.

Markus Armbruster (5):
  qdev: Fix device_add DRIVER,help to print to monitor
  qom: Plug memory leak in "info qom-tree"
  qom: Change object_get_canonical_path_component() not to malloc
  qom: Document object_get_canonical_path() returns malloced string
  qom: Make info qom-tree sort children more efficiently

 include/qom/object.h       |  7 ++++---
 backends/hostmem.c         |  2 +-
 block/throttle-groups.c    |  2 +-
 gdbstub.c                  |  2 +-
 hw/arm/xlnx-zynqmp.c       |  6 ++----
 hw/block/nvme.c            |  5 ++---
 hw/core/machine-qmp-cmds.c |  2 +-
 hw/core/machine.c          |  5 ++---
 hw/mem/nvdimm.c            |  5 ++---
 hw/mem/pc-dimm.c           |  5 ++---
 hw/misc/ivshmem.c          |  5 ++---
 hw/ppc/spapr_drc.c         |  3 +--
 hw/virtio/virtio-crypto.c  |  5 ++---
 hw/virtio/virtio-mem.c     |  6 ++----
 hw/virtio/virtio-pmem.c    |  5 ++---
 iothread.c                 |  9 ++++-----
 net/net.c                  |  6 ++----
 qdev-monitor.c             |  2 +-
 qom/object.c               |  7 +++----
 qom/qom-hmp-cmds.c         | 30 +++++++++++++++---------------
 scsi/pr-manager-helper.c   |  3 +--
 scsi/pr-manager.c          |  2 +-
 softmmu/memory.c           |  2 +-
 hw/ppc/trace-events        |  2 +-
 24 files changed, 56 insertions(+), 72 deletions(-)

-- 
2.26.2