提交 e41e3b29 编写于 作者: J Jiri Denemark

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: NJiri Denemark <jdenemar@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 d5d2d8e3
...@@ -4726,7 +4726,8 @@ virQEMUCapsInitQMPMonitorTCG(virQEMUCapsPtr qemuCaps, ...@@ -4726,7 +4726,8 @@ virQEMUCapsInitQMPMonitorTCG(virQEMUCapsPtr qemuCaps,
if (virQEMUCapsProbeQMPHostCPU(qemuCaps, accel, mon, VIR_DOMAIN_VIRT_QEMU) < 0) if (virQEMUCapsProbeQMPHostCPU(qemuCaps, accel, mon, VIR_DOMAIN_VIRT_QEMU) < 0)
return -1; return -1;
virQEMUCapsAccelCopyMachineTypes(&qemuCaps->tcg, &qemuCaps->kvm); if (virQEMUCapsProbeQMPMachineTypes(qemuCaps, accel, mon) < 0)
return -1;
return 0; return 0;
} }
......
...@@ -3145,3 +3145,81 @@ ...@@ -3145,3 +3145,81 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -3108,3 +3108,89 @@ ...@@ -3108,3 +3108,89 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -3323,3 +3323,97 @@ ...@@ -3323,3 +3323,97 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -3827,3 +3827,113 @@ ...@@ -3827,3 +3827,113 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -16489,3 +16489,275 @@ ...@@ -16489,3 +16489,275 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -20529,3 +20529,126 @@ ...@@ -20529,3 +20529,126 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -16473,3 +16473,56 @@ ...@@ -16473,3 +16473,56 @@
"desc": "The CPU definition 'max' is unknown." "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"
}
...@@ -18921,3 +18921,197 @@ ...@@ -18921,3 +18921,197 @@
}, },
"id": "libvirt-6" "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"
}
...@@ -18113,3 +18113,61 @@ ...@@ -18113,3 +18113,61 @@
"desc": "The CPU definition 'max' is unknown." "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"
}
...@@ -19133,3 +19133,197 @@ ...@@ -19133,3 +19133,197 @@
}, },
"id": "libvirt-6" "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"
}
...@@ -18964,3 +18964,305 @@ ...@@ -18964,3 +18964,305 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -22728,3 +22728,146 @@ ...@@ -22728,3 +22728,146 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -19695,3 +19695,66 @@ ...@@ -19695,3 +19695,66 @@
"desc": "The CPU definition 'max' is unknown." "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"
}
...@@ -22488,3 +22488,207 @@ ...@@ -22488,3 +22488,207 @@
}, },
"id": "libvirt-6" "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"
}
...@@ -4630,3 +4630,137 @@ ...@@ -4630,3 +4630,137 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -12260,3 +12260,145 @@ ...@@ -12260,3 +12260,145 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -13033,3 +13033,183 @@ ...@@ -13033,3 +13033,183 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -15511,3 +15511,80 @@ ...@@ -15511,3 +15511,80 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -12839,3 +12839,121 @@ ...@@ -12839,3 +12839,121 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -11995,3 +11995,41 @@ ...@@ -11995,3 +11995,41 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -13422,3 +13422,157 @@ ...@@ -13422,3 +13422,157 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -13428,3 +13428,46 @@ ...@@ -13428,3 +13428,46 @@
"desc": "The CPU definition 'max' is unknown." "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"
}
...@@ -14316,3 +14316,177 @@ ...@@ -14316,3 +14316,177 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -19292,3 +19292,121 @@ ...@@ -19292,3 +19292,121 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -14477,3 +14477,51 @@ ...@@ -14477,3 +14477,51 @@
"desc": "The CPU definition 'max' is unknown." "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"
}
...@@ -17892,3 +17892,187 @@ ...@@ -17892,3 +17892,187 @@
}, },
"id": "libvirt-6" "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"
}
...@@ -23596,3 +23596,151 @@ ...@@ -23596,3 +23596,151 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -14718,3 +14718,45 @@ ...@@ -14718,3 +14718,45 @@
], ],
"id": "libvirt-33" "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"
}
...@@ -14718,3 +14718,45 @@ ...@@ -14718,3 +14718,45 @@
], ],
"id": "libvirt-33" "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"
}
...@@ -20436,3 +20436,71 @@ ...@@ -20436,3 +20436,71 @@
"desc": "The CPU definition 'max' is unknown." "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"
}
...@@ -23195,3 +23195,217 @@ ...@@ -23195,3 +23195,217 @@
}, },
"id": "libvirt-6" "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"
}
...@@ -23393,3 +23393,156 @@ ...@@ -23393,3 +23393,156 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -23908,3 +23908,227 @@ ...@@ -23908,3 +23908,227 @@
}, },
"id": "libvirt-6" "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"
}
...@@ -20245,3 +20245,350 @@ ...@@ -20245,3 +20245,350 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -24002,3 +24002,161 @@ ...@@ -24002,3 +24002,161 @@
], ],
"id": "libvirt-2" "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"
}
...@@ -17853,3 +17853,45 @@ ...@@ -17853,3 +17853,45 @@
], ],
"id": "libvirt-39" "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"
}
...@@ -17853,3 +17853,45 @@ ...@@ -17853,3 +17853,45 @@
], ],
"id": "libvirt-39" "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"
}
...@@ -424,7 +424,6 @@ ...@@ -424,7 +424,6 @@
<machine type='tcg' name='witherspoon-bmc' maxCpus='2'/> <machine type='tcg' name='witherspoon-bmc' maxCpus='2'/>
<machine type='tcg' name='xilinx-zynq-a9' maxCpus='1'/> <machine type='tcg' name='xilinx-zynq-a9' maxCpus='1'/>
<machine type='tcg' name='mps2-an385' 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='vexpress-a9' maxCpus='4'/>
<machine type='tcg' name='mps2-an521' maxCpus='2'/> <machine type='tcg' name='mps2-an521' maxCpus='2'/>
<machine type='tcg' name='mcimx6ul-evk' maxCpus='1'/> <machine type='tcg' name='mcimx6ul-evk' maxCpus='1'/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册