summaryrefslogtreecommitdiff
path: root/tests/qemumigrationcookiexmldata/nbd-bitmaps-xml2xml-migparams.json
blob: 100da7c27072083048f864936639bcce0b402ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
        }
      ]
    }
  ]
}