From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEiFa-0005Ka-LP for qemu-devel@nongnu.org; Mon, 02 Apr 2012 10:28:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEiFV-00014s-R3 for qemu-devel@nongnu.org; Mon, 02 Apr 2012 10:28:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEiFV-00014j-JO for qemu-devel@nongnu.org; Mon, 02 Apr 2012 10:28:49 -0400 Message-ID: <4F79B86C.1060609@redhat.com> Date: Mon, 02 Apr 2012 16:32:12 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1333364374-32645-1-git-send-email-zwu.kernel@gmail.com> <20120402114846.GA23261@stefanha-thinkpad.localdomain> In-Reply-To: <20120402114846.GA23261@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 2/2] block: disable I/O throttling on sync api List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: zwu.kernel@gmail.com, Zhi Yong Wu , qemu-devel@nongnu.org Am 02.04.2012 13:48, schrieb Stefan Hajnoczi: > On Mon, Apr 02, 2012 at 06:59:34PM +0800, zwu.kernel@gmail.com wrote: >> From: Zhi Yong Wu >> >> Signed-off-by: Stefan Hajnoczi >> Signed-off-by: Zhi Yong Wu >> --- >> block.c | 20 ++++++++++++++++++++ >> 1 files changed, 20 insertions(+), 0 deletions(-) > > Reviewed-by: Stefan Hajnoczi Thanks, applied. > In the future please send the entire patch series when you publish a new > version. This makes it easy for reviewers and maintainers to find the > latest version of your patches. I'm assuming that this patch makes sense on its own. I'll pick up the other one when I get to the old thread. Kevin