
9 Mar
2010
9 Mar
'10
4:45 p.m.
The nodeinfo structure wasn't initialized in qemu driver and with the recent change in CPU topology parsing, old value of nodeinfo->sockets could be used and incremented giving totally bogus results.
Let's just wipe the structure completely.
Yeah, this makes sense.
ACK
Thanks, pushed. Jirka