Statistics
| Branch: | Revision:

root / include / qemu / ratelimit.h @ 1de7afc9

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
e3980e28 11/30/2012 12:33 pm Dietmar Maurer

stream: fix ratelimit_set_speed

The formula to compute slice_quota was wrong since commit 6ef228fc.

Signed-off-by: Dietmar Maurer <>
Reviewed-by: Eric Blake <>
Signed-off-by: Kevin Wolf <>

6ef228fc 06/15/2012 03:03 pm Paolo Bonzini

stream: move rate limiting to a separate header file

Make the code reusable.

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Kevin Wolf <>