From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA23l-00053a-8M for qemu-devel@nongnu.org; Fri, 07 Sep 2012 13:09:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TA23k-0008Lw-8N for qemu-devel@nongnu.org; Fri, 07 Sep 2012 13:09:37 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:41489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA23k-0008Lq-23 for qemu-devel@nongnu.org; Fri, 07 Sep 2012 13:09:36 -0400 Received: by weyz53 with SMTP id z53so1770506wey.4 for ; Fri, 07 Sep 2012 10:09:35 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <504A2A4C.2040301@redhat.com> Date: Fri, 07 Sep 2012 19:09:32 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <7ce0b59579ef332c57abed879ece12213281ee90.1346351079.git.jcody@redhat.com> <504A208F.60808@redhat.com> <504A292E.8020400@redhat.com> In-Reply-To: <504A292E.8020400@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 PATCH 3/6] blockdev: rename block_stream_cb to a generic block_job_cb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jcody@redhat.com Cc: kwolf@redhat.com, supriyak@linux.vnet.ibm.com, eblake@redhat.com, qemu-devel@nongnu.org, stefanha@gmail.com Il 07/09/2012 19:04, Jeff Cody ha scritto: > On 09/07/2012 12:27 PM, Paolo Bonzini wrote: >> Il 30/08/2012 20:47, Jeff Cody ha scritto: >>> @@ -53,6 +53,8 @@ static const int if_max_devs[IF_COUNT] = { >>> [IF_SCSI] = 7, >>> }; >>> >>> +static void block_job_cb(void *opaque, int ret); >>> + >>> /* >>> * We automatically delete the drive when a device using it gets >>> * unplugged. Questionable feature, but we can't just drop it. >> >> Can you avoid the forward declaration? >> >> Paolo >> > > Yes, sure - honestly, I added this patch in, but I assumed that the > similar patch of yours to support mirroring would go in first, making > this patch moot. I now took this patch of yours in my tree (minus the forward declaration), so... Paolo