libvirt/tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-full-cpus.json
Peter Krempa 22e3bb332e tests: cpu-hotplug: Add data for x86 hotplug with 11+ vcpus
During review it was reported that adding at least 11 vcpus creates a
collision of prefixes in the monitor matching algorithm. Add a test case
to verify that the problem won't happen.
2016-08-24 15:44:47 -04:00

105 lines
2.1 KiB
JSON

{
"return": [
{
"arch": "x86",
"current": true,
"CPU": 0,
"qom_path": "/machine/unattached/device[0]",
"pc": 1042686,
"halted": false,
"thread_id": 895040
},
{
"arch": "x86",
"current": false,
"CPU": 1,
"qom_path": "/machine/peripheral/vcpu1",
"pc": 4294967280,
"halted": false,
"thread_id": 895056
},
{
"arch": "x86",
"current": false,
"CPU": 2,
"qom_path": "/machine/peripheral/vcpu2",
"pc": 4294967280,
"halted": false,
"thread_id": 895057
},
{
"arch": "x86",
"current": false,
"CPU": 3,
"qom_path": "/machine/peripheral/vcpu3",
"pc": 4294967280,
"halted": false,
"thread_id": 895058
},
{
"arch": "x86",
"current": false,
"CPU": 4,
"qom_path": "/machine/peripheral/vcpu4",
"pc": 4294967280,
"halted": false,
"thread_id": 895059
},
{
"arch": "x86",
"current": false,
"CPU": 5,
"qom_path": "/machine/peripheral/vcpu5",
"pc": 4294967280,
"halted": false,
"thread_id": 895060
},
{
"arch": "x86",
"current": false,
"CPU": 6,
"qom_path": "/machine/peripheral/vcpu6",
"pc": 4294967280,
"halted": false,
"thread_id": 895061
},
{
"arch": "x86",
"current": false,
"CPU": 7,
"qom_path": "/machine/peripheral/vcpu7",
"pc": 4294967280,
"halted": false,
"thread_id": 895062
},
{
"arch": "x86",
"current": false,
"CPU": 8,
"qom_path": "/machine/peripheral/vcpu8",
"pc": 4294967280,
"halted": false,
"thread_id": 895063
},
{
"arch": "x86",
"current": false,
"CPU": 9,
"qom_path": "/machine/peripheral/vcpu9",
"pc": 4294967280,
"halted": false,
"thread_id": 895064
},
{
"arch": "x86",
"current": false,
"CPU": 10,
"qom_path": "/machine/peripheral/vcpu10",
"pc": 4294967280,
"halted": false,
"thread_id": 895065
}
],
"id": "libvirt-52"
}