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

2013-09-15 Thread Fam Zheng
On Fri, 09/13 12:31, Peter Maydell wrote: > On 13 September 2013 10:59, Fam Zheng wrote: > > This series implements feature of shared object building as described in: > > > > http://wiki.qemu.org/Features/Modules > > This doesn't seem to apply to master: > > cam-vm-266:precise:qemu$ patches appl

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

2013-09-13 Thread Peter Maydell
On 13 September 2013 10:59, Fam Zheng wrote: > This series implements feature of shared object building as described in: > > http://wiki.qemu.org/Features/Modules This doesn't seem to apply to master: cam-vm-266:precise:qemu$ patches apply id:1379066356-14986-1-git-send-email-f...@redhat.com App

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

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