"description":"Specifies the maximum number of hotpluggable CPUs.",
"type":"integer",
"default":1
},
"cpu-hotplug-amount":{
"title":"CPU hotplug amount",
"description":"Specifies the number of CPUs to hotplug",
"type":"integer",
"default":0
},
"numa":{
"numa":{
"title":"Simulate a multi node NUMA system.",
"title":"Simulate a multi node NUMA system.",
"description":"Simulate a multi node NUMA system. If mem and cpus are omitted, resources are split equally. Each numa option are separated by space: node,nodeid=4,cpus=40-49,mem=64g node,nodeid=1,cpus=10-19,mem=128g. Set this option if you know what you're doing.",
"description":"Simulate a multi node NUMA system. If mem and cpus are omitted, resources are split equally. Each numa option are separated by space: node,nodeid=4,cpus=40-49,mem=64g node,nodeid=1,cpus=10-19,mem=128g. Set this option if you know what you're doing.",
...
@@ -232,7 +220,7 @@
...
@@ -232,7 +220,7 @@
"title":"Isolate the NAT Interface (No Internet access)",
"title":"Isolate the NAT Interface (No Internet access)",
"description":"If this option is enabled, the NAT interface will be isolated, i.e. it will not be able to contact the host and no guest IP packets will be routed over the host to the outside. This option does not affect any explicitly set nat rules.",
"description":"If this option is enabled, the NAT interface will be isolated, i.e. it will not be able to contact the host and no guest IP packets will be routed over the host to the outside. This option does not affect any explicitly set nat rules.",
"type":"boolean",
"type":"boolean",
"default":true
"default":false
},
},
"enable-vhost":{
"enable-vhost":{
"title":"Use vhost-net to improve network performance of tap interface",
"title":"Use vhost-net to improve network performance of tap interface",