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

2010-12-07 Thread Justin Clift
--- 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,

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

2010-12-07 Thread Eric Blake
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 ebl...@redhat.com+1-801-349-2682 Libvirt

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

2010-12-07 Thread Justin Clift
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. :)