mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +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>
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"
|
|
}
|