1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-11 09:17:52 +03:00

qemu: Probe machine types for both KVM and TCG

Almost all TCG query-machines replies match KVM. The only exceptions are
4.2.0 replies on s390x which differ in the reported default CPU type.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Jiri Denemark 2019-10-24 14:21:46 +02:00
parent d5d2d8e34a
commit e41e3b29be
46 changed files with 6841 additions and 2 deletions

View File

@ -4726,7 +4726,8 @@ virQEMUCapsInitQMPMonitorTCG(virQEMUCapsPtr qemuCaps,
if (virQEMUCapsProbeQMPHostCPU(qemuCaps, accel, mon, VIR_DOMAIN_VIRT_QEMU) < 0)
return -1;
virQEMUCapsAccelCopyMachineTypes(&qemuCaps->tcg, &qemuCaps->kvm);
if (virQEMUCapsProbeQMPMachineTypes(qemuCaps, accel, mon) < 0)
return -1;
return 0;
}

View File

@ -3145,3 +3145,81 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-q35-1.4",
"cpu-max": 255
},
{
"name": "pc-q35-1.5",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "none",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -3108,3 +3108,89 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-q35-1.4",
"cpu-max": 255
},
{
"name": "pc-q35-1.5",
"cpu-max": 255
},
{
"name": "pc-q35-1.6",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.6",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "none",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -3323,3 +3323,97 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-q35-1.4",
"cpu-max": 255
},
{
"name": "pc-q35-1.5",
"cpu-max": 255
},
{
"name": "pc-q35-1.6",
"cpu-max": 255
},
{
"name": "pc-q35-1.7",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.7",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "none",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -3827,3 +3827,113 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-q35-1.6",
"cpu-max": 255
},
{
"name": "pc-q35-1.5",
"cpu-max": 255
},
{
"name": "none",
"cpu-max": 1
},
{
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"name": "pc-q35-2.1",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-q35-1.4",
"cpu-max": 255
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-q35-2.0",
"cpu-max": 255
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-q35-1.7",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.1",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -16489,3 +16489,275 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "integratorcp",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "nuri",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "mps2-an511",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "verdex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "ast2500-evb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "smdkc210",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "collie",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "imx25-pdk",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spitz",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "realview-pbx-a9",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "realview-eb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "versatilepb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "realview-pb-a8",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "musicpal",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "z2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "akita",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "kzm",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "realview-eb-mpcore",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "sx1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sx1-v1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "cubieboard",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "highbank",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "raspi2",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "netduino2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "terrier",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "n810",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mainstone",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "palmetto-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sabrelite",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "midway",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "romulus-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "cheetah",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "tosa",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "borzoi",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "versatileab",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "lm3s6965evb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "n800",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.10",
"cpu-max": 255,
"alias": "virt"
},
{
"hotpluggable-cpus": false,
"name": "connex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xilinx-zynq-a9",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xlnx-ep108",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mps2-an385",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a9",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a15",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "xlnx-zcu102",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "canon-a1100",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "lm3s811evb",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -20529,3 +20529,126 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "powernv",
"cpu-max": 2048
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"cpu-max": 32
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"cpu-max": 15
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.10",
"is-default": true,
"cpu-max": 1024,
"alias": "pseries"
},
{
"hotpluggable-cpus": false,
"name": "prep",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "40p",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -16473,3 +16473,56 @@
"desc": "The CPU definition 'max' is unknown."
}
}
{
"execute": "query-machines",
"id": "libvirt-4"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.10",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.9",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.8",
"cpu-max": 248
}
],
"id": "libvirt-4"
}

View File

@ -18921,3 +18921,197 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xenpv",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "xenfv",
"cpu-max": 128
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"cpu-max": 288,
"alias": "q35"
}
],
"id": "libvirt-7"
}

View File

@ -18113,3 +18113,61 @@
"desc": "The CPU definition 'max' is unknown."
}
}
{
"execute": "query-machines",
"id": "libvirt-4"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.11",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.10",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.9",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.8",
"cpu-max": 248
}
],
"id": "libvirt-4"
}

View File

@ -19133,3 +19133,197 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"cpu-max": 288,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"cpu-max": 288
}
],
"id": "libvirt-7"
}

