[libvirt] [PATCH] virsh: fix 'help event'

2014-03-31 Thread Eric Blake
'virsh help event' included a summary line event - (null) due to a misnamed info field. * tools/virsh-domain.c (info_event): Use correct name. * tools/virsh-network.c (info_network_event): Likewise. Signed-off-by: Eric Blake ebl...@redhat.com --- Deserves to be in 1.2.3 tools/virsh-domain.c

Re: [libvirt] [PATCH] virsh: fix 'help event'

2014-03-31 Thread Roman Bogorodskiy
Eric Blake wrote: 'virsh help event' included a summary line event - (null) due to a misnamed info field. * tools/virsh-domain.c (info_event): Use correct name. * tools/virsh-network.c (info_network_event): Likewise. Signed-off-by: Eric Blake ebl...@redhat.com --- Deserves to be in

Re: [libvirt] [PATCH] virsh: fix 'help event'

2014-03-31 Thread Jiri Denemark
On Mon, Mar 31, 2014 at 07:06:20 -0600, Eric Blake wrote: 'virsh help event' included a summary line event - (null) due to a misnamed info field. * tools/virsh-domain.c (info_event): Use correct name. * tools/virsh-network.c (info_network_event): Likewise. Signed-off-by: Eric Blake

Re: [libvirt] [PATCH] virsh: fix 'help event'

2014-03-31 Thread Eric Blake
On 03/31/2014 07:19 AM, Jiri Denemark wrote: On Mon, Mar 31, 2014 at 07:06:20 -0600, Eric Blake wrote: 'virsh help event' included a summary line event - (null) due to a misnamed info field. * tools/virsh-domain.c (info_event): Use correct name. * tools/virsh-network.c (info_network_event):