@samitouri / QOSamiQemu / commits / 97ed8acc65

qapi: drop "must exist" from ID descriptions for consistency

Make chardev ID param descriptions more consistent with ID descriptions elsewhere. Signed-off-by: Filip Hejsek <filip.hejsek@gmail.com> Message-ID: <20260609120221.461303-1-filip.hejsek@gmail.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Filip Hejsek committed Jun 9, 2026 at 14:01 UTC 97ed8acc65d1e46b6c1c19e27c05513b1a0cb0ba
1 file changed +3 -3
qapi/char.json
+3 -3
@@ -821,7 +821,7 @@
821 #
822 # Change a character device backend
823 #
824 -# @id: the chardev's ID, must exist
824 +# @id: the chardev's ID
825 #
826 # @backend: new backend type and parameters
827 #
@@ -862,7 +862,7 @@
862 #
863 # Remove a character device backend
864 #
865 -# @id: the chardev's ID, must exist and not be in use
865 +# @id: the chardev's ID, must not be in use
866 #
867 # Since: 1.4
868 #
@@ -879,7 +879,7 @@
879 #
880 # Send a break to a character device
881 #
882 -# @id: the chardev's ID, must exist
882 +# @id: the chardev's ID
883 #
884 # Since: 2.10
885 #