All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/3] QOM patches for 2020-07-21
@ 2020-07-21 15:41 Markus Armbruster
  2020-07-21 15:41 ` [PULL 1/3] qom: Change object_get_canonical_path_component() not to malloc Markus Armbruster
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Markus Armbruster @ 2020-07-21 15:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, berrange, ehabkost, pbonzini

The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging (2020-07-20 15:58:07 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qom-2020-07-21

for you to fetch changes up to 0dde9fd12fd39762ff68fca80d2f0a735d66e7bd:

  qom: Make info qom-tree sort children more efficiently (2020-07-21 17:39:37 +0200)

----------------------------------------------------------------
QOM patches for 2020-07-21

----------------------------------------------------------------
Markus Armbruster (3):
      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 ++----
 qom/object.c               |  7 +++----
 qom/qom-hmp-cmds.c         | 32 +++++++++++++++-----------------
 scsi/pr-manager-helper.c   |  3 +--
 scsi/pr-manager.c          |  2 +-
 softmmu/memory.c           |  2 +-
 hw/ppc/trace-events        |  2 +-
 23 files changed, 55 insertions(+), 73 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-21 18:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 15:41 [PULL 0/3] QOM patches for 2020-07-21 Markus Armbruster
2020-07-21 15:41 ` [PULL 1/3] qom: Change object_get_canonical_path_component() not to malloc Markus Armbruster
2020-07-21 15:41 ` [PULL 2/3] qom: Document object_get_canonical_path() returns malloced string Markus Armbruster
2020-07-21 15:41 ` [PULL 3/3] qom: Make info qom-tree sort children more efficiently Markus Armbruster
2020-07-21 18:25 ` [PULL 0/3] QOM patches for 2020-07-21 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.