Re: [libvirt] [PATCH V3 3/5] virsh: add 'sysrq' command

2014-12-17 Thread Chun Yan Liu
>>> On 12/17/2014 at 08:14 PM, in message <549173ac.2000...@redhat.com>, Ján Tomko wrote: > On 12/17/2014 09:48 AM, Chunyan Liu wrote: > > All domainSendSysrq related API should be manageable from > > the virsh command line. So, expose 'virsh sysrq' command. > > > > Signed-off-by: Chunyan L

Re: [libvirt] [PATCH V3 3/5] virsh: add 'sysrq' command

2014-12-17 Thread Ján Tomko
On 12/17/2014 09:48 AM, Chunyan Liu wrote: > All domainSendSysrq related API should be manageable from > the virsh command line. So, expose 'virsh sysrq' command. > > Signed-off-by: Chunyan Liu > --- > tools/virsh-domain.c | 54 > > 1 file ch

[libvirt] [PATCH V3 3/5] virsh: add 'sysrq' command

2014-12-17 Thread Chunyan Liu
All domainSendSysrq related API should be manageable from the virsh command line. So, expose 'virsh sysrq' command. Signed-off-by: Chunyan Liu --- tools/virsh-domain.c | 54 1 file changed, 54 insertions(+) diff --git a/tools/virsh-domain.c b