Re: [Qemu-devel] raltelimit bug

2012-10-24 Thread Eric Blake
On 10/24/2012 02:56 AM, Dietmar Maurer wrote: > The code to compute slice_quota seems buggy. The following fixes the issue: > > --- new.orig/include/qemu/ratelimit.h 2012-10-22 07:06:31.0 +0200 Missing a Signed-off-By, so it cannot be taken as-is. See http://wiki.qemu.org/Contribute/Su

[Qemu-devel] raltelimit bug

2012-10-24 Thread Dietmar Maurer
The code to compute slice_quota seems buggy. The following fixes the issue: --- new.orig/include/qemu/ratelimit.h 2012-10-22 07:06:31.0 +0200 +++ new/include/qemu/ratelimit.h2012-10-22 07:06:49.0 +0200 @@ -42,7 +42,7 @@ uint64_t sli

Re: [Qemu-devel] raltelimit bug

2012-10-24 Thread Paolo Bonzini
Il 24/10/2012 10:56, Dietmar Maurer ha scritto: > The code to compute slice_quota seems buggy. The following fixes the issue: > > --- new.orig/include/qemu/ratelimit.h 2012-10-22 07:06:31.0 +0200 > +++ new/include/qemu/ratelimit.h2012-10-22 07:06:49.0 +0200 > @@ -42,7 +42