forked from oVirt/vdsm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vmconfig.json
47 lines (47 loc) · 852 Bytes
/
vmconfig.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
41
42
43
44
45
46
47
{
"acpiEnable": "true",
"bootMenuEnable": "false",
"cpuType": "Conroe",
"devices": [
{
"device": "qxl",
"type": "video"
},
{
"device": "vnc",
"type": "graphics"
},
{
"bootOrder": "1",
"device": "cdrom",
"iface": "ide",
"index": "2",
"path": "",
"readonly": "true",
"shared": "false",
"type": "disk"
}
],
"emulatedMachine": "pc-i440fx-rhel7.2.0",
"guestNumaNodes": [
{
"cpus": "0,1",
"memory": "4096",
"nodeIndex": 0
}
],
"kvmEnable": "true",
"maxMemSize": 4194304,
"maxMemSlots": 16,
"maxVCpus": "16",
"memGuaranteedSize": 4096,
"memSize": 4096,
"nice": "0",
"smp": "2",
"smpCoresPerSocket": "1",
"smpThreadsPerCore": "1",
"timeOffset": "0",
"vmId": "",
"vmName": "",
"vmType": "kvm"
}