
3 Aug
2016
3 Aug
'16
3 p.m.
On Wed, Aug 03, 2016 at 10:10:59AM +0200, Peter Krempa wrote: s/qemuDomainDetectVcpuPids/qemuDomainRefreshVcpu/ in $subject
Validate the presence of the thread id according to state of the vCPU rather than just checking the vCPU count. Additionally put the new validation code into a separate function so that the information retrieval can be split from the validation. --- src/qemu/qemu_domain.c | 49 +++++++++++++++++++++++++++++++++++++++++++------ src/qemu/qemu_domain.h | 1 + 2 files changed, 44 insertions(+), 6 deletions(-)
ACK