From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9txY-0002CO-Hg for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:16:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9txX-0004LQ-Qy for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:16:32 -0500 Date: Fri, 18 Dec 2015 13:16:24 +0100 From: Kevin Wolf Message-ID: <20151218121624.GD31910@noname.redhat.com> References: <1450290827-30508-5-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450290827-30508-5-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: fix bdrv_ioctl called from coroutine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: famz@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org [ Cc: qemu-block ] Am 16.12.2015 um 19:33 hat Paolo Bonzini geschrieben: > When called from a coroutine, bdrv_ioctl must be asynchronous just like > e.g. bdrv_flush. The code was incorrectly making it synchronous, fix > it. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin