mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
e398a6aba4
All supported versions of QEMU include the query-cpus-fast QMP command. In preparation for dropping support for the old "query-cpus" commands, remove the "-fast" suffix from both x86-full-fast and s390-fast. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
22 lines
375 B
JSON
22 lines
375 B
JSON
{
|
|
"return": [
|
|
{
|
|
"props": {
|
|
"core-id": 1
|
|
},
|
|
"vcpus-count": 1,
|
|
"qom-path": "/machine/unattached/device[1]",
|
|
"type": "host-s390x-cpu"
|
|
},
|
|
{
|
|
"props": {
|
|
"core-id": 0
|
|
},
|
|
"vcpus-count": 1,
|
|
"qom-path": "/machine/unattached/device[0]",
|
|
"type": "host-s390x-cpu"
|
|
}
|
|
],
|
|
"id": "libvirt-41"
|
|
}
|