View File

@ -18964,3 +18964,305 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "integratorcp",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "nuri",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "mps2-an511",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "verdex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mps2-an505",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "ast2500-evb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "smdkc210",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "collie",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "imx25-pdk",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spitz",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "realview-pbx-a9",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "realview-eb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "realview-pb-a8",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "versatilepb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "emcraft-sf2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "musicpal",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "z2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "akita",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "kzm",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "realview-eb-mpcore",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "mcimx7d-sabre",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "sx1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sx1-v1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "cubieboard",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "highbank",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "raspi2",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "raspi3",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "netduino2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "terrier",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "n810",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mainstone",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "palmetto-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sabrelite",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "midway",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "romulus-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "cheetah",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "tosa",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "borzoi",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "versatileab",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "lm3s6965evb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "n800",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "virt-2.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "connex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.12",
"cpu-max": 255,
"alias": "virt"
},
{
"hotpluggable-cpus": false,
"name": "xilinx-zynq-a9",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xlnx-ep108",
"cpu-max": 6
},
{
"hotpluggable-cpus": false,
"name": "mps2-an385",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a9",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a15",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "xlnx-zcu102",
"cpu-max": 6
},
{
"hotpluggable-cpus": false,
"name": "canon-a1100",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "lm3s811evb",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -22728,3 +22728,146 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sam460ex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "powernv",
"cpu-max": 2048
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"cpu-max": 32
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"cpu-max": 15
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12-sxxm",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.10",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "prep",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.11",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12",
"is-default": true,
"cpu-max": 1024,
"alias": "pseries"
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "40p",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -19695,3 +19695,66 @@
"desc": "The CPU definition 'max' is unknown."
}
}
{
"execute": "query-machines",
"id": "libvirt-4"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.11",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.10",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.9",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.8",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.12",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
}
],
"id": "libvirt-4"
}

View File

@ -22488,3 +22488,207 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.12",
"cpu-max": 288,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.12",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
}
],
"id": "libvirt-7"
}

View File

