From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS7Fb-0000lL-PR for qemu-devel@nongnu.org; Fri, 04 Oct 2013 11:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS7FV-00057U-Rv for qemu-devel@nongnu.org; Fri, 04 Oct 2013 11:25:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS7FV-00054K-Kc for qemu-devel@nongnu.org; Fri, 04 Oct 2013 11:25:01 -0400 Message-ID: <524EDDBB.6060801@redhat.com> Date: Fri, 04 Oct 2013 17:24:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379408075-12685-1-git-send-email-famz@redhat.com> <20130926132625.GA26743@T430s.nay.redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v11 0/8] Shared Library Module Support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Peter Maydell , Fam Zheng , Alex Bligh , Michael Tokarev , qemu-devel , =?ISO-8859-1?Q?Llu=EDs_Vilanova?= , Gerd Hoffmann , Stefan Hajnoczi , Anthony Liguori , Wayne Xia , Richard Henderson Il 04/10/2013 16:48, Stefan Hajnoczi ha scritto: >> > >>> >> v11: >>> >> [04] Link DSO with -Wl,--enable-new-dtags -Wl,-rpath,'$$ORIGIN' (Richard) >> > >> > I don't fully understand the portability issue with this flag yet, is this OK >> > to keep or should be dropped? Any opinions? > Ping^2 This was only meant as an idea about how to use shared libraries for common parts of e.g. SPICE. It's not yet necessary. Paolo > This series will be useful for enabling block drivers with library > dependencies, so I hope we can merge it soon. Today, package > maintainers must make a choice about the "right" set of features to > include in their QEMU build. With modules they can simply build > everything and ship individual packages.