]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implement QMP support for extracting CPU thread ID
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Jan 2010 14:52:05 +0000 (14:52 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Jan 2010 17:08:37 +0000 (17:08 +0000)
commit72a8405a47477e67d01ee1de2bc549e8201f4e15
tree46bdff42177db1a0c49bec1a00d83a65dbb18d56
parent2c7f5ca6627763db23d5716580e60dd26eda866d
Implement QMP support for extracting CPU thread ID

The KVM build of QEMU includs the thread ID of each vCPU in the
'query-cpus' output. This is required for pinning guests to
particular host CPUs

* src/qemu/qemu_monitor_json.c: Extract 'thread_id' from CPU info
src/qemu/qemu_monitor_json.c