From bc6c60247a0ac202f5906cbac97d655a69c57b99 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 8 Dec 2016 17:33:34 +0100 Subject: [PATCH] Support for qemu cpus settings Ref https://github.com/GNS3/gns3-server/issues/811 --- schemas/appliance.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/appliance.json b/schemas/appliance.json index 4da8e04..7a0f7bd 100644 --- a/schemas/appliance.json +++ b/schemas/appliance.json @@ -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"