From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pGF-000412-BJ for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:21:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3pG7-0005tV-Qx for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:21:23 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:43362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pG7-0005tH-Kz for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:21:15 -0400 Received: by mail-wg0-f46.google.com with SMTP id k13so4942769wgh.1 for ; Mon, 29 Jul 2013 08:21:15 -0700 (PDT) Date: Mon, 29 Jul 2013 17:21:12 +0200 From: Stefan Hajnoczi Message-ID: <20130729152112.GB7687@stefanha-thinkpad.redhat.com> References: <1374871163-6765-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1374871163-6765-1-git-send-email-benoit@irqsave.net> Subject: Re: [Qemu-devel] [PATCH V4/FIX FOR 1.6] repair throttling code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: kwolf@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org, alex@alex.org.uk On Fri, Jul 26, 2013 at 10:39:21PM +0200, Benoît Canet wrote: > since v3: > > silence bogus checkpatch warning [abligh] > > Benoît Canet (1): > block: Repair the throttling code. > > block.c | 7 +++---- > include/block/coroutine.h | 9 +++++++-- > qemu-coroutine-lock.c | 20 ++++++++++++++++++-- > 3 files changed, 28 insertions(+), 8 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan