[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] bf37d5: schemas: add missing vim modeline
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] bf37d5: schemas: add missing vim modeline |
Date: |
Thu, 31 Mar 2022 08:14:32 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: bf37d537e6ae85187e65ae1acb2c091b62a6e581
https://github.com/qemu/qemu/commit/bf37d537e6ae85187e65ae1acb2c091b62a6e581
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/pragma.json
Log Message:
-----------
schemas: add missing vim modeline
This is the last qapi schema that is missing the modeline.
Fixes 7e7237cd2b "schemas: add missing vim modeline"
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220325221605.53995-1-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 97cd74f77231f3897838f8db32b659d94803e01f
https://github.com/qemu/qemu/commit/97cd74f77231f3897838f8db32b659d94803e01f
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/block-export.json
Log Message:
-----------
qapi: BlockExportRemoveMode: move comments to TODO
@hide and @soft are potential additions which fits the TODO section
perfectly.
The main motivation is to avoid this whole block of comment entering
the wrong section in the python parser.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-2-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: abbf04731f002f97d1aa2e5f264ea59489c97f5a
https://github.com/qemu/qemu/commit/abbf04731f002f97d1aa2e5f264ea59489c97f5a
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/block-core.json
Log Message:
-----------
qapi: fix example of BLOCK_IMAGE_CORRUPTED event
Example output lacks mandatory member @fatal. Provide it.
Example output shows a value of @msg no version of the code
produces. No big deal, but replace it anyway by one that
today's code does produce.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220328140604.41484-3-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 39e8bb223e4e186b9002f35d1632133f51062fcb
https://github.com/qemu/qemu/commit/39e8bb223e4e186b9002f35d1632133f51062fcb
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/block-core.json
Log Message:
-----------
qapi: fix example of BLOCK_IO_ERROR event
Example output lacks mandatory member @reason. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220328140604.41484-4-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 2c29d9b04b5cc430b73f4aedf561752a31dbe856
https://github.com/qemu/qemu/commit/2c29d9b04b5cc430b73f4aedf561752a31dbe856
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/block-core.json
Log Message:
-----------
qapi: fix example of BLOCK_JOB_PENDING event
Example output has the wrong event's name in it. Fix it.
Example output shows incorrect member @device. Fix it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220328140604.41484-5-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 077a5b1ec39bee4c20f3ba5ca0800cbfe400cde3
https://github.com/qemu/qemu/commit/077a5b1ec39bee4c20f3ba5ca0800cbfe400cde3
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/dump.json
Log Message:
-----------
qapi: fix example of DUMP_COMPLETED event
Example output lacks mandatory member @timestamp. Provide it.
Example output is not properly formatted. Fixing it by:
- Adding '<-' to signalize it is receiving the data;
- Adding extra spaces around members @result, @total and @completed
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-6-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: dba673b9ab06a6c657bda076d9c9f58cbbba9dd7
https://github.com/qemu/qemu/commit/dba673b9ab06a6c657bda076d9c9f58cbbba9dd7
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/machine.json
Log Message:
-----------
qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event
Example output lacks mandatory member @qom-path. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220328140604.41484-7-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 0df5e9a3012a51336685b373d027f8038d863725
https://github.com/qemu/qemu/commit/0df5e9a3012a51336685b373d027f8038d863725
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/migration.json
Log Message:
-----------
qapi: fix example of UNPLUG_PRIMARY event
Example output lacks mandatory member @timestamp. Provide it.
Example output is not properly formatted. Fixing it by:
- Adding '<-' to signalize it is receiving the data;
- Breaking lines similar to the other examples.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-8-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 121c25b077a728bcc2404d9d52297b380dfa7272
https://github.com/qemu/qemu/commit/121c25b077a728bcc2404d9d52297b380dfa7272
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/net.json
Log Message:
-----------
qapi: fix example of FAILOVER_NEGOTIATED event
Example output lacks mandatory member @timestamp. Provide it.
Event's documentation is not properly formatted. Fix it by:
- Adding @ to "device-id"
- Adding extra line for "Since" section
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-9-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: d219119fe3b3abd5a80069a4b7473904a7ef7a58
https://github.com/qemu/qemu/commit/d219119fe3b3abd5a80069a4b7473904a7ef7a58
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/run-state.json
Log Message:
-----------
qapi: fix examples: SHUTDOWN and RESET events
Example output lacks mandatory member @reason. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-10-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 1c4ec79114f1fc3105cad946a3df0ee1328eb6d3
https://github.com/qemu/qemu/commit/1c4ec79114f1fc3105cad946a3df0ee1328eb6d3
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/run-state.json
Log Message:
-----------
qapi: run-state examples: add missing @timestamp
The changed examples were lacking mandatory member @timestamp.
Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-11-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 05df03cfd36b933affb079035e486f0dff027872
https://github.com/qemu/qemu/commit/05df03cfd36b933affb079035e486f0dff027872
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/run-state.json
Log Message:
-----------
qapi: fix example of MEMORY_FAILURE
Example output lacks mandatory member @timestamp. Provide it.
Example output lacks mandatory member flags.recursive. Provide it.
Minor: Change quotes from '' to "" in @action-required member.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-12-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Commit message fixed up]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: aecba61786c1a8dcc1ccca88695422488746ee31
https://github.com/qemu/qemu/commit/aecba61786c1a8dcc1ccca88695422488746ee31
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/ui.json
Log Message:
-----------
qapi: ui examples: add missing @websocket member
The examples were missing mandatory member @websocket. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-13-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 69bd6cb829d3ce1913eb00cfe84f1b48849fe9e9
https://github.com/qemu/qemu/commit/69bd6cb829d3ce1913eb00cfe84f1b48849fe9e9
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/acpi.json
Log Message:
-----------
qapi: fix example of ACPI_DEVICE_OST event
Example output lacks mandatory member @timestamp. Provide it.
Event's @data member is missing @info object. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-14-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: 4375cf9868fbb7abcaae119ac993b13f72dfe8f2
https://github.com/qemu/qemu/commit/4375cf9868fbb7abcaae119ac993b13f72dfe8f2
Author: Victor Toso <victortoso@redhat.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/dump.json
Log Message:
-----------
qapi: fix example of dump-guest-memory
Example output lacks mandatory member @paging. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-15-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Commit: cace6c6f3aca7b88afc42995f90bbefb37a0ed57
https://github.com/qemu/qemu/commit/cace6c6f3aca7b88afc42995f90bbefb37a0ed57
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M qapi/acpi.json
M qapi/block-core.json
M qapi/block-export.json
M qapi/dump.json
M qapi/machine.json
M qapi/migration.json
M qapi/net.json
M qapi/pragma.json
M qapi/run-state.json
M qapi/ui.json
Log Message:
-----------
Merge tag 'pull-qapi-2022-03-31' of git://repo.or.cz/qemu/armbru into staging
QAPI patches patches for 2022-03-31
# gpg: Signature made Thu 31 Mar 2022 11:51:34 BST
# gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg: issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653
* tag 'pull-qapi-2022-03-31' of git://repo.or.cz/qemu/armbru:
qapi: fix example of dump-guest-memory
qapi: fix example of ACPI_DEVICE_OST event
qapi: ui examples: add missing @websocket member
qapi: fix example of MEMORY_FAILURE
qapi: run-state examples: add missing @timestamp
qapi: fix examples: SHUTDOWN and RESET events
qapi: fix example of FAILOVER_NEGOTIATED event
qapi: fix example of UNPLUG_PRIMARY event
qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event
qapi: fix example of DUMP_COMPLETED event
qapi: fix example of BLOCK_JOB_PENDING event
qapi: fix example of BLOCK_IO_ERROR event
qapi: fix example of BLOCK_IMAGE_CORRUPTED event
qapi: BlockExportRemoveMode: move comments to TODO
schemas: add missing vim modeline
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Compare: https://github.com/qemu/qemu/compare/aea6e471085f...cace6c6f3aca
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] bf37d5: schemas: add missing vim modeline,
Peter Maydell <=