From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZguMf-0006C1-6f for qemu-devel@nongnu.org; Tue, 29 Sep 2015 08:50:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZguMe-0008CZ-6b for qemu-devel@nongnu.org; Tue, 29 Sep 2015 08:50:36 -0400 Date: Tue, 29 Sep 2015 14:50:29 +0200 From: Kevin Wolf Message-ID: <20150929125029.GH3930@noname.str.redhat.com> References: <1443188504-20296-1-git-send-email-berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443188504-20296-1-git-send-email-berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH] block: disable I/O limits at the beginning of bdrv_close() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz Am 25.09.2015 um 15:41 hat Alberto Garcia geschrieben: > Disabling I/O limits from a BDS also drains all pending throttled > requests, so it should be done at the beginning of bdrv_close() with > the rest of the bdrv_drain() calls before the BlockDriver is closed. > > Signed-off-by: Alberto Garcia Thanks, applied to the block branch. Kevin