From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG0xw-0003J2-Rl for qemu-devel@nongnu.org; Thu, 23 Jun 2016 05:30:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG0xr-0007Kd-Sc for qemu-devel@nongnu.org; Thu, 23 Jun 2016 05:30:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG0xr-0007KS-NR for qemu-devel@nongnu.org; Thu, 23 Jun 2016 05:30:23 -0400 Date: Thu, 23 Jun 2016 17:30:17 +0800 From: Fam Zheng Message-ID: <20160623093017.GC19341@ad.usersys.redhat.com> References: <1466672241-22485-1-git-send-email-xiecl.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466672241-22485-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] small fix of block job List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Changlong Xie Cc: qemu devel , Jeff Cody , Stefan Hajnoczi , Max Reitz , Kevin Wolf , Paolo Bonzini , Eric Blake , Wen Congyang On Thu, 06/23 16:57, Changlong Xie wrote: > V2 > p1: put assert(cb) in block_job_create > > Changlong Xie (2): > blockjob: assert(cb) when create job > mirror: fix misleading comments > Reviewed-by: Fam Zheng