From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK67x-00041T-91 for qemu-devel@nongnu.org; Mon, 04 Jul 2016 11:49:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK67v-00054h-EO for qemu-devel@nongnu.org; Mon, 04 Jul 2016 11:49:40 -0400 Date: Mon, 4 Jul 2016 17:49:29 +0200 From: Kevin Wolf Message-ID: <20160704154929.GG5399@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 v3 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 01.07.2016 um 17:51 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. > > Berto With Max' comments addressed: Reviewed-by: Kevin Wolf