summaryrefslogtreecommitdiff
path: root/tests/qemublocktestdata/xml2json/dir-fat-readonly.json
blob: 986e3a3ffdaeb09d535ed6edd4a3a51cec249c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "node-name": "node-f",
  "read-only": true,
  "driver": "raw",
  "file": "node-s"
}
{
  "driver": "vvfat",
  "dir": "/var/somefiles",
  "floppy": false,
  "rw": false,
  "node-name": "node-s",
  "auto-read-only": true,
  "discard": "unmap"
}