From b8fe1694e506362706cde65d1bf55b23e62b150e Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Mon, 8 Jun 2015 18:17:46 +0200 Subject: throttle: add the name of the ThrottleGroup to BlockDeviceInfo Signed-off-by: Alberto Garcia Reviewed-by: Stefan Hajnoczi Message-id: 172df91f09c69c6f0440a697bbd1b3f95b077ee4.1433779731.git.berto@igalia.com Signed-off-by: Stefan Hajnoczi --- block/qapi.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'block') diff --git a/block/qapi.c b/block/qapi.c index a5ac31268d..a738148bce 100644 --- a/block/qapi.c +++ b/block/qapi.c @@ -93,6 +93,9 @@ BlockDeviceInfo *bdrv_block_device_info(BlockDriverState *bs, Error **errp) info->has_iops_size = cfg.op_size; info->iops_size = cfg.op_size; + + info->has_group = true; + info->group = g_strdup(throttle_group_get_name(bs)); } info->write_threshold = bdrv_write_threshold_get(bs); -- cgit v1.2.3-55-g7522