Re: [libvirt] [PATCH 13/23] qemu: implement qemuDomainSetBlockThreshold

2017-03-23 Thread Eric Blake
On 03/15/2017 11:37 AM, Peter Krempa wrote: > Add code to call the appropriate monitor command and code to lookup the > given disk backing chain member. > --- > > + > +if (!src->nodebacking) { > +virReportError(VIR_ERR_OPERATION_UNSUPPORTED, > + _("threshold curr

[libvirt] [PATCH 13/23] qemu: implement qemuDomainSetBlockThreshold

2017-03-15 Thread Peter Krempa
Add code to call the appropriate monitor command and code to lookup the given disk backing chain member. --- src/qemu/qemu_driver.c | 70 src/qemu/qemu_monitor.c | 13 src/qemu/qemu_monitor.h | 5 src/qemu/qemu_monitor_jso