@ -4630,3 +4630,137 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-i440fx-2.4",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-q35-1.6",
"cpu-max": 255
},
{
"name": "pc-q35-1.5",
"cpu-max": 255
},
{
"name": "none",
"cpu-max": 1
},
{
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"name": "pc-q35-2.2",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"name": "pc-q35-2.1",
"cpu-max": 255
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"name": "pc-q35-1.4",
"cpu-max": 255
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"name": "pc-q35-2.0",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"name": "pc-q35-1.7",
"cpu-max": 255
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"name": "pc-q35-2.4",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "pc-q35-2.3",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -12260,3 +12260,145 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-q35-1.6",
"cpu-max": 255
},
{
"name": "pc-q35-1.5",
"cpu-max": 255
},
{
"name": "none",
"cpu-max": 1
},
{
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"name": "pc-q35-2.2",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"name": "pc-q35-2.1",
"cpu-max": 255
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"name": "pc-q35-1.4",
"cpu-max": 255
},
{
"name": "pc-q35-2.5",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"name": "pc-q35-2.0",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.5",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"name": "pc-q35-1.7",
"cpu-max": 255
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"name": "pc-q35-2.3",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -13033,3 +13033,183 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "integratorcp",
"cpu-max": 1
},
{
"name": "nuri",
"cpu-max": 2
},
{
"name": "verdex",
"cpu-max": 1
},
{
"name": "smdkc210",
"cpu-max": 2
},
{
"name": "collie",
"cpu-max": 1
},
{
"name": "imx25-pdk",
"cpu-max": 1
},
{
"name": "none",
"cpu-max": 1
},
{
"name": "spitz",
"cpu-max": 1
},
{
"name": "realview-pbx-a9",
"cpu-max": 4
},
{
"name": "realview-eb",
"cpu-max": 1
},
{
"name": "versatilepb",
"cpu-max": 1
},
{
"name": "realview-pb-a8",
"cpu-max": 1
},
{
"name": "musicpal",
"cpu-max": 1
},
{
"name": "z2",
"cpu-max": 1
},
{
"name": "akita",
"cpu-max": 1
},
{
"name": "kzm",
"cpu-max": 1
},
{
"name": "realview-eb-mpcore",
"cpu-max": 4
},
{
"name": "sx1",
"cpu-max": 1
},
{
"name": "sx1-v1",
"cpu-max": 1
},
{
"name": "virt-2.6",
"cpu-max": 255,
"alias": "virt"
},
{
"name": "cubieboard",
"cpu-max": 1
},
{
"name": "highbank",
"cpu-max": 4
},
{
"name": "raspi2",
"cpu-max": 4
},
{
"name": "netduino2",
"cpu-max": 1
},
{
"name": "terrier",
"cpu-max": 1
},
{
"name": "n810",
"cpu-max": 1
},
{
"name": "mainstone",
"cpu-max": 1
},
{
"name": "palmetto-bmc",
"cpu-max": 1
},
{
"name": "midway",
"cpu-max": 4
},
{
"name": "cheetah",
"cpu-max": 1
},
{
"name": "tosa",
"cpu-max": 1
},
{
"name": "borzoi",
"cpu-max": 1
},
{
"name": "versatileab",
"cpu-max": 1
},
{
"name": "lm3s6965evb",
"cpu-max": 1
},
{
"name": "n800",
"cpu-max": 1
},
{
"name": "connex",
"cpu-max": 1
},
{
"name": "xilinx-zynq-a9",
"cpu-max": 1
},
{
"name": "xlnx-ep108",
"cpu-max": 1
},
{
"name": "vexpress-a9",
"cpu-max": 4
},
{
"name": "vexpress-a15",
"cpu-max": 4
},
{
"name": "canon-a1100",
"cpu-max": 1
},
{
"name": "lm3s811evb",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -15511,3 +15511,80 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "ref405ep",
"cpu-max": 1
},
{
"name": "none",
"cpu-max": 1
},
{
"name": "virtex-ml507",
"cpu-max": 1
},
{
"name": "ppce500",
"cpu-max": 32
},
{
"name": "mpc8544ds",
"cpu-max": 15
},
{
"name": "bamboo",
"cpu-max": 1
},
{
"name": "g3beige",
"cpu-max": 1
},
{
"name": "prep",
"cpu-max": 1
},
{
"name": "mac99",
"cpu-max": 1
},
{
"name": "pseries-2.6",
"is-default": true,
"cpu-max": 255,
"alias": "pseries"
},
{
"name": "pseries-2.4",
"cpu-max": 255
},
{
"name": "pseries-2.5",
"cpu-max": 255
},
{
"name": "pseries-2.2",
"cpu-max": 255
},
{
"name": "taihu",
"cpu-max": 1
},
{
"name": "pseries-2.3",
"cpu-max": 255
},
{
"name": "pseries-2.1",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -12839,3 +12839,121 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"name": "pc-0.12",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"name": "pc-1.3",
"cpu-max": 255
},
{
"name": "pc-q35-2.6",
"cpu-max": 255,
"alias": "q35"
},
{
"name": "none",
"cpu-max": 1
},
{
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"name": "pc-0.11",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"name": "pc-0.10",
"cpu-max": 255
},
{
"name": "pc-1.2",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"name": "isapc",
"cpu-max": 1
},
{
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"name": "pc-0.15",
"cpu-max": 255
},
{
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"name": "pc-0.14",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.6",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"name": "pc-1.1",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"name": "pc-1.0",
"cpu-max": 255
},
{
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -11995,3 +11995,41 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.7",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
}
],
"id": "libvirt-3"
}

View File

@ -13422,3 +13422,157 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -13428,3 +13428,46 @@
"desc": "The CPU definition 'max' is unknown."
}
}
{
"execute": "query-machines",
"id": "libvirt-4"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.8",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
}
],
"id": "libvirt-4"
}

View File

@ -14316,3 +14316,177 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xenpv",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "xenfv",
"cpu-max": 128
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-3"
}

View File

