qemu-e2k/contrib/plugins
Paolo Bonzini 07c4523c6c contrib/plugins: remove -soname argument
-soname is not needed for runtime-loaded modules.  For example, Meson says:

            if not isinstance(target, build.SharedModule) or target.force_soname:
                # Add -Wl,-soname arguments on Linux, -install_name on OS X
                commands += linker.get_soname_args(
                    self.environment, target.prefix, target.name, target.suffix,
                    target.soversion, target.darwin_versions)

(force_soname is set is shared modules are linked into a build target, which is not
the case here.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-09-07 12:17:54 +02:00
..
cache.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
drcov.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
execlog.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
hotblocks.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
hotpages.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
howvec.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
hwprofile.c plugins: fix memory leak while parsing options 2023-07-03 12:51:58 +01:00
lockstep.c plugins: update lockstep to use g_memdup2 2023-07-03 12:52:03 +01:00
Makefile contrib/plugins: remove -soname argument 2023-09-07 12:17:54 +02:00