From dce13204a0cf6de2fcd8e40e9dca18e85b0fa950 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Thu, 18 Feb 2016 12:27:03 +0200 Subject: 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 Signed-off-by: Kevin Wolf --- hmp.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hmp.c') diff --git a/hmp.c b/hmp.c index bfbd667..d00c2d4 100644 --- a/hmp.c +++ b/hmp.c @@ -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, -- cgit v1.1