From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEM7o-00066w-QL for qemu-devel@nongnu.org; Thu, 22 Jan 2015 13:05:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEM7n-0002PB-QT for qemu-devel@nongnu.org; Thu, 22 Jan 2015 13:05:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEM7n-0002P6-Hm for qemu-devel@nongnu.org; Thu, 22 Jan 2015 13:04:59 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0MI4xUq009343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 22 Jan 2015 13:04:59 -0500 Date: Thu, 22 Jan 2015 19:04:56 +0100 From: Kevin Wolf Message-ID: <20150122180456.GB3958@noname.redhat.com> References: <1421724527-24557-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421724527-24557-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] virtio-blk: Switch to blk_aio_ioctl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Paolo Bonzini , qemu-devel@nongnu.org, Stefan Hajnoczi Am 20.01.2015 um 04:28 hat Fam Zheng geschrieben: > There are user complaints on guest's unresponsiveness when ioctl is blocked due > to the lost connection to backend or other issues. This series changes scsi > request processing of virtio-blk to an asynchronous manner. Thanks, applied to the block branch. Kevin