[PULL 0/5] QAPI patches patches for 2021-01-28

Markus Armbruster posted 5 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210128074506.2725379-1-armbru@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Max Reitz <mreitz@redhat.com>, Jason Wang <jasowang@redhat.com>, Kevin Wolf <kwolf@redhat.com>, John Snow <jsnow@redhat.com>, Eric Blake <eblake@redhat.com>, Laurent Vivier <laurent@vivier.eu>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Fam Zheng <fam@euphon.net>, Juan Quintela <quintela@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>, Michael Tokarev <mjt@tls.msk.ru>, "Daniel P. Berrangé" <berrange@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Markus Armbruster <armbru@redhat.com>
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(-)
[PULL 0/5] QAPI patches patches for 2021-01-28
Posted by Markus Armbruster 3 years, 3 months ago
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


Re: [PULL 0/5] QAPI patches patches for 2021-01-28
Posted by Peter Maydell 3 years, 3 months ago
On Thu, 28 Jan 2021 at 07:45, Markus Armbruster <armbru@redhat.com> wrote:
>
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM