From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0I4M-00070q-5U for qemu-devel@nongnu.org; Fri, 09 Apr 2010 13:32:38 -0400 Received: from [140.186.70.92] (port=40041 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0I4G-0006uQ-7k for qemu-devel@nongnu.org; Fri, 09 Apr 2010 13:32:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0I0I-0002Gd-Rm for qemu-devel@nongnu.org; Fri, 09 Apr 2010 13:28:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39127) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0I0I-0002GR-IS for qemu-devel@nongnu.org; Fri, 09 Apr 2010 13:28:26 -0400 Message-ID: <4BBF5AC6.5000603@redhat.com> Date: Fri, 09 Apr 2010 18:50:14 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] block: Do not export bdrv_first References: <1270822934-8623-1-git-send-email-stefanha@linux.vnet.ibm.com> <1270822934-8623-2-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1270822934-8623-2-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 09.04.2010 16:22, schrieb Stefan Hajnoczi: > The bdrv_first linked list of BlockDriverStates is currently extern so > that block migration can iterate the list. However, since there is > already a bdrv_iterate() function there is no need to expose bdrv_first. > > Signed-off-by: Stefan Hajnoczi Looks good. Applied to the block branch. Kevin