]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Revert "qapi: BlockExportRemoveMode: move comments to TODO"
authorMarkus Armbruster <armbru@redhat.com>
Fri, 28 Apr 2023 10:54:17 +0000 (12:54 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 9 May 2023 07:04:20 +0000 (09:04 +0200)
This reverts commit 97cd74f77231f3897838f8db32b659d94803e01f.

The next commit will hide TODO: sections.  See there for rationale.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230428105429.1687850-6-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
qapi/block-export.json

index 3be3de357f67c5da02354e0917161aa43200a38f..3ec8ad0ce719546fb7a65ad8b2702dc820e1a4f6 100644 (file)
 #
 # @hard: Drop all connections immediately and remove export.
 #
-# TODO: Potential additional modes to be added in the future:
+# Potential additional modes to be added in the future:
 #
-#       hide: Just hide export from new clients, leave existing connections as is.
-#       Remove export after all clients are disconnected.
+# hide: Just hide export from new clients, leave existing connections as is.
+# Remove export after all clients are disconnected.
 #
-#       soft: Hide export from new clients, answer with ESHUTDOWN for all further
-#       requests from existing clients.
+# soft: Hide export from new clients, answer with ESHUTDOWN for all further
+# requests from existing clients.
 #
 # Since: 2.12
 ##