Re: [libvirt] [PATCH v6 0/7] qemu: Introduce support for new the block_set_io_throttle parameters add in the version 1.7 of qemu.

2014-11-10 Thread Matthias Gatto
On Fri, Nov 7, 2014 at 4:56 PM, Michal Privoznik wrote: > On 29.10.2014 13:15, Matthias Gatto wrote: >> >> This series of patches add support for bps_max, bps_rd_max, bps_wr_max, >> bps_max, bps_rd_max, bps_wr_max, and iops_size in the functions >> qemuDomainSetBlockIoTune >> and qemuDomainGetBloc

Re: [libvirt] [PATCH v6 0/7] qemu: Introduce support for new the block_set_io_throttle parameters add in the version 1.7 of qemu.

2014-11-07 Thread Michal Privoznik
On 29.10.2014 13:15, Matthias Gatto wrote: This series of patches add support for bps_max, bps_rd_max, bps_wr_max, bps_max, bps_rd_max, bps_wr_max, and iops_size in the functions qemuDomainSetBlockIoTune and qemuDomainGetBlockIoTune. The last patch add support for these parameters to the virsh b

Re: [libvirt] [PATCH v6 0/7] qemu: Introduce support for new the block_set_io_throttle parameters add in the version 1.7 of qemu.

2014-11-07 Thread Matthias Gatto
On Wed, Oct 29, 2014 at 1:15 PM, Matthias Gatto wrote: > This series of patches add support for bps_max, bps_rd_max, bps_wr_max, > bps_max, bps_rd_max, bps_wr_max, and iops_size in the functions > qemuDomainSetBlockIoTune > and qemuDomainGetBlockIoTune. > The last patch add support for these para

[libvirt] [PATCH v6 0/7] qemu: Introduce support for new the block_set_io_throttle parameters add in the version 1.7 of qemu.

2014-10-29 Thread Matthias Gatto
This series of patches add support for bps_max, bps_rd_max, bps_wr_max, bps_max, bps_rd_max, bps_wr_max, and iops_size in the functions qemuDomainSetBlockIoTune and qemuDomainGetBlockIoTune. The last patch add support for these parameters to the virsh blkdeviotune command. v2: -Spellfix v3: -M