From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1czX-0006ZP-0V for qemu-devel@nongnu.org; Mon, 30 Jun 2014 10:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1czQ-0002RQ-PJ for qemu-devel@nongnu.org; Mon, 30 Jun 2014 10:55:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1czQ-0002R5-A7 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 10:55:28 -0400 Date: Mon, 30 Jun 2014 16:55:22 +0200 From: Kevin Wolf Message-ID: <20140630145522.GB23599@noname.str.redhat.com> References: <0c52400d7448e0c27bdb07ed493c39c7f77b3516.1403723847.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c52400d7448e0c27bdb07ed493c39c7f77b3516.1403723847.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 for 2.1 1/4] block: add helper function to determine if a BDS is in a chain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: benoit.canet@irqsave.net, pkrempa@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 25.06.2014 um 21:40 hat Jeff Cody geschrieben: > This is a small helper function, to determine if 'base' is in the > chain of BlockDriverState 'top'. It returns true if it is in the chain, > and false otherwise. > > If either argument is NULL, it will also return false. > > Reviewed-by: Benoit Canet > Reviewed-by: Eric Blake > Signed-off-by: Jeff Cody Reviewed-by: Kevin Wolf