diff options
| author | John Snow | 2019-10-03 01:24:11 +0200 |
|---|---|---|
| committer | John Snow | 2019-10-17 23:53:28 +0200 |
| commit | 3264ffced3d087bbe72d759639ef84fd5bd924cc (patch) | |
| tree | 38e0dbe3b7156f596ae08f24f73daadc4bb1be66 /qapi | |
| parent | MAINTAINERS: Add Vladimir as a reviewer for bitmaps (diff) | |
| download | qemu-3264ffced3d087bbe72d759639ef84fd5bd924cc.tar.gz qemu-3264ffced3d087bbe72d759639ef84fd5bd924cc.tar.xz qemu-3264ffced3d087bbe72d759639ef84fd5bd924cc.zip | |
dirty-bitmaps: remove deprecated autoload parameter
This parameter has been deprecated since 2.12.0 and is eligible for
removal. Remove this parameter as it is actually completely ignored;
let's not give false hope.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20191002232411.29968-1-jsnow@redhat.com
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/block-core.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index f66553aac7..b274aef713 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2052,10 +2052,6 @@ # Qcow2 disks support persistent bitmaps. Default is false for # block-dirty-bitmap-add. (Since: 2.10) # -# @autoload: ignored and deprecated since 2.12. -# Currently, all dirty tracking bitmaps are loaded from Qcow2 on -# open. -# # @disabled: the bitmap is created in the disabled state, which means that # it will not track drive changes. The bitmap may be enabled with # block-dirty-bitmap-enable. Default is false. (Since: 4.0) @@ -2064,7 +2060,7 @@ ## { 'struct': 'BlockDirtyBitmapAdd', 'data': { 'node': 'str', 'name': 'str', '*granularity': 'uint32', - '*persistent': 'bool', '*autoload': 'bool', '*disabled': 'bool' } } + '*persistent': 'bool', '*disabled': 'bool' } } ## # @BlockDirtyBitmapMergeSource: |
