diff options
| author | BenoƮt Canet | 2013-09-02 14:14:37 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2013-09-06 15:25:07 +0200 |
| commit | 5ddfffbdc5e024014b77816dab88d372ad95a5b0 (patch) | |
| tree | 13dd3d3e97741a90df55a42b2c259eebc831e910 /util/Makefile.objs | |
| parent | Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging (diff) | |
| download | qemu-5ddfffbdc5e024014b77816dab88d372ad95a5b0.tar.gz qemu-5ddfffbdc5e024014b77816dab88d372ad95a5b0.tar.xz qemu-5ddfffbdc5e024014b77816dab88d372ad95a5b0.zip | |
throttle: Add a new throttling API implementing continuous leaky bucket.
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>
Diffstat (limited to 'util/Makefile.objs')
| -rw-r--r-- | util/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs index dc72ab0721..2bb13a2a59 100644 --- a/util/Makefile.objs +++ b/util/Makefile.objs @@ -11,3 +11,4 @@ util-obj-y += iov.o aes.o qemu-config.o qemu-sockets.o uri.o notify.o util-obj-y += qemu-option.o qemu-progress.o util-obj-y += hexdump.o util-obj-y += crc32c.o +util-obj-y += throttle.o |
