]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Moved the nodeinfo command to the 'host' help keyword group
authorJustin Clift <jclift@redhat.com>
Tue, 7 Dec 2010 22:16:42 +0000 (09:16 +1100)
committerJustin Clift <jc@storage2.example.com>
Wed, 8 Dec 2010 00:24:37 +0000 (11:24 +1100)
tools/virsh.c

index 9ce32020544e06be3be6543c99d63b95102437d1..6c48a62adc2183154140d1db28234b5f94a2d648 100644 (file)
@@ -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}