mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
1c455c4743
Test the algorithm that extracts the order in which the vcpu entries were plugged in on a sample of data created by plugging in vcpus arbitrarily.
30 lines
549 B
JSON
30 lines
549 B
JSON
{
|
|
"return": [
|
|
{
|
|
"props": {
|
|
"core-id": 16
|
|
},
|
|
"vcpus-count": 8,
|
|
"qom-path": "/machine/peripheral/vcpu1",
|
|
"type": "host-spapr-cpu-core"
|
|
},
|
|
{
|
|
"props": {
|
|
"core-id": 8
|
|
},
|
|
"vcpus-count": 8,
|
|
"qom-path": "/machine/peripheral/vcpu0",
|
|
"type": "host-spapr-cpu-core"
|
|
},
|
|
{
|
|
"props": {
|
|
"core-id": 0
|
|
},
|
|
"vcpus-count": 8,
|
|
"qom-path": "/machine/unattached/device[1]",
|
|
"type": "host-spapr-cpu-core"
|
|
}
|
|
],
|
|
"id": "libvirt-38"
|
|
}
|