mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
f7eb3e233d
Test the XML infrastructure for <blockDirtyBitmaps> migration cookie element as well as the conversion to migration parameters for QMP schema validation. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
26 lines
441 B
JSON
26 lines
441 B
JSON
{
|
|
"block-bitmap-mapping": [
|
|
{
|
|
"node-name": "libvirt-1-format",
|
|
"alias": "vda",
|
|
"bitmaps": [
|
|
{
|
|
"name": "a",
|
|
"alias": "libvirt-vda-a",
|
|
"transform": {
|
|
"persistent": true
|
|
}
|
|
},
|
|
{
|
|
"name": "b",
|
|
"alias": "libvirt-vda-b"
|
|
},
|
|
{
|
|
"name": "c",
|
|
"alias": "libvirt-vda-c"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|