From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THCha-0007nb-Mf for qemu-devel@nongnu.org; Thu, 27 Sep 2012 07:56:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THChZ-0004df-Kx for qemu-devel@nongnu.org; Thu, 27 Sep 2012 07:56:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THChZ-0004dX-DK for qemu-devel@nongnu.org; Thu, 27 Sep 2012 07:56:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8RBuKKN009698 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Sep 2012 07:56:20 -0400 Message-ID: <50643EE1.1000902@redhat.com> Date: Thu, 27 Sep 2012 13:56:17 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1348675011-8794-1-git-send-email-pbonzini@redhat.com> <1348675011-8794-3-git-send-email-pbonzini@redhat.com> In-Reply-To: <1348675011-8794-3-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 02/45] blockdev: rename block_stream_cb to a generic block_job_cb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: jcody@redhat.com, qemu-devel@nongnu.org Am 26.09.2012 17:56, schrieb Paolo Bonzini: > From: Jeff Cody > > Signed-off-by: Jeff Cody This should also be signed off by you, not only by Jeff. Kevin