From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOm6r-0004Y6-RU for qemu-devel@nongnu.org; Tue, 24 May 2011 03:32:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOm6q-0000KF-V8 for qemu-devel@nongnu.org; Tue, 24 May 2011 03:32:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOm6q-0000K8-OK for qemu-devel@nongnu.org; Tue, 24 May 2011 03:32:56 -0400 Message-ID: <4DDB5F20.5010703@redhat.com> Date: Tue, 24 May 2011 09:32:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1306166949-19698-1-git-send-email-pbonzini@redhat.com> <1306166949-19698-23-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 22/24] scsi: split command_complete callback in two List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, hch@lst.de On 05/23/2011 09:38 PM, Blue Swirl wrote: > While touching the code, please add braces. Done. However, both changes you requested touch several patches, so I cannot just send follow-ups for the two you replied to. Is it ok to just send a pull request for v5? Paolo