@ -19292,3 +19292,121 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "powernv",
"cpu-max": 2048
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"cpu-max": 32
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"cpu-max": 15
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "prep",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"is-default": true,
"cpu-max": 1024,
"alias": "pseries"
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "40p",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -14477,3 +14477,51 @@
"desc": "The CPU definition 'max' is unknown."
}
}
{
"execute": "query-machines",
"id": "libvirt-4"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.9",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": false,
"name": "s390-ccw-virtio-2.8",
"cpu-max": 248
}
],
"id": "libvirt-4"
}

View File

@ -17892,3 +17892,187 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xenpv",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "xenfv",
"cpu-max": 128
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
}
],
"id": "libvirt-7"
}

View File

@ -23596,3 +23596,151 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sam460ex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "powernv",
"cpu-max": 2048
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"cpu-max": 32
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"cpu-max": 15
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12-sxxm",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.0",
"is-default": true,
"cpu-max": 1024,
"alias": "pseries"
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.10",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "prep",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.11",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "40p",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -14718,3 +14718,45 @@
],
"id": "libvirt-33"
}
{
"execute": "query-machines",
"id": "libvirt-34"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "spike_v1.9.1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sifive_e",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spike_v1.10",
"is-default": true,
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt",
"cpu-max": 8
},
{
"hotpluggable-cpus": false,
"name": "sifive_u",
"cpu-max": 1
}
],
"id": "libvirt-34"
}

View File

@ -14718,3 +14718,45 @@
],
"id": "libvirt-33"
}
{
"execute": "query-machines",
"id": "libvirt-34"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "spike_v1.9.1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sifive_e",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spike_v1.10",
"is-default": true,
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt",
"cpu-max": 8
},
{
"hotpluggable-cpus": false,
"name": "sifive_u",
"cpu-max": 1
}
],
"id": "libvirt-34"
}

View File

@ -20436,3 +20436,71 @@
"desc": "The CPU definition 'max' is unknown."
}
}
{
"execute": "query-machines",
"id": "libvirt-4"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.11",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.10",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-3.0",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.9",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.8",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.12",
"cpu-max": 248
}
],
"id": "libvirt-4"
}

View File

@ -23195,3 +23195,217 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.12",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.0",
"cpu-max": 288,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.0",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
}
],
"id": "libvirt-7"
}

View File

@ -23393,3 +23393,156 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sam460ex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "powernv",
"cpu-max": 2048
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"cpu-max": 32
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"cpu-max": 15
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.1",
"is-default": true,
"cpu-max": 1024,
"alias": "pseries"
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12-sxxm",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.0",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.10",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "prep",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.11",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "40p",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -23908,3 +23908,227 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.1",
"cpu-max": 288,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.12",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.0",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.1",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.10",
"cpu-max": 255
}
],
"id": "libvirt-7"
}

View File

@ -20245,3 +20245,350 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "integratorcp",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "nuri",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "mps2-an511",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "verdex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mps2-an505",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-3.0",
"cpu-max": 512
},
{
"hotpluggable-cpus": false,
"name": "ast2500-evb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "smdkc210",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "collie",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xlnx-versal-virt",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "imx25-pdk",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spitz",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "musca-b1",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "realview-pbx-a9",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "realview-eb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "realview-pb-a8",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "versatilepb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "emcraft-sf2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "musicpal",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "z2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "akita",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "kzm",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "realview-eb-mpcore",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "musca-a",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "mcimx7d-sabre",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "sx1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sx1-v1",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "cubieboard",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-4.0",
"cpu-max": 512,
"alias": "virt"
},
{
"hotpluggable-cpus": false,
"name": "highbank",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "raspi2",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "raspi3",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "netduino2",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "terrier",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "n810",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mainstone",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "palmetto-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sabrelite",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "midway",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "romulus-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "cheetah",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "tosa",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "borzoi",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "versatileab",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "lm3s6965evb",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "n800",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "virt-2.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "connex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virt-2.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "microbit",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "witherspoon-bmc",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "xilinx-zynq-a9",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "mps2-an385",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a9",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "mps2-an521",
"cpu-max": 2
},
{
"hotpluggable-cpus": false,
"name": "mcimx6ul-evk",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a15",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "xlnx-zcu102",
"cpu-max": 6
},
{
"hotpluggable-cpus": false,
"name": "virt-3.1",
"cpu-max": 512
},
{
"hotpluggable-cpus": false,
"name": "canon-a1100",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "lm3s811evb",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -24002,3 +24002,161 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sam460ex",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "powernv",
"cpu-max": 2048
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"cpu-max": 32
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"cpu-max": 15
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12-sxxm",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.0",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.10",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "prep",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.11",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"cpu-max": 1024
},
{
"hotpluggable-cpus": true,
"name": "pseries-4.0",
"is-default": true,
"cpu-max": 1024,
"alias": "pseries"
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"cpu-max": 1024
},
{
"hotpluggable-cpus": false,
"name": "40p",
"cpu-max": 1
}
],
"id": "libvirt-3"
}

