mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Support for qemu cpus settings
Ref https://github.com/GNS3/gns3-server/issues/811
This commit is contained in:
parent
7192ed7fad
commit
bc6c60247a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user