mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 22:39:56 +00:00
3c1c35bada
Add test cases for merging various pairs of bitmaps when snapshots were created together with checkpoints. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
30 lines
490 B
JSON
30 lines
490 B
JSON
[
|
|
{
|
|
"type": "block-dirty-bitmap-enable",
|
|
"data": {
|
|
"node": "libvirt-1-format",
|
|
"name": "d"
|
|
}
|
|
},
|
|
{
|
|
"type": "block-dirty-bitmap-merge",
|
|
"data": {
|
|
"node": "libvirt-1-format",
|
|
"target": "d",
|
|
"bitmaps": [
|
|
{
|
|
"node": "libvirt-1-format",
|
|
"name": "current"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "block-dirty-bitmap-remove",
|
|
"data": {
|
|
"node": "libvirt-1-format",
|
|
"name": "current"
|
|
}
|
|
}
|
|
]
|