qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 433a4f: qapi: Fix malformed "Since:" section


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] 433a4f: qapi: Fix malformed "Since:" section tags
Date: Mon, 16 May 2022 07:46:37 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 433a4fdc42042e3d5a6c3dc741215f78b43b3a2e
      
https://github.com/qemu/qemu/commit/433a4fdc42042e3d5a6c3dc741215f78b43b3a2e
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/crypto.json
    M qapi/machine.json
    M qapi/misc.json
    M qga/qapi-schema.json

  Log Message:
  -----------
  qapi: Fix malformed "Since:" section tags

"Since X.Y" is not recognized as a tagged section, and therefore not
formatted as such in generated documentation.  Fix by adding the
required colon.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220422132807.1704411-1-armbru@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>


  Commit: f39057d58b9edc37fd82e3ea8a034fc7353c46e8
      
https://github.com/qemu/qemu/commit/f39057d58b9edc37fd82e3ea8a034fc7353c46e8
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/run-state.json

  Log Message:
  -----------
  qapi: Drop stray trailing symbol

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-2-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 406dfba614edc8629f60f03eb7c26bf4e426137d
      
https://github.com/qemu/qemu/commit/406dfba614edc8629f60f03eb7c26bf4e426137d
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/ui.json

  Log Message:
  -----------
  qapi: Fix comment indentation

It should start on the very first column.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-3-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 4ae65a52658c264caebcb3a31effccf582822a6d
      
https://github.com/qemu/qemu/commit/4ae65a52658c264caebcb3a31effccf582822a6d
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/block-core.json
    M qapi/block.json
    M qapi/crypto.json
    M qapi/machine.json
    M qapi/migration.json

  Log Message:
  -----------
  qapi: Add missing separators between sections

This only affects readability. The generated documentation
doesn't change.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-4-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: c6487a88871ed299f78641f81f2c0aaff9b6c8bb
      
https://github.com/qemu/qemu/commit/c6487a88871ed299f78641f81f2c0aaff9b6c8bb
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/block-core.json
    M qapi/block.json
    M qapi/char.json
    M qapi/common.json
    M qapi/control.json
    M qapi/machine.json
    M qapi/migration.json
    M qapi/misc-target.json
    M qapi/replay.json
    M qapi/run-state.json
    M qapi/ui.json

  Log Message:
  -----------
  qapi: Drop unnecessary empty lines in comments

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-5-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 15cc783cfbd8949c5477c134f66f1fdc599a129e
      
https://github.com/qemu/qemu/commit/15cc783cfbd8949c5477c134f66f1fdc599a129e
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/audio.json
    M qapi/block-core.json
    M qapi/block.json
    M qapi/char.json
    M qapi/control.json
    M qapi/crypto.json
    M qapi/job.json
    M qapi/machine-target.json
    M qapi/machine.json
    M qapi/misc-target.json
    M qapi/run-state.json
    M qapi/ui.json

  Log Message:
  -----------
  qapi: Drop unnecessary empty lines outside of comments

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-6-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 23e46452589d8c62d69ae993d16e6d15fd15f526
      
https://github.com/qemu/qemu/commit/23e46452589d8c62d69ae993d16e6d15fd15f526
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/block-core.json
    M qapi/block-export.json
    M qapi/block.json
    M qapi/char.json
    M qapi/dump.json
    M qapi/machine.json
    M qapi/misc-target.json
    M qapi/misc.json
    M qapi/run-state.json
    M qapi/sockets.json
    M qapi/ui.json

  Log Message:
  -----------
  qapi: Drop unnecessary whitespace in comments

The only instances that get changed are those in which the
additional whitespace was not (or couldn't possibly be) used for
alignment purposes.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Message-Id: <20220503073737.84223-7-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: c0ac533b6f97fe978a9d9b33078ee36dd54cedb2
      
https://github.com/qemu/qemu/commit/c0ac533b6f97fe978a9d9b33078ee36dd54cedb2
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/block-core.json
    M qapi/block.json
    M qapi/char.json
    M qapi/control.json
    M qapi/crypto.json
    M qapi/migration.json
    M qapi/sockets.json
    M qapi/ui.json

  Log Message:
  -----------
  qapi: Stop using whitespace for alignment in comments

Perfectly aligned things look pretty, but keeping them that
way as the schema evolves requires churn, and in some cases
newly-added lines are not aligned properly.

Overall, trying to align things is just not worth the trouble.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Message-Id: <20220503073737.84223-8-abologna@redhat.com>
Message-Id: <20220503073737.84223-9-abologna@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Two patches squashed together]
Signed-off-by: Markus Armbruster <armbru@redhat.com>


  Commit: 9e191d33688125c0cadff96b389126664054046f
      
https://github.com/qemu/qemu/commit/9e191d33688125c0cadff96b389126664054046f
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M scripts/qapi/expr.py

  Log Message:
  -----------
  qapi/expr: Enforce feature naming rules again

Commit e42648dccd "qapi/expr.py: Remove single-letter variable"
accidentally removed the check for "only lower case letters and
hyphens".  Restore it.

Fixes: e42648dccdd1defe8f35f247966cd7283f865cd6
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220510061645.3209195-2-armbru@redhat.com>


  Commit: 1524559f58b1fe14e9b1c9b5be09a82696867eb1
      
https://github.com/qemu/qemu/commit/1524559f58b1fe14e9b1c9b5be09a82696867eb1
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M docs/devel/qapi-code-gen.rst

  Log Message:
  -----------
  docs/devel/qapi-code-gen: Belatedly document feature naming rules

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220510061645.3209195-3-armbru@redhat.com>


  Commit: dd8f0f332f34a2466d855d1067386b04ff2eb6d9
      
https://github.com/qemu/qemu/commit/dd8f0f332f34a2466d855d1067386b04ff2eb6d9
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M qapi/pragma.json

  Log Message:
  -----------
  qapi/pragma: Tidy up comments

Commit 05ebf841ef "qapi: Enforce command naming rules" inserted new
code between a comment and the code it applies to.  Move the comment
back to its code, and add one for the new code.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220510081433.3289762-1-armbru@redhat.com>


  Commit: b935385c351d624993c4accd712cef8510658ecd
      
https://github.com/qemu/qemu/commit/b935385c351d624993c4accd712cef8510658ecd
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M docs/devel/qapi-code-gen.rst
    M qapi/audio.json
    M qapi/block-core.json
    M qapi/block-export.json
    M qapi/block.json
    M qapi/char.json
    M qapi/common.json
    M qapi/control.json
    M qapi/crypto.json
    M qapi/dump.json
    M qapi/job.json
    M qapi/machine-target.json
    M qapi/machine.json
    M qapi/migration.json
    M qapi/misc-target.json
    M qapi/misc.json
    M qapi/pragma.json
    M qapi/replay.json
    M qapi/run-state.json
    M qapi/sockets.json
    M qapi/ui.json
    M qga/qapi-schema.json
    M scripts/qapi/expr.py

  Log Message:
  -----------
  Merge tag 'pull-qapi-2022-05-16' of git://repo.or.cz/qemu/armbru into staging

QAPI patches patches for 2022-05-16

# -----BEGIN PGP SIGNATURE-----
#
# iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmKB4qQSHGFybWJydUBy
# ZWRoYXQuY29tAAoJEDhwtADrkYZT3jEP/R2FnJn5GEARg+tMMSyRL2P5eH4rmA1e
# ZY2+E7XOdA4Ey42HlluvAu5QPf7LOivCeB0o1QQxAgSHBWjbWxkM+6NnHtIQ7RKu
# dx6zenNq55f+6+kygVLUBZqq6bIgB7QT0/6q1fyyvQi0o76loJBk9UgJHxw94GgJ
# yaZIx5mX+LFTUW6WyvCv1tCAmTUOW5umhSchIZcL3YfFxw5ZdSl4sYFY4Gotncu1
# DXNJVDy7FcfC5MOT7HH1LaWJDqRKEM6o+Axk25E7a1FgKy9vRCoI/CwL1ri9eWPG
# dauQQmtgn3krPSU3ZeM4euLT3pYs+WOzQgPLo0XOr0m/chBZXHGZMbcHfTKUgo68
# qA0deECGE/unEKVvfak+A5lsZJ9ubT96CSzEZEB2EOHL4guRzGKeBP2dP2HiKJGI
# O9FhedRPAIoIGV1Ehqz1HVy7jGZN6iI+UkcvTx1MKxGCe+sku3mbCAErGF2zTYI3
# LBrUGVdcCeLuC/oblwWp/igY+E5oPzkkciM4v8PS+S5VN9etUNoJdDdQ7sy5Mrpz
# YzLSXSAIrEss7cQHLPx724GavMxqYRlWhwLKvPJgV8wHH0t8C0DXgD4KP7yWv7BZ
# BZa4efkr4vdO5l1ioTo789K1BC99yKBCgDwdXepD6rSXCwJoGb9CDDvQmYTRhQIH
# 6csIF19yqYQG
# =sICK
# -----END PGP SIGNATURE-----
# gpg: Signature made Sun 15 May 2022 10:35:32 PM PDT
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [undefined]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [undefined]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* tag 'pull-qapi-2022-05-16' of git://repo.or.cz/qemu/armbru:
  qapi/pragma: Tidy up comments
  docs/devel/qapi-code-gen: Belatedly document feature naming rules
  qapi/expr: Enforce feature naming rules again
  qapi: Stop using whitespace for alignment in comments
  qapi: Drop unnecessary whitespace in comments
  qapi: Drop unnecessary empty lines outside of comments
  qapi: Drop unnecessary empty lines in comments
  qapi: Add missing separators between sections
  qapi: Fix comment indentation
  qapi: Drop stray trailing symbol
  qapi: Fix malformed "Since:" section tags

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Compare: https://github.com/qemu/qemu/compare/10c2a0c5e7d4...b935385c351d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]