qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v15 0/9] Shared library module support
@ 2014-01-13 16:59 Paolo Bonzini
  2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 1/9] rules.mak: fix $(obj) to a real relative path Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 27+ messages in thread
From: Paolo Bonzini @ 2014-01-13 16:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, famz, mjt, alex, mrezanin, vilanova, rth

This is based on Fam's patches from October.  Very few changes
apart from rebasing:

* I split his patch 8 in two parts.  There is benefit in
using per-object cflags and libs even before the module-loading
machinery gets in.

* I added a new patch "darwin: do not use -mdynamic-no-pic".
CCing Alex Graf for it.

* applied the small change I had requested a small change in patch 2

I'm not sending a pull request yet because of these two changes,
but I'll be sending one in a few days.

Fam Zheng (8):
  rules.mak: fix $(obj) to a real relative path
  rules.mak: allow per object cflags and libs
  block: use per-object cflags and libs
  build-sys: introduce common-obj-m and block-obj-m for DSO
  module: implement module loading
  Makefile: install modules with "make install"
  .gitignore: ignore module related files (dll, so, mo)
  block: convert block drivers linked with libs to modules

Paolo Bonzini (1):
  darwin: do not use -mdynamic-no-pic

 .gitignore            |    3 +
 Makefile              |   30 +++++++++++++-
 Makefile.objs         |   19 +-------
 Makefile.target       |   21 ++++++++--
 block/Makefile.objs   |   13 +++++-
 configure             |   79 ++++++++++++++++++++++--------------
 include/qemu/module.h |   12 +++++
 rules.mak             |   80 ++++++++++++++++++++++++++++++------
 scripts/create_config |   14 ++++++
 util/module.c         |  107 ++++++++++++++++++++++++++++++++++++++++++++++++-
 10 files changed, 310 insertions(+), 68 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-01-15  8:29 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 16:59 [Qemu-devel] [PATCH v15 0/9] Shared library module support Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 1/9] rules.mak: fix $(obj) to a real relative path Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 2/9] rules.mak: allow per object cflags and libs Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 3/9] block: use per-object " Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 4/9] darwin: do not use -mdynamic-no-pic Paolo Bonzini
2014-01-13 22:11   ` Peter Maydell
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 5/9] build-sys: introduce common-obj-m and block-obj-m for DSO Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 6/9] module: implement module loading Paolo Bonzini
2014-01-13 22:05   ` Peter Maydell
2014-01-14  3:21     ` Fam Zheng
2014-01-13 22:09   ` Peter Maydell
2014-01-14  3:18     ` Fam Zheng
2014-01-13 22:15   ` Richard Henderson
2014-01-14  3:06     ` Fam Zheng
2014-01-14 14:47       ` Richard Henderson
2014-01-14 15:19         ` Paolo Bonzini
2014-01-14 15:25           ` Peter Maydell
2014-01-14 15:31             ` Paolo Bonzini
2014-01-14 15:43               ` Richard Henderson
2014-01-14 15:47               ` Daniel P. Berrange
2014-01-14 15:45           ` Daniel P. Berrange
2014-01-15  8:28             ` Fam Zheng
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 7/9] Makefile: install modules with "make install" Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 8/9] .gitignore: ignore module related files (dll, so, mo) Paolo Bonzini
2014-01-13 16:59 ` [Qemu-devel] [PATCH v15 9/9] block: convert block drivers linked with libs to modules Paolo Bonzini
2014-01-13 22:01 ` [Qemu-devel] [PATCH v15 0/9] Shared library module support Peter Maydell
2014-01-14  7:47   ` Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).