From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2o4l-0001Xp-4w for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2o4i-0006nI-Uy for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:53:19 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:49671 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2o4i-0006n5-M8 for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:53:16 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Fri, 26 Jul 2013 21:54:50 +0200 Message-Id: <1374868491-5371-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH/FIX FOR 1.6] Repair the throttling code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com The throttling code was segfaulting repair it for 1.6. Beno=C3=AEt Canet (1): block: Repair the throttling code. block.c | 8 ++++---- include/block/coroutine.h | 9 +++++++-- qemu-coroutine-lock.c | 20 ++++++++++++++++++-- 3 files changed, 29 insertions(+), 8 deletions(-) --=20 1.7.10.4