
3 Jun
2011
3 Jun
'11
2:01 p.m.
On Fri, Jun 03, 2011 at 08:54:25 -0600, Eric Blake wrote:
On 06/02/2011 03:21 AM, Jiri Denemark wrote:
--- tools/virsh.pod | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod index 9251db6..1f41652 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -235,7 +235,9 @@ Print the XML representation of the hypervisor sysinfo, if available. =item B<nodeinfo>
Returns basic information about the node, like number and type of CPU, -and size of the physical memory. +and size of the physical memory. The output corresponds to virNodeInfo +structure. Specifically, the "CPU socket(s)" field means number of CPU +sockets per NUMA cell.
ACK. Doc-only, so let's get it into 0.9.2.
Pushed, thanks. Jirka