mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
d1145aad0b
Power 8 platform's basic hotpluggable unit is a core rather than a thread for x86_64 family. This introduces most of the complexity of the matching code and thus needs to be tested. The test data contain data captured from in-order cpu hotplug and unplug operations.
28 lines
455 B
JSON
28 lines
455 B
JSON
{
|
|
"return": [
|
|
{
|
|
"props": {
|
|
"core-id": 16
|
|
},
|
|
"vcpus-count": 8,
|
|
"type": "host-spapr-cpu-core"
|
|
},
|
|
{
|
|
"props": {
|
|
"core-id": 8
|
|
},
|
|
"vcpus-count": 8,
|
|
"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-11"
|
|
}
|