]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-deprecated.texi
CODING_STYLE: indent example code as all others
[mirror_qemu.git] / qemu-deprecated.texi
index 1cf10fc78bc042a8b7ed4dd1798be413b9a3d69e..842e71b11dccdb0192c7cee9b0116e53f71d244d 100644 (file)
@@ -79,6 +79,12 @@ the current values of the environment variables to ``-audiodev'' options.
 "autoload" parameter is now ignored. All bitmaps are automatically loaded
 from qcow2 images.
 
+@subsection query-block result field dirty-bitmaps[i].status (since 4.0)
+
+The ``status'' field of the ``BlockDirtyInfo'' structure, returned by
+the query-block command is deprecated. Two new boolean fields,
+``recording'' and ``busy'' effectively replace it.
+
 @subsection query-cpus (since 2.12.0)
 
 The ``query-cpus'' command is replaced by the ``query-cpus-fast'' command.
@@ -99,6 +105,11 @@ details.
 The ``query-events'' command has been superseded by the more powerful
 and accurate ``query-qmp-schema'' command.
 
+@subsection chardev client socket with 'wait' option (since 4.0)
+
+Character devices creating sockets in client mode should not specify
+the 'wait' field, which is only applicable to sockets in server mode
+
 @section Human Monitor Protocol (HMP) commands
 
 @subsection The hub_id parameter of 'hostfwd_add' / 'hostfwd_remove' (since 3.1)