-
Notifications
You must be signed in to change notification settings - Fork 6
/
virtio_cfg.json
40 lines (40 loc) · 1.21 KB
/
virtio_cfg.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"zones": [
{
"id": 1,
"memory_region": [
{
"zone0_ipa": "0x50000000",
"zonex_ipa": "0x50000000",
"size": "0x30000000"
}
],
"devices": [
{
"type": "blk",
"addr": "0xa003c00",
"len": "0x200",
"irq": 78,
"img": "rootfs2.ext4",
"status": "enable"
},
{
"type": "console",
"addr": "0xa003800",
"len": "0x200",
"irq": 76,
"status": "enable"
},
{
"type": "net",
"addr": "0xa003600",
"len": "0x200",
"irq": 75,
"tap": "tap0",
"mac": ["0x00", "0x16", "0x3e", "0x10", "0x10", "0x10"],
"status": "disable"
}
]
}
]
}