]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/writing-qmp-commands.txt
qcow2: Discard unaligned tail when wiping image
[mirror_qemu.git] / docs / writing-qmp-commands.txt
index 44c14db4180dd7ca2c15a76d083bfd97fdb7a349..1e6375495be71c7406b7d87097fc0213fffc12f4 100644 (file)
@@ -252,7 +252,7 @@ here goes "hello-world"'s new entry for the qapi-schema.json file:
 #
 # Print a client provided string to the standard output stream.
 #
-# @message: #optional string to be printed
+# @message: string to be printed
 #
 # Returns: Nothing on success.
 #
@@ -358,7 +358,7 @@ The best way to return that data is to create a new QAPI type, as shown below:
 #
 # @clock-name: The alarm clock method's name.
 #
-# @next-deadline: #optional The time (in nanoseconds) the next alarm will fire.
+# @next-deadline: The time (in nanoseconds) the next alarm will fire.
 #
 # Since: 1.0
 ##