Re: [Qemu-devel] [PATCH v20 00/11] Shared library module support

2014-02-17 Thread Fam Zheng
On Mon, 02/17 14:34, Paolo Bonzini wrote: > Il 17/02/2014 14:16, Fam Zheng ha scritto: > >Ping? > > I'll send a pull request for patches 1-10 later. > Bravo, thanks! Fam

Re: [Qemu-devel] [PATCH v20 00/11] Shared library module support

2014-02-17 Thread Paolo Bonzini
Il 17/02/2014 14:16, Fam Zheng ha scritto: Ping? I'll send a pull request for patches 1-10 later. Paolo

Re: [Qemu-devel] [PATCH v20 00/11] Shared library module support

2014-02-17 Thread Fam Zheng
Ping? Thanks, Fam On Mon, 02/10 14:48, Fam Zheng wrote: > Rewrote the executable directory patch and added Darwin API in > qemu_init_exec_dir(). > > v20: > Dropped the argv0 passing patch from v19. Refactored qemu_get_exec_dir() > in > patch 01. Three patches are affected: > > [01/

[Qemu-devel] [PATCH v20 00/11] Shared library module support

2014-02-09 Thread Fam Zheng
Rewrote the executable directory patch and added Darwin API in qemu_init_exec_dir(). v20: Dropped the argv0 passing patch from v19. Refactored qemu_get_exec_dir() in patch 01. Three patches are affected: [01/11] util: Split out exec_dir from os_find_datadir Rewritten. The