mbox

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

Message ID 20200908065417.3158250-1-armbru@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Markus Armbruster Sept. 8, 2020, 6:54 a.m. UTC
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(-)

Comments

Peter Maydell Sept. 8, 2020, 5:23 p.m. UTC | #1
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