Re: [Patch] kvm tools: implement "help xxx" command

2011-05-20 Thread Prasad Joshi
On Fri, May 20, 2011 at 8:30 AM, Pekka Enberg wrote: > On Fri, May 20, 2011 at 10:01 AM, Amerigo Wang wrote: >> 'kvm run --help' works fine but 'kvm help run' shows nothing, >> this patch implements it. >> >> Signed-off-by: WANG Cong > > Looks good to me. Prasad? Ya nice. Thanks Amerigo. > >>

Re: [Patch] kvm tools: implement "help xxx" command

2011-05-20 Thread Pekka Enberg
On Fri, May 20, 2011 at 10:01 AM, Amerigo Wang wrote: > 'kvm run --help' works fine but 'kvm help run' shows nothing, > this patch implements it. > > Signed-off-by: WANG Cong Looks good to me. Prasad? > --- > diff --git a/tools/kvm/include/kvm/kvm-cmd.h b/tools/kvm/include/kvm/kvm-cmd.h > index

[Patch] kvm tools: implement "help xxx" command

2011-05-20 Thread Amerigo Wang
'kvm run --help' works fine but 'kvm help run' shows nothing, this patch implements it. Signed-off-by: WANG Cong --- diff --git a/tools/kvm/include/kvm/kvm-cmd.h b/tools/kvm/include/kvm/kvm-cmd.h index 8d5fca5..0a73bce 100644 --- a/tools/kvm/include/kvm/kvm-cmd.h +++ b/tools/kvm/include/kvm/kvm-