From nobody Wed Nov 5 13:50:18 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zoho.com; dkim=fail spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1497388653406607.5746091849154; Tue, 13 Jun 2017 14:17:33 -0700 (PDT) Received: from localhost ([::1]:45298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKtBq-0003kd-P0 for importer@patchew.org; Tue, 13 Jun 2017 17:17:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKtB0-0003OI-OX for qemu-devel@nongnu.org; Tue, 13 Jun 2017 17:16:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKtAx-00034r-HB for qemu-devel@nongnu.org; Tue, 13 Jun 2017 17:16:38 -0400 Received: from fanzine.igalia.com ([91.117.99.155]:56286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKtAx-00034d-91; Tue, 13 Jun 2017 17:16:35 -0400 Received: from 91-158-71-91.elisa-laajakaista.fi ([91.158.71.91] helo=perseus.local) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1dKtAt-000737-Mr; Tue, 13 Jun 2017 23:16:31 +0200 Received: from berto by perseus.local with local (Exim 4.89) (envelope-from ) id 1dKtAf-0002Rm-Bm; Wed, 14 Jun 2017 00:16:17 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Message-Id:Date:Subject:Cc:To:From; bh=CcJvDtJSGUPjsUOE3DIfs+WeGA77WNaf6gVmhfzrDfM=; b=ACDb1wEeIBA+kl5RFC/0dM9D685OAEmQa1E0uFBHGDrH06n1eb6uHJmWxoMGoVtwLENBhq0QVC69BlqTAofrAGMVRp9fKhxlvwtNoRhOHfooqvNoRhI9Ozt8KV/sp75Fxk+oLazkRsnnhgW1Q5Z0lYdbEoXuksMiGl1ijTYcaHMU7zm7Jn9OybpxMzRq7nQzkbhMAXd0w6XZmqd5rsi99c5IU1u/UWUuPzLtTcopIZ6lH7OtZiO5UXEfSFq4x1dicTF9WNNdoBzf01s/iypOvZ2PkR2RtGFnwrD9RUayEdBcGiR1wACvGBdkuHp/PjSJtlFZhWjzpGroC7PVShfrlg==; From: Alberto Garcia To: qemu-devel@nongnu.org Date: Wed, 14 Jun 2017 00:16:12 +0300 Message-Id: <20170613211612.9368-1-berto@igalia.com> X-Mailer: git-send-email 2.11.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 91.117.99.155 Subject: [Qemu-devel] [PATCH] throttle: Update throttle-groups.c documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , Alberto Garcia , qemu-block@nongnu.org, Manos Pitsidianakis Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" There used to be throttle_timers_{detach,attach}_aio_context() calls in bdrv_set_aio_context(), but since 7ca7f0f6db1fedd28d490795d778cf239 they are now in blk_set_aio_context(). Signed-off-by: Alberto Garcia Reviewed-by: Stefan Hajnoczi --- block/throttle-groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/throttle-groups.c b/block/throttle-groups.c index b73e7a800b..b28ffaccb5 100644 --- a/block/throttle-groups.c +++ b/block/throttle-groups.c @@ -49,7 +49,7 @@ * Again, all this is handled internally and is mostly transparent to * the outside. The 'throttle_timers' field however has an additional * constraint because it may be temporarily invalid (see for example - * bdrv_set_aio_context()). Therefore in this file a thread will + * blk_set_aio_context()). Therefore in this file a thread will * access some other BlockBackend's timers only after verifying that * that BlockBackend has throttled requests in the queue. */ --=20 2.11.0