On 01/15/2013 04:18 AM, Juan Quintela wrote: > From: Paolo Bonzini <pbonz...@redhat.com> > > Previous patch missed this case
Might be worth mentioning _which_ previous patch, now that there is quite a gap in the git history. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > migration.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/migration.c b/migration.c > index c69e864..d6ec3e8 100644 > --- a/migration.c > +++ b/migration.c > @@ -650,7 +650,7 @@ static int64_t buffered_set_rate_limit(void *opaque, > int64_t new_rate) > new_rate = SIZE_MAX; > } > > - s->xfer_limit = new_rate / 10; > + s->xfer_limit = new_rate / XFER_LIMIT_RATIO; > > out: > return s->xfer_limit; > -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature