]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
block: Add support for throttling burst max in QMP and the command line.
authorBenoît Canet <benoit@irqsave.net>
Mon, 2 Sep 2013 12:14:40 +0000 (14:14 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 6 Sep 2013 13:25:07 +0000 (15:25 +0200)
commit3e9fab690d59ac15956c3733fe0794ce1ae4c4af
tree0d7b4d55ff9a3664091148713c5a5bc3e2a02c8d
parentcc0681c45430a1f1a4c2d06e9499b7775afc9a18
block: Add support for throttling burst max in QMP and the command line.

The max parameter of the leaky bucket throttling algorithm can be used to
allow the guest to do bursts.
The max value is a pool of I/O that the guest can use without being throttled
at all. Throttling is triggered once this pool is empty.

Signed-off-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qapi.c
blockdev.c
hmp.c
qapi-schema.json
qemu-options.hx
qmp-commands.hx