Re: [Qemu-devel] [PATCH v17 00/10] Shared library module support

2014-01-31 Thread Paolo Bonzini
Il 28/01/2014 10:33, Fam Zheng ha scritto: Ping? This version has a slight conflict with current qemu.git. Do you want a respin, Paolo? I was waiting for test results from Peter. I can rebase myself. Paolo

Re: [Qemu-devel] [PATCH v17 00/10] Shared library module support

2014-01-28 Thread Fam Zheng
Ping? This version has a slight conflict with current qemu.git. Do you want a respin, Paolo? Thanks, Fam On Thu, 01/16 17:48, Fam Zheng wrote: > Many thanks for everyones testing and debugging! > > v17: > [01/10] util: Split out qemu_exec_dir from os_find_datadir > > New. Used

[Qemu-devel] [PATCH v17 00/10] Shared library module support

2014-01-16 Thread Fam Zheng
Many thanks for everyones testing and debugging! v17: [01/10] util: Split out qemu_exec_dir from os_find_datadir New. Used in 07 for module searching. [07/10] module: implement module loading Probe for shasum, sha1sum or sha1 in configure. (PMM, Paolo)