libvirt/tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-s390-hotplug.json
Paolo Bonzini e398a6aba4 tests: drop "-fast" from query-cpus-fast tests
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>
2022-08-08 17:36:49 +02:00

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"
}