View File

@ -17853,3 +17853,45 @@
],
"id": "libvirt-39"
}
{
"execute": "query-machines",
"id": "libvirt-40"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "virt",
"cpu-max": 8
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spike_v1.10",
"is-default": true,
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sifive_u",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "sifive_e",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spike_v1.9.1",
"cpu-max": 1
}
],
"id": "libvirt-40"
}

View File

@ -17853,3 +17853,45 @@
],
"id": "libvirt-39"
}
{
"execute": "query-machines",
"id": "libvirt-40"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "virt",
"cpu-max": 8
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spike_v1.10",
"is-default": true,
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "sifive_u",
"cpu-max": 4
},
{
"hotpluggable-cpus": false,
"name": "sifive_e",
"cpu-max": 1
},
{
"hotpluggable-cpus": false,
"name": "spike_v1.9.1",
"cpu-max": 1
}
],
"id": "libvirt-40"
}

View File

@ -21496,3 +21496,81 @@
"desc": "Property '.migratable' not found"
}
}
{
"execute": "query-machines",
"id": "libvirt-5"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-4.0",
"is-default": true,
"cpu-max": 248,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.7",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.6",
"cpu-max": 248
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.11",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.10",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-3.1",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.5",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.4",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-3.0",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.9",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.8",
"cpu-max": 248
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.12",
"cpu-max": 248
}
],
"id": "libvirt-5"
}

View File

@ -24476,3 +24476,227 @@
},
"id": "libvirt-6"
}
{
"execute": "query-machines",
"id": "libvirt-7"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "isapc",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": false,
"name": "none",
"cpu-max": 1
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-4.0",
"is-default": true,
"cpu-max": 255,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.1",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.12",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.0",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"cpu-max": 288
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.0",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.1",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"cpu-max": 255
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.0",
"cpu-max": 288,
"alias": "q35"
}
],
"id": "libvirt-7"
}

View File

@ -24568,3 +24568,332 @@
},
"id": "libvirt-4"
}
{
"execute": "query-machines",
"id": "libvirt-5"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.12",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "none",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.1",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.1",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-4.1",
"numa-mem-supported": true,
"is-default": true,
"cpu-max": 255,
"deprecated": false,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"numa-mem-supported": true,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.1",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.12",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.0.1",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.0",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.0",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-4.0",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.0",
"numa-mem-supported": true,
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"numa-mem-supported": true,
"cpu-max": 288,
"deprecated": false
}
],
"id": "libvirt-5"
}

View File

