From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diLnT-0005hG-Aa for qemu-devel@nongnu.org; Thu, 17 Aug 2017 10:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diLnQ-0006uZ-5s for qemu-devel@nongnu.org; Thu, 17 Aug 2017 10:29:19 -0400 From: Alberto Garcia Date: Thu, 17 Aug 2017 17:28:11 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] Misc throttle fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alberto Garcia , qemu-block@nongnu.org, Stefan Hajnoczi , Manos Pitsidianakis Hi all, this series contains a few small changes to the throttling code and its documentation. Stefan, once this is reviewed, can you please remove the "Make LeakyBucket.avg and LeakyBucket.max integer types" commit (id 1744e9a12cbcebff2e) from your block-next branch? This series contains a new version of that patch that replaces the one that you have. Regards, Berto Alberto Garcia (4): throttle: Fix wrong variable name in the header documentation throttle: Update the throttle_fix_bucket() documentation throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket() throttle: Make LeakyBucket.avg and LeakyBucket.max integer types include/qemu/throttle.h | 6 ++--- util/throttle.c | 67 +++++++++++++++++-------------------------------- 2 files changed, 26 insertions(+), 47 deletions(-) -- 2.11.0