[PULL 0/5] QAPI patches patches for 2020-09-08

Markus Armbruster posted 5 patches 3 years, 7 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/20200908065417.3158250-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>, Jason Wang <jasowang@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Juan Quintela <quintela@redhat.com>, Eric Blake <eblake@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
docs/devel/qapi-code-gen.txt           |  2 +
qapi/audio.json                        | 12 +++---
qapi/block-core.json                   | 14 +++----
qapi/control.json                      |  4 +-
qapi/machine.json                      |  6 +--
qapi/migration.json                    | 68 +++++++++++++++++-----------------
qapi/misc.json                         |  4 +-
qapi/net.json                          |  2 +-
scripts/qapi/parser.py                 | 24 ++++++++----
tests/qapi-schema/doc-bad-section.err  |  1 +
tests/qapi-schema/doc-bad-section.json |  3 +-
tests/qapi-schema/doc-bad-section.out  | 24 ------------
tests/qapi-schema/doc-good.out         |  3 +-
13 files changed, 78 insertions(+), 89 deletions(-)
[PULL 0/5] QAPI patches patches for 2020-09-08
Posted by Markus Armbruster 3 years, 7 months ago
The following changes since commit 62f9256052df85194faa33137bbe0afb1c95b6e6:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200904-pull-request' into staging (2020-09-07 13:27:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6b306786cafd6ff939f1c831f0065c136105dca7:

  qapi/block-core.json: Fix nbd-server-start docs (2020-09-07 17:13:30 +0200)

----------------------------------------------------------------
QAPI patches patches for 2020-09-08

----------------------------------------------------------------
Markus Armbruster (2):
      qapi: Reject section markup in definition documentation
      qapi: Make section headings start a new doc comment block

Peter Maydell (3):
      qapi/migration.json: Fix indentation
      qapi: Fix indentation, again
      qapi/block-core.json: Fix nbd-server-start docs

 docs/devel/qapi-code-gen.txt           |  2 +
 qapi/audio.json                        | 12 +++---
 qapi/block-core.json                   | 14 +++----
 qapi/control.json                      |  4 +-
 qapi/machine.json                      |  6 +--
 qapi/migration.json                    | 68 +++++++++++++++++-----------------
 qapi/misc.json                         |  4 +-
 qapi/net.json                          |  2 +-
 scripts/qapi/parser.py                 | 24 ++++++++----
 tests/qapi-schema/doc-bad-section.err  |  1 +
 tests/qapi-schema/doc-bad-section.json |  3 +-
 tests/qapi-schema/doc-bad-section.out  | 24 ------------
 tests/qapi-schema/doc-good.out         |  3 +-
 13 files changed, 78 insertions(+), 89 deletions(-)

-- 
2.26.2


Re: [PULL 0/5] QAPI patches patches for 2020-09-08
Posted by Peter Maydell 3 years, 7 months ago
On Tue, 8 Sep 2020 at 07:54, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 62f9256052df85194faa33137bbe0afb1c95b6e6:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200904-pull-request' into staging (2020-09-07 13:27:20 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-09-08
>
> for you to fetch changes up to 6b306786cafd6ff939f1c831f0065c136105dca7:
>
>   qapi/block-core.json: Fix nbd-server-start docs (2020-09-07 17:13:30 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2020-09-08
>
> ----------------------------------------------------------------
> Markus Armbruster (2):
>       qapi: Reject section markup in definition documentation
>       qapi: Make section headings start a new doc comment block
>
> Peter Maydell (3):
>       qapi/migration.json: Fix indentation
>       qapi: Fix indentation, again
>       qapi/block-core.json: Fix nbd-server-start docs


Applied, thanks.

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

-- PMM