@ -21557,3 +21557,559 @@
"desc": "Parameter 'migratable' is unexpected"
}
}
{
"execute": "query-machines",
"id": "libvirt-5"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "integratorcp",
"numa-mem-supported": false,
"default-cpu-type": "arm926-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "nuri",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mps2-an511",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m3-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mps2-an505",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m33-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "verdex",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c0-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-3.0",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 512,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "ast2500-evb",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "smdkc210",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "collie",
"numa-mem-supported": false,
"default-cpu-type": "sa1110-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "xlnx-versal-virt",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "imx25-pdk",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "none",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "spitz",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c0-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "musca-b1",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m33-arm-cpu",
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "realview-pbx-a9",
"numa-mem-supported": false,
"default-cpu-type": "cortex-a9-arm-cpu",
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "realview-eb",
"numa-mem-supported": false,
"default-cpu-type": "arm926-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "versatilepb",
"numa-mem-supported": false,
"default-cpu-type": "arm926-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "realview-pb-a8",
"numa-mem-supported": false,
"default-cpu-type": "cortex-a8-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "emcraft-sf2",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m3-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.9",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "musicpal",
"numa-mem-supported": false,
"default-cpu-type": "arm926-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "sbsa-ref",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a57-arm-cpu",
"cpu-max": 512,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "z2",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c5-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "akita",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c0-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.7",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "kzm",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "swift-bmc",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.8",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "realview-eb-mpcore",
"numa-mem-supported": false,
"default-cpu-type": "arm11mpcore-arm-cpu",
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "musca-a",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m33-arm-cpu",
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mcimx7d-sabre",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "sx1",
"numa-mem-supported": false,
"default-cpu-type": "ti925t-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-4.2",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 512,
"deprecated": false,
"alias": "virt"
},
{
"hotpluggable-cpus": false,
"name": "sx1-v1",
"numa-mem-supported": false,
"default-cpu-type": "ti925t-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.6",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "cubieboard",
"numa-mem-supported": false,
"default-cpu-type": "cortex-a9-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-4.0",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 512,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "highbank",
"numa-mem-supported": false,
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-4.1",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 512,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "raspi2",
"numa-mem-supported": false,
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "raspi3",
"numa-mem-supported": false,
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "netduino2",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "terrier",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c5-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "n810",
"numa-mem-supported": false,
"default-cpu-type": "arm1136-r2-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mainstone",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c5-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "palmetto-bmc",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "sabrelite",
"numa-mem-supported": false,
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "midway",
"numa-mem-supported": false,
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "romulus-bmc",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "cheetah",
"numa-mem-supported": false,
"default-cpu-type": "ti925t-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "tosa",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "borzoi",
"numa-mem-supported": false,
"default-cpu-type": "pxa270-c0-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "versatileab",
"numa-mem-supported": false,
"default-cpu-type": "arm926-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "lm3s6965evb",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m3-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "n800",
"numa-mem-supported": false,
"default-cpu-type": "arm1136-r2-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.10",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.11",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "connex",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-2.12",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "microbit",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "witherspoon-bmc",
"numa-mem-supported": false,
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "xilinx-zynq-a9",
"numa-mem-supported": false,
"default-cpu-type": "cortex-a9-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mps2-an385",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m3-arm-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a9",
"numa-mem-supported": false,
"default-cpu-type": "cortex-a9-arm-cpu",
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mps2-an521",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m33-arm-cpu",
"cpu-max": 2,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mcimx6ul-evk",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "vexpress-a15",
"numa-mem-supported": false,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 4,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "xlnx-zcu102",
"numa-mem-supported": false,
"cpu-max": 6,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virt-3.1",
"numa-mem-supported": true,
"default-cpu-type": "cortex-a15-arm-cpu",
"cpu-max": 512,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "canon-a1100",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "lm3s811evb",
"numa-mem-supported": false,
"default-cpu-type": "cortex-m3-arm-cpu",
"cpu-max": 1,
"deprecated": false
}
],
"id": "libvirt-5"
}

View File

@ -424,7 +424,6 @@
<machine type='tcg' name='witherspoon-bmc' maxCpus='2'/>
<machine type='tcg' name='xilinx-zynq-a9' maxCpus='1'/>
<machine type='tcg' name='mps2-an385' maxCpus='1'/>
<machine type='tcg' name='ast2600-evb' maxCpus='2'/>
<machine type='tcg' name='vexpress-a9' maxCpus='4'/>
<machine type='tcg' name='mps2-an521' maxCpus='2'/>
<machine type='tcg' name='mcimx6ul-evk' maxCpus='1'/>

View File

