From: Richard Henderson <rth@twiddle.net>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] RFC: DSO (dynamic shared objects) support
Date: Tue, 18 Jun 2013 12:35:21 -0700 [thread overview]
Message-ID: <51C0B679.3050701@twiddle.net> (raw)
In-Reply-To: <51C04671.8090305@msgid.tls.msk.ru>
On 06/18/2013 04:37 AM, Michael Tokarev wrote:
> First of all, we need a global config switch/check for this kind of
> service. On a POSIX system this should make the executable to be
> linked with -rdynamic option, in order to make all symbols in the
> executable to be available to plugins.
The only way you're going to be able to make this work with windows dlls (and,
frankly, a better way to make this work in elf without -export-dynamic), is to
make the "main" part of qemu itself a shared library, so that the modules can
link against it.
This reduces the qemu executable to, more or less, _start +/- main.
r~
prev parent reply other threads:[~2013-06-18 19:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-18 11:37 [Qemu-devel] RFC: DSO (dynamic shared objects) support Michael Tokarev
2013-06-18 12:05 ` Laszlo Ersek
2013-06-18 13:06 ` Paolo Bonzini
2013-06-18 12:17 ` Laszlo Ersek
2013-06-18 12:19 ` Michael Tokarev
2013-06-18 12:28 ` Michael Tokarev
2013-06-18 20:15 ` Daniel P. Berrange
2013-06-18 21:40 ` Richard Henderson
2013-06-18 12:42 ` Anthony Liguori
2013-06-18 13:12 ` Peter Maydell
2013-06-18 13:32 ` Paolo Bonzini
2013-06-18 13:13 ` Paolo Bonzini
2013-06-18 20:19 ` Daniel P. Berrange
2013-06-18 21:34 ` Peter Maydell
2013-06-18 19:35 ` Richard Henderson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51C0B679.3050701@twiddle.net \
--to=rth@twiddle.net \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).