From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv3f2-0005iH-3O for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:40:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv3f1-00007N-2k for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:40:35 -0400 Date: Fri, 14 Oct 2016 16:40:26 +0200 From: Kevin Wolf Message-ID: <20161014144026.GD4473@noname.redhat.com> References: <1476399422-8028-1-git-send-email-jsnow@redhat.com> <1476399422-8028-3-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476399422-8028-3-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/7] blockjobs: Allow creating internal jobs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, xiecl.fnst@cn.fujitsu.com, wency@cn.fujitsu.com, jcody@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com Am 14.10.2016 um 00:56 hat John Snow geschrieben: > Add the ability to create jobs without an ID. > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf