diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2019-07-29 16:35:56 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2019-08-16 18:29:43 -0400 |
commit | 590a63d5983c9cdf2e1bf96a519532949963085d (patch) | |
tree | 800818b79b0c95675b3ed09a70119a9f99efeb32 /qemu-deprecated.texi | |
parent | bd5ceebf6d77e680058e2325765bdedc9292ed76 (diff) |
qapi: add dirty-bitmaps to query-named-block-nodes result
Let's add a possibility to query dirty-bitmaps not only on root nodes.
It is useful when dealing both with snapshots and incremental backups.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20190717173937.18747-1-jsnow@redhat.com
[Added deprecation information. --js]
Signed-off-by: John Snow <jsnow@redhat.com>
[Fixed spelling --js]
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index f7680c08e1..00a4b6f350 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -154,6 +154,18 @@ 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-block result field dirty-bitmaps (Since 4.2) + +The ``dirty-bitmaps`` field of the ``BlockInfo`` structure, returned by +the query-block command is itself now deprecated. The ``dirty-bitmaps`` +field of the ``BlockDeviceInfo`` struct should be used instead, which is the +type of the ``inserted`` field in query-block replies, as well as the +type of array items in query-named-block-nodes. + +Since the ``dirty-bitmaps`` field is optionally present in both the old and +new locations, clients must use introspection to learn where to anticipate +the field if/when it does appear in command output. + @subsection query-cpus (since 2.12.0) The ``query-cpus'' command is replaced by the ``query-cpus-fast'' command. |