From 4e3a1c302100673702e2087b01e5ab580627827f Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Thu, 2 Jun 2011 10:56:43 +0200 Subject: [PATCH] virsh: Document nodeinfo output --- tools/virsh.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 6ca3002dad..7ed30039dd 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 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. =item B -- 2.47.2