From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmIb1-0004wN-VK for qemu-devel@nongnu.org; Mon, 28 Aug 2017 07:52:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmIaw-0006ij-WF for qemu-devel@nongnu.org; Mon, 28 Aug 2017 07:52:48 -0400 From: Alberto Garcia In-Reply-To: <20170825132332.6734-4-el13635@mail.ntua.gr> References: <20170825132332.6734-1-el13635@mail.ntua.gr> <20170825132332.6734-4-el13635@mail.ntua.gr> Date: Mon, 28 Aug 2017 13:52:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 3/7] block: require job-id when device is a node name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manos Pitsidianakis , qemu-devel Cc: qemu-block , Stefan Hajnoczi , Kevin Wolf On Fri 25 Aug 2017 03:23:28 PM CEST, Manos Pitsidianakis wrote: > With implicit filter nodes on the top of the graph it is not possible > to generate job-ids with the name of the device in block_job_create() > anymore, since the job's bs will not be a child_root. Reviewed-by: Alberto Garcia Berto