From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDJdw-0002Mt-JN for qemu-devel@nongnu.org; Wed, 15 Jun 2016 18:50:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDJdu-00075p-OT for qemu-devel@nongnu.org; Wed, 15 Jun 2016 18:50:39 -0400 Sender: Paolo Bonzini References: <1466016055-31351-1-git-send-email-clord@redhat.com> <1466016055-31351-3-git-send-email-clord@redhat.com> From: Paolo Bonzini Message-ID: <4e996d67-b092-4f42-bc1d-03ac5f3e5e98@redhat.com> Date: Thu, 16 Jun 2016 00:50:30 +0200 MIME-Version: 1.0 In-Reply-To: <1466016055-31351-3-git-send-email-clord@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Colin Lord , qemu-devel@nongnu.org Cc: kwolf@redhat.com, markmb@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com On 15/06/2016 20:40, Colin Lord wrote: > > The only block drivers that can be converted into modules are the drivers > that don't perform any init operation except for registering themselves. This > is why libiscsi has been disabled as a module. I don't think it has in this patch :) but you can also move the iscsi_opts registration to vl.c. Paolo