summaryrefslogtreecommitdiff
path: root/tests/qemublocktestdata/xml2json/dir-fat-cache.json
blob: 2a24175ef48c91fea88b2c4f43845a9dc064534b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "node-name": "node-f",
  "read-only": true,
  "cache": {
    "direct": true,
    "no-flush": false
  },
  "driver": "raw",
  "file": "node-s"
}
{
  "driver": "vvfat",
  "dir": "/var/somefiles",
  "floppy": false,
  "rw": false,
  "node-name": "node-s",
  "cache": {
    "direct": true,
    "no-flush": false
  },
  "auto-read-only": true,
  "discard": "unmap"
}