From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXqqJ-0001Y9-0R for qemu-devel@nongnu.org; Mon, 22 Feb 2016 08:48:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXqqH-0003PP-T6 for qemu-devel@nongnu.org; Mon, 22 Feb 2016 08:48:02 -0500 Date: Mon, 22 Feb 2016 14:47:54 +0100 From: Kevin Wolf Message-ID: <20160222134754.GF5387@noname.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 00/17] throttle: Allow I/O bursts for a user-defined period of time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-block@nongnu.org, Markus Armbruster , qemu-devel@nongnu.org, Max Reitz , Stefan Hajnoczi Am 18.02.2016 um 11:26 hat Alberto Garcia geschrieben: > Hi, > > here's a new version of the series that adds support for performing > I/O bursts for a user-defined period of time. Please follow the link > to the first version of the series for a complete description. > > There are two important changes in this version: > > a) The previous series was broken because the new parameters were > missing from qmp-commands.hx. This is fixed now. [patch 10] > b) This series has new tests and documentation [patches 14 and 16] > > I also added myself as maintainer of the throttling code [patch 17]. Thanks, applied to the block branch. Kevin