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

2013-09-11 Thread Fam Zheng
On Wed, 09/11 17:26, Peter Maydell wrote: > On 11 September 2013 14:34, Fam Zheng wrote: > > This series implements feature of shared object building as described in: > > > > http://wiki.qemu.org/Features/Modules > > > v6: Dropping RFC. > > ...which I guess makes it a reasonable time to mention

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

2013-09-11 Thread Peter Maydell
On 11 September 2013 14:34, Fam Zheng wrote: > This series implements feature of shared object building as described in: > > http://wiki.qemu.org/Features/Modules > v6: Dropping RFC. ...which I guess makes it a reasonable time to mention that this doesn't build on MacOSX/clang: cc -m64 -DOS_OBJ

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

2013-09-11 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