summaryrefslogtreecommitdiff
path: root/tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-s390-cpus.json
blob: ef9c97531ee2ae97a8e8a5a5bdef10650cbe5f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
}