mbox

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

Message ID 20200803091042.2920218-1-armbru@redhat.com
State New
Headers show

Pull-request

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

Message

Markus Armbruster Aug. 3, 2020, 9:10 a.m. UTC
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(-)

Comments

Peter Maydell Aug. 3, 2020, 1:19 p.m. UTC | #1
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