Support for qemu cpus settings

Ref https://github.com/GNS3/gns3-server/issues/811
This commit is contained in:
Julien Duponchelle 2016-12-08 17:33:34 +01:00
parent 7192ed7fad
commit bc6c60247a
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -256,6 +256,10 @@
"type": "integer",
"title": "Ram allocated to the appliance (MB)"
},
"cpus": {
"type": "integer",
"title": "Number of Virtual CPU"
},
"hda_disk_interface": {
"enum": ["ide", "scsi", "sd", "mtd", "floppy", "pflash", "virtio"],
"title": "Disk interface for the installed hda_disk_image"