diff options
author | Alberto Garcia <berto@igalia.com> | 2016-02-18 12:27:03 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-02-22 14:08:06 +0100 |
commit | dce13204a0cf6de2fcd8e40e9dca18e85b0fa950 (patch) | |
tree | 882f0ea57f68f4efdd6af1228d25ad638b713e62 /hmp.c | |
parent | 8a0fc18d884b2930c0ebc66dd7e711d1e5d566c0 (diff) |
qapi: Add burst length parameters to block_set_io_throttle
This patch adds the new bps_*_max_length and iops_*_max_length
parameters to the block_set_io_throttle command.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hmp.c')
-rw-r--r-- | hmp.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1414,6 +1414,18 @@ void hmp_block_set_io_throttle(Monitor *mon, const QDict *qdict) 0, false, 0, + false, /* no burst length via HMP */ + 0, + false, + 0, + false, + 0, + false, + 0, + false, + 0, + false, + 0, false, /* No default I/O size */ 0, false, |