include/qemu/throttle.h
0 → 100644
+110
−0
+1
−0
util/throttle.c
0 → 100644
+396
−0
Loading
Implement the continuous leaky bucket algorithm devised on IRC as a separate module. Signed-off-by:Benoit Canet <benoit@irqsave.net> Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>