mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
c34b8cbf1c
Add sample data files for validating handling of a QEMU guest started with: -smp 7,maxcpus=16,sockets=2,dies=2,cores=2,threads=2 Reviewed-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
|
"return": [
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538346,
|
|
"props": {
|
|
"core-id": 0,
|
|
"thread-id": 0,
|
|
"die-id": 0,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[0]",
|
|
"cpu-index": 0,
|
|
"target": "x86_64"
|
|
},
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538347,
|
|
"props": {
|
|
"core-id": 0,
|
|
"thread-id": 1,
|
|
"die-id": 0,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[2]",
|
|
"cpu-index": 1,
|
|
"target": "x86_64"
|
|
},
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538348,
|
|
"props": {
|
|
"core-id": 1,
|
|
"thread-id": 0,
|
|
"die-id": 0,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[3]",
|
|
"cpu-index": 2,
|
|
"target": "x86_64"
|
|
},
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538349,
|
|
"props": {
|
|
"core-id": 1,
|
|
"thread-id": 1,
|
|
"die-id": 0,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[4]",
|
|
"cpu-index": 3,
|
|
"target": "x86_64"
|
|
},
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538350,
|
|
"props": {
|
|
"core-id": 0,
|
|
"thread-id": 0,
|
|
"die-id": 1,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[5]",
|
|
"cpu-index": 4,
|
|
"target": "x86_64"
|
|
},
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538351,
|
|
"props": {
|
|
"core-id": 0,
|
|
"thread-id": 1,
|
|
"die-id": 1,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[6]",
|
|
"cpu-index": 5,
|
|
"target": "x86_64"
|
|
},
|
|
{
|
|
"arch": "x86",
|
|
"thread-id": 1538352,
|
|
"props": {
|
|
"core-id": 1,
|
|
"thread-id": 0,
|
|
"die-id": 1,
|
|
"socket-id": 0
|
|
},
|
|
"qom-path": "/machine/unattached/device[7]",
|
|
"cpu-index": 6,
|
|
"target": "x86_64"
|
|
}
|
|
]
|
|
}
|