libvirt/tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-s390-cpus.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

26 lines
455 B
JSON

{
"return": [
{
"arch": "s390",
"cpu-index": 0,
"props": {
"core-id": 0
},
"qom-path": "/machine/unattached/device[0]",
"thread-id": 89504,
"cpu-state": "operating"
},
{
"arch": "s390",
"cpu-index": 1,
"props": {
"core-id": 1
},
"qom-path": "/machine/unattached/device[1]",
"thread-id": 89505,
"cpu-state": "stopped"
}
],
"id": "libvirt-42"
}