From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLhRa-00007H-6r for qemu-devel@nongnu.org; Mon, 16 Sep 2013 18:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLhRT-00008q-L3 for qemu-devel@nongnu.org; Mon, 16 Sep 2013 18:38:58 -0400 Received: from mail-pb0-x22d.google.com ([2607:f8b0:400e:c01::22d]:39104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLhRT-00008i-DJ for qemu-devel@nongnu.org; Mon, 16 Sep 2013 18:38:51 -0400 Received: by mail-pb0-f45.google.com with SMTP id mc17so4651267pbc.18 for ; Mon, 16 Sep 2013 15:38:50 -0700 (PDT) Sender: Richard Henderson Message-ID: <52378876.7020901@twiddle.net> Date: Mon, 16 Sep 2013 15:38:46 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1379314227-8855-1-git-send-email-famz@redhat.com> <1379314227-8855-6-git-send-email-famz@redhat.com> <20130916085902.GA6005@redhat.com> <5236D318.4080206@redhat.com> <20130916095121.GD22783@T430s.nay.redhat.com> <5236D8EB.9060700@redhat.com> <1379329037.7114.35.camel@nilsson.home.kraxel.org> <5236E4C0.5050007@redhat.com> In-Reply-To: <5236E4C0.5050007@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 5/8] module: implement module loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: peter.maydell@linaro.org, famz@redhat.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, Gerd Hoffmann , alex@alex.org.uk, vilanova@ac.upc.edu On 09/16/2013 04:00 AM, Paolo Bonzini wrote: > We could also have a huge web of shared objects like LibreOffice has > (spice-core.so depending on qemu-system.so, and spice.mo depending on > spice-core.so), but I'm not really suggesting that... I am. Although in our case I wouldn't expect the web to be huge. To me it seems like working with the system dynamic linker is easier than re-inventing our own. r~