From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9quH-0000IX-Fh for qemu-devel@nongnu.org; Tue, 09 Oct 2018 08:14:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9quE-0002Ia-A4 for qemu-devel@nongnu.org; Tue, 09 Oct 2018 08:14:33 -0400 From: Alberto Garcia In-Reply-To: <20181005234023.8104-8-mreitz@redhat.com> References: <20181005234023.8104-1-mreitz@redhat.com> <20181005234023.8104-8-mreitz@redhat.com> Date: Tue, 09 Oct 2018 14:14:13 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v11 07/31] iotests.py: Add node_info() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Kevin Wolf On Sat 06 Oct 2018 01:39:59 AM CEST, Max Reitz wrote: > This function queries a node; since we cannot do that right now, it > executes query-named-block-nodes and returns the matching node's object. > > Signed-off-by: Max Reitz > --- Reviewed-by: Alberto Garcia Berto