[PULL 0/3] QAPI patches patches for 2020-08-03

Markus Armbruster posted 3 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200803091042.2920218-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Eric Blake <eblake@redhat.com>
docs/interop/firmware.json                |  1 +
docs/interop/vhost-user.json              |  1 +
qapi/authz.json                           |  1 +
qapi/block-core.json                      | 27 ++++++++++++++-------------
qapi/block.json                           |  1 +
qapi/char.json                            |  1 +
qapi/common.json                          |  1 +
qapi/control.json                         |  1 +
qapi/crypto.json                          |  1 +
qapi/dump.json                            |  1 +
qapi/error.json                           |  1 +
qapi/introspect.json                      |  1 +
qapi/job.json                             |  1 +
qapi/machine-target.json                  |  1 +
qapi/machine.json                         |  4 +++-
qapi/migration.json                       |  1 +
qapi/misc-target.json                     |  1 +
qapi/misc.json                            |  1 +
qapi/net.json                             |  1 +
qapi/qapi-schema.json                     |  1 +
qapi/qdev.json                            |  1 +
qapi/qom.json                             |  1 +
qapi/rdma.json                            |  1 +
qapi/rocker.json                          |  1 +
qapi/run-state.json                       |  1 +
qapi/sockets.json                         |  1 +
qapi/tpm.json                             |  1 +
qapi/transaction.json                     |  1 +
qapi/ui.json                              |  5 +++--
qga/qapi-schema.json                      |  1 +
storage-daemon/qapi/qapi-schema.json      |  1 +
tests/qapi-schema/doc-good.json           |  2 ++
tests/qapi-schema/include/sub-module.json |  1 +
tests/qapi-schema/qapi-schema-test.json   |  1 +
tests/qapi-schema/sub-sub-module.json     |  1 +
35 files changed, 53 insertions(+), 16 deletions(-)
[PULL 0/3] QAPI patches patches for 2020-08-03
Posted by Markus Armbruster 3 years, 8 months ago
The following changes since commit d74824cf7c8b352f9045e949dc636c7207a41eee:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200731' into staging (2020-07-31 10:28:13 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-08-03

for you to fetch changes up to f7160f32186b4ae1e1327e3bd05060fffec8f9ae:

  schemas: Add vim modeline (2020-08-03 08:28:08 +0200)

----------------------------------------------------------------
QAPI patches patches for 2020-08-03

----------------------------------------------------------------
Andrea Bolognani (1):
      schemas: Add vim modeline

Markus Armbruster (1):
      qapi: Delete unwanted indentation of top-level expressions

Peter Maydell (1):
      qapi/machine.json: Fix missing newline in doc comment

 docs/interop/firmware.json                |  1 +
 docs/interop/vhost-user.json              |  1 +
 qapi/authz.json                           |  1 +
 qapi/block-core.json                      | 27 ++++++++++++++-------------
 qapi/block.json                           |  1 +
 qapi/char.json                            |  1 +
 qapi/common.json                          |  1 +
 qapi/control.json                         |  1 +
 qapi/crypto.json                          |  1 +
 qapi/dump.json                            |  1 +
 qapi/error.json                           |  1 +
 qapi/introspect.json                      |  1 +
 qapi/job.json                             |  1 +
 qapi/machine-target.json                  |  1 +
 qapi/machine.json                         |  4 +++-
 qapi/migration.json                       |  1 +
 qapi/misc-target.json                     |  1 +
 qapi/misc.json                            |  1 +
 qapi/net.json                             |  1 +
 qapi/qapi-schema.json                     |  1 +
 qapi/qdev.json                            |  1 +
 qapi/qom.json                             |  1 +
 qapi/rdma.json                            |  1 +
 qapi/rocker.json                          |  1 +
 qapi/run-state.json                       |  1 +
 qapi/sockets.json                         |  1 +
 qapi/tpm.json                             |  1 +
 qapi/transaction.json                     |  1 +
 qapi/ui.json                              |  5 +++--
 qga/qapi-schema.json                      |  1 +
 storage-daemon/qapi/qapi-schema.json      |  1 +
 tests/qapi-schema/doc-good.json           |  2 ++
 tests/qapi-schema/include/sub-module.json |  1 +
 tests/qapi-schema/qapi-schema-test.json   |  1 +
 tests/qapi-schema/sub-sub-module.json     |  1 +
 35 files changed, 53 insertions(+), 16 deletions(-)

-- 
2.26.2


Re: [PULL 0/3] QAPI patches patches for 2020-08-03
Posted by Peter Maydell 3 years, 8 months ago
On Mon, 3 Aug 2020 at 10:10, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit d74824cf7c8b352f9045e949dc636c7207a41eee:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200731' into staging (2020-07-31 10:28:13 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-08-03
>
> for you to fetch changes up to f7160f32186b4ae1e1327e3bd05060fffec8f9ae:
>
>   schemas: Add vim modeline (2020-08-03 08:28:08 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2020-08-03


Applied, thanks.

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

-- PMM