From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0nnJ-0004pt-MI for qemu-devel@nongnu.org; Wed, 19 Apr 2017 07:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0nnI-0000Dm-T2 for qemu-devel@nongnu.org; Wed, 19 Apr 2017 07:29:09 -0400 Date: Wed, 19 Apr 2017 19:28:59 +0800 From: Fam Zheng Message-ID: <20170419112859.GC14508@lemon.lan> References: <20170401155751.14322-1-mreitz@redhat.com> <20170401155751.14322-5-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170401155751.14322-5-mreitz@redhat.com> Subject: Re: [Qemu-devel] [RFC for-3.0 4/4] block/qcow2-rust: Register block driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, Kevin Wolf , John Snow , qemu-devel@nongnu.org On Sat, 04/01 17:57, Max Reitz wrote: > +/* This is just for the module loading system to detect this driver */ > +static BlockDriver _ __attribute__((used)) = { > + .format_name = "qcow2-rust", > +}; You see why I didn't like that system in the first place. Fam