From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V13vA-0001ug-7K for qemu-devel@nongnu.org; Sun, 21 Jul 2013 20:24:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V13v9-0008OS-9P for qemu-devel@nongnu.org; Sun, 21 Jul 2013 20:24:12 -0400 Message-ID: <1374452612.3916.17.camel@pasglop> From: Benjamin Herrenschmidt Date: Mon, 22 Jul 2013 10:23:32 +1000 In-Reply-To: <51EC7AC9.3080306@ozlabs.ru> References: <1374401042-18511-1-git-send-email-aik@ozlabs.ru> <1374442491.3916.2.camel@pasglop> <51EC7AC9.3080306@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] spapr-vscsi: add task management List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Anthony Liguori , Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , David Gibson On Mon, 2013-07-22 at 10:20 +1000, Alexey Kardashevskiy wrote: > May be. But there was no way to get this callback called till I started > calling scsi_req_cancel in this patch so I would not split. You probably still should. The smaller each individual patch, the better (in part because that makes them easier to review). So a first patch adding the new callback, then a second patch adding the task management. Cheers, Ben.