mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
4093449429
The s390 testcase verifies that the s390-specific cpu-state field is correctly mapped to the halted property. Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
26 lines
455 B
JSON
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"
|
|
}
|