Re: [libvirt] [PATCH 11/23] virsh: Implement 'domblkthreshold' command to call virDomainSetBlockThreshold

2017-03-24 Thread Peter Krempa
On Thu, Mar 23, 2017 at 14:34:04 -0500, Eric Blake wrote: > On 03/15/2017 11:37 AM, Peter Krempa wrote: > > Add a simple wrapper which will allow to set the threshold for > > delivering the event. > > --- > > tools/virsh-domain.c | 64 > > > >

Re: [libvirt] [PATCH 11/23] virsh: Implement 'domblkthreshold' command to call virDomainSetBlockThreshold

2017-03-23 Thread Eric Blake
On 03/15/2017 11:37 AM, Peter Krempa wrote: > Add a simple wrapper which will allow to set the threshold for > delivering the event. > --- > tools/virsh-domain.c | 64 > > tools/virsh.pod | 8 +++ > 2 files changed, 72 insertions(+) >

[libvirt] [PATCH 11/23] virsh: Implement 'domblkthreshold' command to call virDomainSetBlockThreshold

2017-03-15 Thread Peter Krempa
Add a simple wrapper which will allow to set the threshold for delivering the event. --- tools/virsh-domain.c | 64 tools/virsh.pod | 8 +++ 2 files changed, 72 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c in