[libvirt] [PATCH] qemu: blockCopy: Pass adjusted bandwidth when called via blockRebase

2015-03-30 Thread Peter Krempa
The block copy API takes the speed in bytes/s rather than MiB/s that was the prior approach in virDomainBlockRebase. We correctly converted the speed to bytes/s in the old API but we still called the common helper virDomainBlockCopyCommon with the unadjusted variable. Resolves: https://bugzilla.re

Re: [libvirt] [PATCH] qemu: blockCopy: Pass adjusted bandwidth when called via blockRebase

2015-03-30 Thread Eric Blake
On 03/30/2015 09:41 AM, Peter Krempa wrote: > The block copy API takes the speed in bytes/s rather than MiB/s that was > the prior approach in virDomainBlockRebase. We correctly converted the > speed to bytes/s in the old API but we still called the common helper > virDomainBlockCopyCommon with the

Re: [libvirt] [PATCH] qemu: blockCopy: Pass adjusted bandwidth when called via blockRebase

2015-03-30 Thread Peter Krempa
On Mon, Mar 30, 2015 at 10:54:14 -0600, Eric Blake wrote: > On 03/30/2015 09:41 AM, Peter Krempa wrote: > > The block copy API takes the speed in bytes/s rather than MiB/s that was > > the prior approach in virDomainBlockRebase. We correctly converted the > > speed to bytes/s in the old API but we