From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VROm6-0007vL-8V for qemu-devel@nongnu.org; Wed, 02 Oct 2013 11:55:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VROm0-0003UB-6v for qemu-devel@nongnu.org; Wed, 02 Oct 2013 11:55:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VROlz-0003U7-Vg for qemu-devel@nongnu.org; Wed, 02 Oct 2013 11:55:36 -0400 Message-ID: <524C4202.4090402@redhat.com> Date: Wed, 02 Oct 2013 17:55:46 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1380728469-29435-1-git-send-email-pl@kamp.de> <524C3FCE.4090908@redhat.com> <524C4198.6020803@kamp.de> In-Reply-To: <524C4198.6020803@kamp.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk} List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 02/10/2013 17:54, Peter Lieven ha scritto: >> > I'm not sure it's already the time for this... Cancellation sucks in >> > QEMU, and this is going to make things even worse. > Ok, I was not aware. I talked with Kevin about this some months ago > and promised (list CCed) to prepare this for 1.7.0. Nobody objected ;-) > > But, anyway the patch is there as a basis as soon as the time has come. Yes, I'll stash it in my all-things-SCSI branch. :) Paolo