From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL8jE-0004Ip-Uu for qemu-devel@nongnu.org; Thu, 07 Jul 2016 08:48:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL8jD-0005S6-5d for qemu-devel@nongnu.org; Thu, 07 Jul 2016 08:48:27 -0400 Date: Thu, 7 Jul 2016 14:48:17 +0200 From: Kevin Wolf Message-ID: <20160707124817.GA6488@noname.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4 00/11] Allow creating block jobs with a user-defined ID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Eric Blake , Jeff Cody , John Snow Am 05.07.2016 um 16:28 hat Alberto Garcia geschrieben: > Hi all, > > block jobs are currently identified by the name of the block backend > of the BDS where the job was started. > > The problem with this is that you cannot have block jobs on nodes > where there is no such name. > > This series turns the 'id' field of the BlockJob structure into an > actual ID, it guarantees that is unique and always present and allows > the user to set it. Thanks, applied to the block branch. Kevin