* [PATCH v2] qapi: drop "must exist" from ID descriptions for consistency
@ 2026-06-09 12:01 Filip Hejsek
2026-06-10 8:22 ` Markus Armbruster
0 siblings, 1 reply; 2+ messages in thread
From: Filip Hejsek @ 2026-06-09 12:01 UTC (permalink / raw)
To: qemu-devel, Markus Armbruster, Michael S . Tsirkin
Cc: Marc-André Lureau, Paolo Bonzini, Eric Blake
Make chardev ID param descriptions more consistent with ID descriptions
elsewhere.
Signed-off-by: Filip Hejsek <filip.hejsek@gmail.com>
---
On Tue, 2026-06-09 at 12:34 +0200, Markus Armbruster wrote:
> Uh, this fell through the cracks, possibly because it was buried within
> a thread.
It was fine, I was planning on rolling it into v7 of the resize series, but of
course you can merge it now if you want.
> Typo: consistent
On Tue, 2026-06-09 at 06:36 -0400, Michael S. Tsirkin wrote:
> maybe after it gets a signed off by tag from the author.
Both fixed.
qapi/char.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/qapi/char.json b/qapi/char.json
index aa5ee9ffcd..abaccefa97 100644
--- a/qapi/char.json
+++ b/qapi/char.json
@@ -821,7 +821,7 @@
#
# Change a character device backend
#
-# @id: the chardev's ID, must exist
+# @id: the chardev's ID
#
# @backend: new backend type and parameters
#
@@ -862,7 +862,7 @@
#
# Remove a character device backend
#
-# @id: the chardev's ID, must exist and not be in use
+# @id: the chardev's ID, must not be in use
#
# Since: 1.4
#
@@ -879,7 +879,7 @@
#
# Send a break to a character device
#
-# @id: the chardev's ID, must exist
+# @id: the chardev's ID
#
# Since: 2.10
#
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-10 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 12:01 [PATCH v2] qapi: drop "must exist" from ID descriptions for consistency Filip Hejsek
2026-06-10 8:22 ` Markus Armbruster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.