[libvirt] [PATCH] Moved the nodeinfo command to the 'host' help keyword group

--- tools/virsh.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 9ce3202..6c48a62 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -10062,7 +10062,6 @@ static const vshCmdDef nodedevCmds[] = { {"nodedev-list", cmdNodeListDevices, opts_node_list_devices, info_node_list_devices}, {"nodedev-reattach", cmdNodeDeviceReAttach, opts_node_device_reattach, info_node_device_reattach}, {"nodedev-reset", cmdNodeDeviceReset, opts_node_device_reset, info_node_device_reset}, - {"nodeinfo", cmdNodeinfo, NULL, info_nodeinfo}, {NULL, NULL, NULL, NULL} }; @@ -10127,6 +10126,7 @@ static const vshCmdDef hostAndHypervisorCmds[] = { {"connect", cmdConnect, opts_connect, info_connect}, {"freecell", cmdFreecell, opts_freecell, info_freecell}, {"hostname", cmdHostname, NULL, info_hostname}, + {"nodeinfo", cmdNodeinfo, NULL, info_nodeinfo}, {"qemu-monitor-command", cmdQemuMonitorCommand, opts_qemu_monitor_command, info_qemu_monitor_command}, {"uri", cmdURI, NULL, info_uri}, {NULL, NULL, NULL, NULL} -- 1.7.3.2

On 12/07/2010 04:08 PM, Justin Clift wrote:
--- tools/virsh.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
ACK; nodedev is for managing devices attached to a node, but nodeinfo is more generic than that. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

On 08/12/2010, at 10:16 AM, Eric Blake wrote:
On 12/07/2010 04:08 PM, Justin Clift wrote:
--- tools/virsh.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
ACK; nodedev is for managing devices attached to a node, but nodeinfo is more generic than that.
Thanks Eric. Pushed. :)
participants (2)
-
Eric Blake
-
Justin Clift