mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
block: remove 'dirty-bitmaps' field from 'BlockInfo' struct
The same data is available in the 'BlockDeviceInfo' struct. Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
81cbfd5088
commit
e67d8e2928
10 changed files with 23 additions and 37 deletions
|
@ -73,7 +73,7 @@ vm.qmp_log('transaction', indent=2, actions=[
|
|||
result = vm.qmp('query-block')['return'][0]
|
||||
log("query-block: device = {}, node-name = {}, dirty-bitmaps:".format(
|
||||
result['device'], result['inserted']['node-name']))
|
||||
log(result['dirty-bitmaps'], indent=2)
|
||||
log(result['inserted']['dirty-bitmaps'], indent=2)
|
||||
log("\nbitmaps in backing image:")
|
||||
log(result['inserted']['image']['backing-image']['format-specific'] \
|
||||
['data']['bitmaps'], indent=2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue