All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PULL 0/5] QAPI patches patches for 2021-01-28
Date: Thu, 28 Jan 2021 08:45:01 +0100	[thread overview]
Message-ID: <20210128074506.2725379-1-armbru@redhat.com> (raw)

The following changes since commit bf159f0bdc7b8e7aa8342dedb3829ca744c1b612:

  Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2021-01-27.for-upstream' into staging (2021-01-27 17:40:25 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-01-28

for you to fetch changes up to 95b3a8c8a82a34ca874ac0d4a9bbbdb38034acf3:

  qapi: More complex uses of QAPI_LIST_APPEND (2021-01-28 08:08:45 +0100)

----------------------------------------------------------------
QAPI patches patches for 2021-01-28

----------------------------------------------------------------
Eric Blake (5):
      net: Clarify early exit condition
      qapi: A couple more QAPI_LIST_PREPEND() stragglers
      qapi: Introduce QAPI_LIST_APPEND
      qapi: Use QAPI_LIST_APPEND in trivial cases
      qapi: More complex uses of QAPI_LIST_APPEND

 include/qapi/util.h                 |  13 ++++
 backends/hostmem.c                  |  10 +--
 block/dirty-bitmap.c                |   8 +--
 block/export/export.c               |   7 +-
 block/gluster.c                     |  13 +---
 block/qapi.c                        |  37 ++---------
 block/qcow2-bitmap.c                |  15 ++---
 block/vmdk.c                        |   9 +--
 blockdev.c                          |  13 ++--
 crypto/block-luks.c                 |   9 +--
 dump/dump.c                         |  22 ++-----
 hw/acpi/cpu.c                       |   7 +-
 hw/acpi/memory_hotplug.c            |   8 +--
 hw/core/machine-qmp-cmds.c          | 125 +++++++++++++++---------------------
 hw/mem/memory-device.c              |  12 +---
 hw/pci/pci.c                        |  60 ++++++-----------
 iothread.c                          |  12 +---
 job-qmp.c                           |  13 ++--
 migration/migration.c               |  20 ++----
 monitor/hmp-cmds.c                  |  35 +++++-----
 monitor/qmp-cmds-control.c          |   9 ++-
 net/net.c                           |  15 ++---
 qemu-img.c                          |   8 +--
 qga/commands-posix.c                |  50 +++++----------
 qga/commands-win32.c                |  99 ++++++++++------------------
 scsi/pr-manager.c                   |  10 +--
 softmmu/tpm.c                       |  38 ++---------
 target/i386/cpu.c                   |  24 +++----
 tests/test-qobject-output-visitor.c |  84 +++++++-----------------
 tests/test-string-output-visitor.c  |   6 +-
 ui/spice-core.c                     |  27 +++-----
 31 files changed, 267 insertions(+), 551 deletions(-)

-- 
2.26.2



             reply	other threads:[~2021-01-28  7:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28  7:45 Markus Armbruster [this message]
2021-01-28  7:45 ` [PULL 1/5] net: Clarify early exit condition Markus Armbruster
2021-01-28  7:45 ` [PULL 2/5] qapi: A couple more QAPI_LIST_PREPEND() stragglers Markus Armbruster
2021-01-28  7:45 ` [PULL 3/5] qapi: Introduce QAPI_LIST_APPEND Markus Armbruster
2021-01-28  7:45 ` [PULL 4/5] qapi: Use QAPI_LIST_APPEND in trivial cases Markus Armbruster
2021-01-28  7:45 ` [PULL 5/5] qapi: More complex uses of QAPI_LIST_APPEND Markus Armbruster
2021-01-29 10:10 ` [PULL 0/5] QAPI patches patches for 2021-01-28 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=20210128074506.2725379-1-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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 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.