Re: [Qemu-devel] [PATCH] stream: fix ratelimit_set_speed

2012-11-26 Thread Kevin Wolf
Am 21.11.2012 14:24, schrieb Paolo Bonzini: > Il 24/10/2012 12:10, Dietmar Maurer ha scritto: >> The formula to compute slice_quota was wrong. >> >> Signed-off-by: Dietmar Maurer >> --- >> include/qemu/ratelimit.h |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/i

Re: [Qemu-devel] [PATCH] stream: fix ratelimit_set_speed

2012-11-21 Thread Paolo Bonzini
Il 24/10/2012 12:10, Dietmar Maurer ha scritto: > The formula to compute slice_quota was wrong. > > Signed-off-by: Dietmar Maurer > --- > include/qemu/ratelimit.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/qemu/ratelimit.h b/include/qemu/ratelimit.h >

Re: [Qemu-devel] [PATCH] stream: fix ratelimit_set_speed

2012-10-24 Thread Eric Blake
On 10/24/2012 04:10 AM, Dietmar Maurer wrote: > The formula to compute slice_quota was wrong. > > Signed-off-by: Dietmar Maurer > --- > include/qemu/ratelimit.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Eric Blake However, it might also be nice to point to the

[Qemu-devel] [PATCH] stream: fix ratelimit_set_speed

2012-10-24 Thread Dietmar Maurer
The formula to compute slice_quota was wrong. Signed-off-by: Dietmar Maurer --- include/qemu/ratelimit.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/qemu/ratelimit.h b/include/qemu/ratelimit.h index c6ac281..d1610f1 100644 --- a/include/qemu/ratelimit.h +++