Re: [Qemu-devel] [PATCH v11 0/8] Shared Library Module Support

2013-10-04 Thread Paolo Bonzini
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 opinio

Re: [Qemu-devel] [PATCH v11 0/8] Shared Library Module Support

2013-10-04 Thread Michael Tokarev
04.10.2013 18:48, Stefan Hajnoczi wrote: > On Thu, Sep 26, 2013 at 3:26 PM, Fam Zheng wrote: >> On Tue, 09/17 16:54, Fam Zheng wrote: >>> This series implements feature of shared object building as described in: >>> >>> http://wiki.qemu.org/Features/Modules >>> >>> The main idea behind modules is

Re: [Qemu-devel] [PATCH v11 0/8] Shared Library Module Support

2013-10-04 Thread Stefan Hajnoczi
On Thu, Sep 26, 2013 at 3:26 PM, Fam Zheng wrote: > On Tue, 09/17 16:54, Fam Zheng wrote: >> This series implements feature of shared object building as described in: >> >> http://wiki.qemu.org/Features/Modules >> >> The main idea behind modules is to isolate dependencies on third party >> librari

Re: [Qemu-devel] [PATCH v11 0/8] Shared Library Module Support

2013-09-26 Thread Fam Zheng
On Tue, 09/17 16:54, Fam Zheng wrote: > This series implements feature of shared object building as described in: > > http://wiki.qemu.org/Features/Modules > > The main idea behind modules is to isolate dependencies on third party > libraries from qemu executables, such as libglusterfs or librbd,

[Qemu-devel] [PATCH v11 0/8] Shared Library Module Support

2013-09-17 Thread Fam Zheng
This series implements feature of shared object building as described in: http://wiki.qemu.org/Features/Modules The main idea behind modules is to isolate dependencies on third party libraries from qemu executables, such as libglusterfs or librbd, so that the end users can install core qemu packa