@ -24404,3 +24404,270 @@
],
"id": "libvirt-2"
}
{
"execute": "query-machines",
"id": "libvirt-3"
}
{
"return": [
{
"hotpluggable-cpus": false,
"name": "ref405ep",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "sam460ex",
"numa-mem-supported": false,
"default-cpu-type": "460exb-powerpc64-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "none",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "virtex-ml507",
"numa-mem-supported": false,
"default-cpu-type": "440-xilinx-powerpc64-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "ppce500",
"numa-mem-supported": false,
"default-cpu-type": "e500v2_v30-powerpc64-cpu",
"cpu-max": 32,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mpc8544ds",
"numa-mem-supported": false,
"default-cpu-type": "e500v2_v30-powerpc64-cpu",
"cpu-max": 15,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.1",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12-sxxm",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "bamboo",
"numa-mem-supported": false,
"default-cpu-type": "440epb-powerpc64-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "g3beige",
"numa-mem-supported": false,
"default-cpu-type": "750_v3.1-powerpc64-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-3.0",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.10",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "prep",
"numa-mem-supported": false,
"default-cpu-type": "602-powerpc64-cpu",
"cpu-max": 1,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.11",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.12",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.9",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "mac99",
"numa-mem-supported": false,
"default-cpu-type": "970fx_v3.1-powerpc64-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.6",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.7",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-2.8",
"numa-mem-supported": true,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-4.2",
"numa-mem-supported": true,
"default-cpu-type": "power9_v2.0-powerpc64-cpu",
"is-default": true,
"cpu-max": 1024,
"deprecated": false,
"alias": "pseries"
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.4",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.5",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-4.0",
"numa-mem-supported": true,
"default-cpu-type": "power9_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pseries-4.1",
"numa-mem-supported": true,
"default-cpu-type": "power9_v2.0-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.2",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "taihu",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.3",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "pseries-2.1",
"numa-mem-supported": true,
"default-cpu-type": "power7_v2.3-powerpc64-cpu",
"cpu-max": 1024,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "powernv8",
"numa-mem-supported": false,
"default-cpu-type": "power8_v2.0-powerpc64-cpu",
"cpu-max": 2048,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "powernv9",
"numa-mem-supported": false,
"default-cpu-type": "power9_v2.0-powerpc64-cpu",
"cpu-max": 2048,
"deprecated": false,
"alias": "powernv"
},
{
"hotpluggable-cpus": false,
"name": "40p",
"numa-mem-supported": false,
"default-cpu-type": "604-powerpc64-cpu",
"cpu-max": 1,
"deprecated": false
}
],
"id": "libvirt-3"
}

View File

@ -22414,3 +22414,135 @@
"desc": "Property '.migratable' not found"
}
}
{
"execute": "query-machines",
"id": "libvirt-5"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-4.0",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-3.1",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.6",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.12",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.9",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-3.0",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-4.2",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"is-default": true,
"cpu-max": 248,
"deprecated": false,
"alias": "s390-ccw-virtio"
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.5",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.11",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.8",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-4.1",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "none",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.4",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.10",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "s390-ccw-virtio-2.7",
"numa-mem-supported": false,
"default-cpu-type": "qemu-s390x-cpu",
"cpu-max": 248,
"deprecated": false
}
],
"id": "libvirt-5"
}

View File

@ -24756,3 +24756,392 @@
},
"id": "libvirt-4"
}
{
"execute": "query-machines",
"id": "libvirt-5"
}
{
"return": [
{
"hotpluggable-cpus": true,
"name": "pc-0.15",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.12",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.0",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.2",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false,
"alias": "q35"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.5",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-4.2",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"is-default": true,
"cpu-max": 255,
"deprecated": false,
"alias": "pc"
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.5",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-0.12",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.7",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.2",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": false,
"name": "none",
"numa-mem-supported": false,
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.7",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.4",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.10",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.7",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-0.14",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.9",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.11",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.4",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.3",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-4.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.9",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "isapc",
"numa-mem-supported": true,
"default-cpu-type": "486-x86_64-cpu",
"cpu-max": 1,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.4",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.6",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.12",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.0",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.6",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.0.1",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-1.6",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-0.13",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": true
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.8",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.10",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-3.0",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-4.0",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.3",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-1.2",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-4.0",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-2.8",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.5",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-i440fx-3.0",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 255,
"deprecated": false
},
{
"hotpluggable-cpus": true,
"name": "pc-q35-2.11",
"numa-mem-supported": true,
"default-cpu-type": "qemu64-x86_64-cpu",
"cpu-max": 288,
"deprecated": false
}
],
"id": "libvirt-5"
}